September 20, 2022
https://issues.dlang.org/show_bug.cgi?id=23351

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@maxhaton created dlang/dmd pull request #14460 "Fix Issue 23351 - Replace some null pointers with ErrorXYZs to stop d…" fixing this issue:

- Fix Issue 23351 - Replace some null pointers with ErrorXYZs to stop dmd segfaulting.

  This has some changes to error messages which should be reviewed.

  The segfaulting-patterns were contributed by mayonix.

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

--
September 20, 2022
https://issues.dlang.org/show_bug.cgi?id=23351

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 #14460 "Fix Issue 23351 - Replace some null pointers with ErrorXYZs to stop d…" was merged into master:

- c976ef2d1d5c18c3f756cf89d9a00c041b2c1bd8 by mhh:
  Fix Issue 23351 - Replace some null pointers with ErrorXYZs to stop dmd
segfaulting.

  This has some changes to error messages which should be reviewed.

  The segfaulting-patterns were contributed by mayonix.

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

--