Thread overview
[Issue 23745] Segfault with forward reference mismatched override with undeclared type
Feb 27, 2023
RazvanN
Feb 27, 2023
Dlang Bot
Feb 27, 2023
Dlang Bot
Mar 01, 2023
Dlang Bot
February 27, 2023
https://issues.dlang.org/show_bug.cgi?id=23745

RazvanN <razvan.nitu1305@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |razvan.nitu1305@gmail.com
           Severity|normal                      |regression

--
February 27, 2023
https://issues.dlang.org/show_bug.cgi?id=23745

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@RazvanN7 created dlang/dmd pull request #14922 "Fix Issue 23745 - Segfault with forward reference mismatched override with undeclared type" fixing this issue:

- Fix Issue 23745 - Segfault with forward reference mismatched override with undeclared type

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

--
February 27, 2023
https://issues.dlang.org/show_bug.cgi?id=23745

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 #14922 "Fix Issue 23745 - Segfault with forward reference mismatched override with undeclared type" was merged into stable:

- 6558117012a9916353a9172ff99b4d2d395d1539 by RazvanN7:
  Fix Issue 23745 - Segfault with forward reference mismatched override with
undeclared type

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

--
March 01, 2023
https://issues.dlang.org/show_bug.cgi?id=23745

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

- 76a1dcaf1ad2fab56efeb49b2717d0571f025510 by RazvanN7:
  Fix Issue 23745 - Segfault with forward reference mismatched override with
undeclared type

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

--