crash when trying to convert "oops" to a size_t giving "s" dim.
---
auto s = new string("oops");
---
Comment #1 by uplink.coder — 2019-03-21T07:26:29Z
gotcha fixing ;)
Comment #2 by dlang-bot — 2019-03-26T14:41:26Z
@RazvanN7 created dlang/dmd pull request #9496 "Fix Issue 19757 - crash on invalid initializer at CTFE" fixing this issue:
- Fix Issue 19757 - crash on invalid initializer at CTFE
https://github.com/dlang/dmd/pull/9496
Comment #3 by dlang-bot — 2019-03-29T22:52:42Z
dlang/dmd pull request #9496 "Fix Issue 19757 - crash on invalid initializer at CTFE" was merged into stable:
- ee1d10f0a281a75fb854dddea299d280cfa10002 by RazvanN7:
Fix Issue 19757 - crash on invalid initializer at CTFE
https://github.com/dlang/dmd/pull/9496