October 13, 2020 General » Re: Spell checking errors can be hilarious | |||
|---|---|---|---|
| |||
...it wouldn't need to issue an error message at all. The spell checker is... | |||
October 12, 2020 General » Re: Spell checking errors can be hilarious | |||
|---|---|---|---|
| |||
...revealed the following error message:
import std.typecons;
void main() {
to!int;
}
Error: template instance... | |||
October 12, 2020 Learn » Re: List of exceptions? | |||
|---|---|---|---|
| |||
...for printing out their message in main(), for...no plan, better throw error, just to get... | |||
October 10, 2020 Learn » Re: List of exceptions? | |||
|---|---|---|---|
| |||
...I just print the error message. However, sometimes the error message does not make sense... | |||
October 10, 2020 Learn » Re: List of exceptions? | |||
|---|---|---|---|
| |||
...a clean error message:
void main() {
try {
// ...
} catch (Exception e) {
stderr.writefln!"ERROR: %s"(e... | |||
October 06, 2020 General » Adela Vais - SAOC Milestones - Dlang GLR Parser for GNU Bison | |||
|---|---|---|---|
| |||
...different values. - I will create a context error message function, that will help me better... | |||
October 05, 2020 Announce » Re: Release D 2.094.0 | |||
|---|---|---|---|
| |||
I thought someone proposed to enhance the error message with the info about the update... | |||
October 04, 2020 Learn » Re: Dub build failure | |||
|---|---|---|---|
| |||
...solved the problem. Thanks. Reading again the error message, with the solution at hand, I... | |||
October 04, 2020 Learn » cannot call impure function | |||
|---|---|---|---|
| |||
...3.14); } Error message: /Library/D/dmd/src/phobos/std/format.d(1601): Error: pure... | |||
October 04, 2020 Issues » [Issue 21290] New: [REG2.092] Incorrect escape deprecation on scope lazy pointer parameter | |||
|---|---|---|---|
| |||
...start to surface. Deprecation message bugs are as bad as error bugs, because -de is... | |||
Copyright © 1999-2021 by the D Language Foundation