October 14, 2022
https://issues.dlang.org/show_bug.cgi?id=22306

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@dkorpel created dlang/dmd pull request #14562 "Fix issue 22306 - scope array variable should be stack allocated" fixing this issue:

- Fix issue 22306 - scope array variable should be stack allocated

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

--
October 18, 2022
https://issues.dlang.org/show_bug.cgi?id=22306

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 #14562 "Fix issue 22306 - scope array variable should be stack allocated" was merged into master:

- 0987a2a95b902d287c4e8efa3628ce4a494b2715 by Dennis Korpel:
  Fix issue 22306 - scope array variable should be stack allocated

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

--