June 18, 2021 Issues » [Issue 22036] New: Color syntax highlight doesn't escape backticks in symbol names | |||
|---|---|---|---|
| |||
...in an irregularly highlighted error message:
---
void main () { writef!"`%s"; }
---
Expected error:
template instance writef... | |||
June 18, 2021 Issues » [Issue 22034] New: std.ascii can't be used with -betterc | |||
|---|---|---|---|
| |||
...To run: ``` dmd app.d -betterC ``` The error message: ``` app.o: In function `main': source... | |||
June 18, 2021 Issues » [Issue 20479] octal integer literals don't work with BetterC mode | |||
|---|---|---|---|
| |||
...latest error message: ``` /Library/D/dmd/src/phobos/std/array.d(982,49): Error: `TypeInfo... | |||
June 16, 2021 Issues » [Issue 22011] traits(getMember, Anything, "this") does not bypass visibility | |||
|---|---|---|---|
| |||
...public, you'll still get the same error message. It is. https://dlang.org/spec... | |||
June 15, 2021 Issues » [Issue 22026] New: checkaction=context: Exception thrown by toString hides assertion failures | |||
|---|---|---|---|
| |||
...if (i == 1)
throw new Exception("Error");
return "Some message";
}
}
assert(MayThrow(0) == MayThrow(1... | |||
June 11, 2021 Issues » [Issue 12504] Wrong 'cannot cover index range' error message | |||
|---|---|---|---|
| |||
...issue 12504 - Wrong 'cannot cover index range' error message https://github.com/dlang/dmd/pull... | |||
June 10, 2021 Learn » Re: Forward references | |||
|---|---|---|---|
| |||
...thread. This is my error message: ``` ***search.d(42,1): Error: class ***.XXX has forward... | |||
June 08, 2021 Issues » [Issue 22004] New: [REG2.097] Error: mismatched function return type inference of `void` and `noreturn` | |||
|---|---|---|---|
| |||
...calls are swapped, the error message changes: test.d(3): Error: cannot return non-void... | |||
June 08, 2021 Learn » Re: how do i fix this node_dlang error? | |||
|---|---|---|---|
| |||
...common error when developing native code for Electron. Googling for "electron {paste error message here... | |||
June 07, 2021 Issues » [Issue 19877] [dip1000] std.container.rbtree is unsafely accessing private data | |||
|---|---|---|---|
| |||
...hashOf(a) == .hashOf(b), "WAT?"); } ``` Perhaps the error message should suggest adding the `toHash` function... | |||
Copyright © 1999-2021 by the D Language Foundation