Thread overview
[Issue 22151] Compiler crash when attempting to assign to function
Jul 28, 2021
Basile-z
Oct 17, 2021
Dlang Bot
Oct 17, 2021
Dlang Bot
Oct 21, 2021
Dlang Bot
July 28, 2021
https://issues.dlang.org/show_bug.cgi?id=22151

Basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice, ice-on-invalid-code
           Severity|critical                    |regression

--- Comment #1 from Basile-z <b2.temp@gmx.com> ---
used to be rejected properly, regressed since 2.064.

--
October 17, 2021
https://issues.dlang.org/show_bug.cgi?id=22151

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@BorisCarvajal created dlang/dmd pull request #13180 "Fix Issue 22151 - Compiler crash when attempting to assign to function" fixing this issue:

- Fix Issue 22151 - Compiler crash when attempting to assign to function

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

--
October 17, 2021
https://issues.dlang.org/show_bug.cgi?id=22151

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

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

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #13180 "Fix Issue 22151 - Compiler crash when attempting to assign to function" was merged into stable:

- 0ecfe825687b6623217723c2644d51b741a619dd by Boris Carvajal:
  Fix Issue 22151 - Compiler crash when attempting to assign to function

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

--
October 21, 2021
https://issues.dlang.org/show_bug.cgi?id=22151

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

- 3dfa83b4a0375277c3052788d56c431f631492d9 by Boris Carvajal:
  Fix Issue 22151 - Compiler crash when attempting to assign to function

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

--