November 12 Issues » [Issue 16665] static assert is only checked after the following dependent type declaration | |||
|---|---|---|---|
| |||
...Error: sequence index `0` out of bounds `[0 .. 0]` semantic2 app app.d(3): Error... | |||
November 12 Issues » [Issue 16665] static assert is only checked after the following dependent type declaration | |||
|---|---|---|---|
| |||
...time.d(3): Error: undefined identifier `time_t` time.d(3): Error: undefined identifier `tm... | |||
November 12 Issues » [Issue 16665] static assert is only checked after the following dependent type declaration | |||
|---|---|---|---|
| |||
...the compiler's output: time.d(20): error : undefined identifier `tm` Why did it complain... | |||
November 12 Issues » [Issue 16665] static assert is only checked after the following dependent type declaration | |||
|---|---|---|---|
| |||
...error it's checking for _before_ the errors relating to the symptoms of the error... | |||
November 12 Issues » [Issue 24855] New: VRP fails to prevent overflow after division | |||
|---|---|---|---|
| |||
...short y = x / div + 1; } ``` Expected behavior: Error that expression `x / div + 1` can't... | |||
November 11 General » [SAOC 2024] Improve D Error Messages - Weekly Update #8 | |||
|---|---|---|---|
| |||
...Develop additional utilities for enhanced error handling, such as customizable error messages and extended formatting... | |||
November 11 Issues » [Issue 24854] New: An @disabled opAssign is generated when it doesn't need to be @disabled | |||
|---|---|---|---|
| |||
...S.init; } ``` results in ``` q.d(16): Error: function `q.main.Member.opAssign` cannot be... | |||
November 10 Issues » [Issue 24852] LDC fails when compile foreach for the target avr. | |||
|---|---|---|---|
| |||
...20 = bitcast i16 %18 to i32 LLVM ERROR: Broken module found, compilation aborted! #0 0x00006535b26c02e7... | |||
November 10 DIP Development » Re: __rvalue and Move Semantics first draft - aliasing problem/danger | |||
|---|---|---|---|
| |||
...which is < initialied // s must be >= initialized, ERROR b = s ``` We don't need to... | |||
November 10 DIP Development » Re: __rvalue and Move Semantics first draft | |||
|---|---|---|---|
| |||
...always_ an error to dereference a null pointer. It is _always_ a logic error to... | |||
Copyright © 1999-2021 by the D Language Foundation