Thread overview
[Issue 23368] Throwing a null exception at compile time crashes the compiler
Sep 24, 2022
Dlang Bot
Nov 01, 2022
Dlang Bot
Nov 14, 2022
Dlang Bot
September 24, 2022
https://issues.dlang.org/show_bug.cgi?id=23368

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@maxhaton updated dlang/dmd pull request #14482 "Fix Issue 23368 - Don't segfault on throwing null exception" fixing this issue:

- Fix Issue 23368 - Don't segfault on throwing null exception

https://github.com/dlang/dmd/pull/14482

--
November 01, 2022
https://issues.dlang.org/show_bug.cgi?id=23368

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #14482 "Fix Issue 23368 - Don't segfault on throwing null exception" was merged into stable:

- 534645e0a45ecf7dc4b9a62bfc8ab5fc6f1313a5 by mhh:
  Fix Issue 23368 - Don't segfault on throwing null exception

https://github.com/dlang/dmd/pull/14482

--
November 14, 2022
https://issues.dlang.org/show_bug.cgi?id=23368

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #14643 "merge stable" was merged into master:

- ab39d16b006ba3db4639ce663da9f1efa49c9d4e by mhh:
  Fix Issue 23368 - Don't segfault on throwing null exception

https://github.com/dlang/dmd/pull/14643

--