August 11, 2021 Issues » [Issue 22202] New: Wrong error message for implicit call to @system copy constructor in @safe code | |||
|---|---|---|---|
| |||
...this program yields the following error message: --- onlineapp.d(11): Error: function `onlineapp.fun(SystemCopy... | |||
August 11, 2021 Issues » [Issue 22077] `std.sumtype` support for copy constructors is incomplete | |||
|---|---|---|---|
| |||
...The first example looks like a bad error message. The actual problem is that you... | |||
August 10, 2021 Learn » Re: writef, compile-checked format, pointer | |||
|---|---|---|---|
| |||
...statically-typed languages. > but reality disappoint :( > message for every error in compile-checked format occupy... | |||
August 10, 2021 Learn » Re: writef, compile-checked format, pointer | |||
|---|---|---|---|
| |||
...be less-error with compile checking format. but reality disappoint :( message for every error in... | |||
August 09, 2021 Learn » Re: writef, compile-checked format, pointer | |||
|---|---|---|---|
| |||
...and the error message for the following: // Intentionally wrong specifier: writefln!"%_"((int*).init); Error: expression... | |||
August 09, 2021 Learn » nested templates using Complex! with slices, ... confused, I am! | |||
|---|---|---|---|
| |||
...am WRONG! I get the message: qqq.d(18): Error: identifier expected for template value... | |||
August 06, 2021 Issues » [Issue 22184] New: std.sumtype.SumType with mutual recursion causes a forward reference of variable `isHashable` | |||
|---|---|---|---|
| |||
...fields;
}
class C
{
SumType!(B, int) type;
}
```
Error message:
```console
/dlang/dmd/linux/bin64/../../src... | |||
August 05, 2021 General » Failed to link a 7 month old GTKD project | |||
|---|---|---|---|
| |||
...invocation) Error: linker exited with status 1 ``` If I'm not mistaken, this cryptic message... | |||
August 03, 2021 General » Re: Why D needs a C compiler? | |||
|---|---|---|---|
| |||
...m still getting the HUGE following error message: ``` Error: linking with LLD failed ``` If I... | |||
August 02, 2021 Issues » [Issue 21685] bad error message on private constructor: member this is not accessible | |||
|---|---|---|---|
| |||
...12919 "[DSSv3] Fix Issue 21685: add clearer message for private constructor" was merged into master... | |||
Copyright © 1999-2021 by the D Language Foundation