dmd
dmd copied to clipboard
Fix 23785: ICE with `-preview=in` when passing `enum` at CTFE
Thanks for your pull request, @Geod24!
Bugzilla references
| Auto-close | Bugzilla | Severity | Description |
|---|---|---|---|
| ✓ | 23785 | regression | [REG ] `-preview=in` crash when passing `enum` value at CTFE |
Testing this PR locally
If you don't have a local development environment setup, you can use Digger to test this PR:
dub run digger -- build "stable + dmd#14999"
@kinke and I discussed and there's a need for some more tests/work, as e.g. temporaries are now always destroyed even if not constructed.
Is this still an improvement on its own @Geod24 ?
@Geod24 What's the status of this PR?
It needs work, as per the label.