November 20, 2021 Issues » [Issue 22529] New: wrong deprecation about empty statement | |||
|---|---|---|---|
| |||
...return; } --- Output: ====== Problem: ======= The error message is right, the deprecation message is wrong. There is... | |||
November 19, 2021 Learn » Re: Any additions for write-to-file short program | |||
|---|---|---|---|
| |||
...yours, I found this error message: "untitled20.d:24:8: error: no property 'copy' for... | |||
November 19, 2021 Learn » Re: Efficient way to create/copy immutable struct instance with modified data | |||
|---|---|---|---|
| |||
...not found you will get an ugly error message here about undefined
// argIndex.... meh.
return... | |||
November 19, 2021 General » Re: Future of memory management in D | |||
|---|---|---|---|
| |||
...of the two is implemented, a fitting error message should be emitted like "no setter... | |||
November 19, 2021 Issues » [Issue 22527] New: Casting out-of-range floating point value to signed integer overflows | |||
|---|---|---|---|
| |||
...cast(int) float.max > 0); --- The error message is: --- Error: static assert: `-2147483648 > 0` is... | |||
November 17, 2021 Issues » [Issue 6958] [CTFE] closures are not yet supported in CTFE | |||
|---|---|---|---|
| |||
...weka.io --- Adding another testcase, because the error message is different from the original testcase... | |||
November 16, 2021 General » My Long Term Vision for the D programming language | |||
|---|---|---|---|
| |||
...already being worked on ;-) ### Error message We need really good error message. After playing around... | |||
November 15, 2021 Learn » Re: Exceptions names list | |||
|---|---|---|---|
| |||
...function to give the user an understandable error message like "Failed to convert 'hello' to... | |||
November 14, 2021 Issues » [Issue 22513] New: ImportC: address of member of struct can’t be taken at compile time. | |||
|---|---|---|---|
| |||
...int* z = &f.x; // error The message is: staticvar.c(10): Error: static variable `f... | |||
November 11, 2021 General » Re: Is importC ready? | |||
|---|---|---|---|
| |||
...with no help from the compiler. The error message that caused me to file the... | |||
Copyright © 1999-2021 by the D Language Foundation