Search

June 18, 2021
Issues »
...in an irregularly highlighted error message:
---
void main () { writef!"`%s"; }
---

Expected error:
    template instance writef...
June 18, 2021
Issues »
...To run:
```
dmd app.d -betterC
```

The error message:

```
app.o: In function `main':
source...
June 18, 2021
Issues »
...latest error message:

```
/Library/D/dmd/src/phobos/std/array.d(982,49): Error: `TypeInfo...
June 16, 2021
Issues »
...public, you'll still get the same error message.

It is. https://dlang.org/spec...
June 15, 2021
Issues »
...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

https://github.com/dlang/dmd/pull...
June 10, 2021
Learn »
...thread. This is my error message:

```
***search.d(42,1): Error: class ***.XXX has forward...
June 08, 2021
Issues »
...calls are swapped, the error message changes:

test.d(3): Error: cannot return non-void...
June 08, 2021
Learn »
...common error when developing native code for Electron. Googling for "electron {paste error message here...
June 07, 2021
Issues »
...hashOf(a) == .hashOf(b), "WAT?");
}
```

Perhaps the error message should suggest adding the `toHash` function...
125 126 127 128 129 130 131 132 133 134 135
Next ›   Last »