Thread overview
[Issue 19178] Static initialization of 2d static arrays in structs produces garbage or doesn't compile sometimes
Jan 07, 2022
Dlang Bot
Jun 21, 2022
Dennis
Jul 25, 2022
Dlang Bot
January 07, 2022
https://issues.dlang.org/show_bug.cgi?id=19178

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 #13498 "Fix issue 19178 - Static initialization of 2d static arrays in structs" fixing this issue:

- Fix issue 19178 - Static initialization of 2d static arrays in structs produces garbage or doesn't compile sometimes

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

--
June 21, 2022
https://issues.dlang.org/show_bug.cgi?id=19178

Dennis <dkorpel@live.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rdm@e.email

--- Comment #2 from Dennis <dkorpel@live.nl> ---
*** Issue 23137 has been marked as a duplicate of this issue. ***

--
July 25, 2022
https://issues.dlang.org/show_bug.cgi?id=19178

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 #13498 "Fix issue 19178 - Static initialization of 2d static arrays in structs" was merged into master:

- 548eb527475eb67307944ca3acdd280efcd3b829 by Dennis Korpel:
  Fix issue 19178 - Static initialization of 2d static arrays in structs

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

--