Thread overview
[Issue 23103] static initialization of associative arrays is not implemented
May 12, 2022
mhh
Dec 17, 2022
Iain Buclaw
Jul 28, 2023
Dlang Bot
Aug 31, 2023
Dlang Bot
May 12, 2022
https://issues.dlang.org/show_bug.cgi?id=23103

mhh <maxhaton@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |maxhaton@gmail.com

--- Comment #1 from mhh <maxhaton@gmail.com> ---
Steven has just this week published a (druntime) binary compatible template
implementation of associative arrays, this could be a route towards making this
work (without doing too much magic in dmd)

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=23103

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P3

--
July 28, 2023
https://issues.dlang.org/show_bug.cgi?id=23103

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@dkorpel created dlang/dmd pull request #15468 "[POC] Fix 23103 - static initialization of associative arrays is not implemented" fixing this issue:

- Fix 23103 - static initialization of associative arrays is not implemented

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

--
August 31, 2023
https://issues.dlang.org/show_bug.cgi?id=23103

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 #15468 "Fix 23103 - static initialization of associative arrays is not implemented" was merged into master:

- 6c34a3c0b0de16eaf52ccd4b429acd19acbbe3cb by Dennis Korpel:
  Fix 23103 - static initialization of associative arrays is not implemented

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

--