June 25 Learn » __asm LDC2: Attribute 'elementtype' type does not match parameter! | |||
|---|---|---|---|
| |||
...It works on LDC2 1.28 but fails on LDC2 1.35 with the following... | |||
June 24 Issues » [Issue 24626] New: hasUDA does not handle multiple UDAs of the same symbol | |||
|---|---|---|---|
| |||
...com
Reporter: kduice@qq.com
This code fails to compile with ldc 1.38.0... | |||
June 18 Issues » [Issue 24617] New: array runtime erroneously copies flags from existing block | |||
|---|---|---|---|
| |||
...capacity > 0); // this fails
arr.reserve(100);
assert(arr.capacity > 0); // this fails
arr ~= 10... | |||
June 16 Issues » [Issue 24613] New: Bitfield with 64 bits always zero | |||
|---|---|---|---|
| |||
...s.a = 1;
assert(s.a == 1); // Fails: s.a is 0
}
```
This affects both... | |||
June 15 Issues » [Issue 24609] New: Array of struct with immutable field implicitly converts to void[] | |||
|---|---|---|---|
| |||
...a[0]
assert(a[0].i == 5); // fails
}
struct S
{
const int i;
}
Should be... | |||
June 14 DIP Development » Re: OT: floats | |||
|---|---|---|---|
| |||
...even on precise numbers such as rationals) fails when the operations blow up the bound... | |||
June 12 Issues » [Issue 24602] Internal compiler error: failed to detect static initialization of associative array | |||
|---|---|---|---|
| |||
...with a proper error message, but now fails with an internal compiler error message. I... | |||
June 12 Issues » [Issue 24602] New: Internal compiler error static initialization of set | |||
|---|---|---|---|
| |||
...h.fernando@gmail.com The following code fails to compile on dmd, with the error... | |||
June 12 DIP Ideas » Re: D Editions | |||
|---|---|---|---|
| |||
...evaluate the message regardless if the condition fails? In many cases, the message is a... | |||
June 11 Learn » Re: Comparing slice to an Array in assert | |||
|---|---|---|---|
| |||
...end of the last element, the assertion fails with the error. ``` auto words = ["HELLO", "world... | |||
Copyright © 1999-2021 by the D Language Foundation