Search

October 13, 2020
General »
...it wouldn't need to issue an error message at all.

The spell checker is...
October 12, 2020
General »
...revealed the following error message:

import std.typecons;

void main() {
  to!int;
}

Error: template instance...
October 12, 2020
Learn »
...for printing out their message in main(), for...no plan, better throw error, just to get...
October 10, 2020
Learn »
...I just print the error message.

However, sometimes the error message does not make sense...
October 10, 2020
Learn »
...a clean error message:

void main() {
  try {
    // ...

  } catch (Exception e) {
    stderr.writefln!"ERROR: %s"(e...
October 06, 2020
General »
...different values.
- I will create a context error message function, that will help me better...
October 05, 2020
Announce »
I thought someone proposed to enhance the error message with the info about the update...
October 04, 2020
Learn »
...solved the problem. Thanks.

Reading again the error message, with the solution at hand, I...
October 04, 2020
Learn »
...3.14);
}

Error message:

/Library/D/dmd/src/phobos/std/format.d(1601): Error: pure...
October 04, 2020
Issues »
...start to surface. Deprecation message bugs are as bad as error bugs, because -de is...
150 151 152 153 154 155 156 157 158 159 160
Next ›   Last »