Thread overview
[Issue 13799] Whole-array initialization for static fixed-size arrays of arrays too
Dec 01, 2014
Kenji Hara
Dec 17, 2022
Iain Buclaw
December 01, 2014
https://issues.dlang.org/show_bug.cgi?id=13799

Kenji Hara <k.hara.pg@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull
           Hardware|x86                         |All
                 OS|Windows                     |All

--- Comment #1 from Kenji Hara <k.hara.pg@gmail.com> ---
I think the multi-dimensional block initializing for static array type should consistently work in arbitrary scope.

To increase behavior consistency of variable initializing, my following PR will fix it.

https://github.com/D-Programming-Language/dmd/pull/3680

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

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P4

--
December 13
https://issues.dlang.org/show_bug.cgi?id=13799

--- Comment #2 from dlangBugzillaToGithub <robert.schadek@posteo.de> ---
THIS ISSUE HAS BEEN MOVED TO GITHUB

https://github.com/dlang/dmd/issues/18919

DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB

--