January 14, 2023 Issues » [Issue 23620] 'alias this' is not respected in static array length position | |||
|---|---|---|---|
| |||
...int[i] a; int[cast(size_t)Index()] b; static assert(a.length == b.length); } -- | |||
January 14, 2023 Genel » mixin template helper | |||
|---|---|---|---|
| |||
...main()
{
// assert(noRun == 41); /*no compile, Error:
// undefined identifier
mixin Helper help;
// optional ---^
assert(noRun... | |||
January 14, 2023 Issues » [Issue 23626] [REG2.096] Template deduction with auto const ref Args... and delegate | |||
|---|---|---|---|
| |||
...as(lhs);
catch(Throwable) foo;
} catch(Throwable) assert(false);
});
}
struct FixedArray(T) {
int a = !FixedArray... | |||
January 14, 2023 Issues » [Issue 23626] New: [REG2.096] Template deduction with auto const ref Args... and delegate | |||
|---|---|---|---|
| |||
...as(lhs);
catch(Throwable) foo();
} catch(Throwable) assert(false);
});
}
struct FixedArray(T, size_t capacity... | |||
January 14, 2023 General » Re: [Help Needed] - Custom runtime assertion bug | |||
|---|---|---|---|
| |||
...out that the type being sent to `assert` was actualy `TypeInfo_Axa` which wasn't... | |||
January 14, 2023 General » [Help Needed] - Custom runtime assertion bug | |||
|---|---|---|---|
| |||
...got this working: `assert(false, "Hello from assert");` which is `_d_assert_msg`. The problem... | |||
January 14, 2023 General » Re: Fixing C's Biggest Mistake | |||
|---|---|---|---|
| |||
...expected to panic ``` If you decide on 'assert', then (1) will require a redundant 'enforce... | |||
January 14, 2023 Issues » [Issue 23218] ICE: src/dmd/backend/cgxmm.d:1373: Assertion `0' failed. | |||
|---|---|---|---|
| |||
...Bright: fix Issue 23218 - cgxmm.d:1373 assert fail (#14790) https://github.com/dlang/dmd... | |||
January 14, 2023 Issues » [Issue 23618] Right Shift equals expressions on unsigned shorts don't behave the same as regular shifts | |||
|---|---|---|---|
| |||
...t >>= bits; assert(v1.t == -1); // okay, because signed type v1.u >>= bits; assert(v1... | |||
January 13, 2023 Issues » [Issue 23218] ICE: src/dmd/backend/cgxmm.d:1373: Assertion `0' failed. | |||
|---|---|---|---|
| |||
...14790 "fix Issue 23218 - cgxmm.d:1373 assert fail" was merged into stable: - 084efd551b8dbe333445fa4c2f141d6d86e88b83 by... | |||
Copyright © 1999-2021 by the D Language Foundation