[Issue 24380] CTFE assert messages are replaced with "null" with -dip1008

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Feb 10 13:36:25 UTC 2024


https://issues.dlang.org/show_bug.cgi?id=24380

--- Comment #1 from JR <zorael at gmail.com> ---
The behaviour changed in 2.101, before which the error message was
`"message"[0..7]`.

```
$ dub build --compiler=2.100/dmd 2>&1 | grep 'Error:'
source/app.d(17,9): Error: `"message"[0..7]`

$ dub build --compiler=2.101/dmd 2>&1 | grep 'Error:' 
source/app.d(17,9): Error: `null`
```

--


More information about the Digitalmars-d-bugs mailing list