Thread overview
[Issue 14992] static array local variables always require .init
Sep 01, 2015
Vladimir Panteleev
Sep 01, 2015
Kenji Hara
Sep 14, 2015
Kenji Hara
September 01, 2015
https://issues.dlang.org/show_bug.cgi?id=14992

Vladimir Panteleev <thecybershadow@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|                            |14918

--
September 01, 2015
https://issues.dlang.org/show_bug.cgi?id=14992

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

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

--- Comment #1 from Kenji Hara <k.hara.pg@gmail.com> ---
https://github.com/D-Programming-Language/dmd/pull/5014

--
September 14, 2015
https://issues.dlang.org/show_bug.cgi?id=14992

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |code@dawg.eu

--- Comment #2 from Kenji Hara <k.hara.pg@gmail.com> ---
*** Issue 14014 has been marked as a duplicate of this issue. ***

--
February 07, 2016
https://issues.dlang.org/show_bug.cgi?id=14992

--- Comment #3 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/e2be39899a71f1d82d8d23ebf52c97f8efb13485 fix Issue 14992 - static array local variables always require .init

Add one more special case for static array of struct initialization with zero, similar to the special case for struct initialization.

https://github.com/D-Programming-Language/dmd/commit/8388211efea46340e1ada6b3b889452efd40ccd5 Merge pull request #5014 from 9rnsr/fix14992

Issue 14992 - static array local variables always require .init

--
March 19, 2016
https://issues.dlang.org/show_bug.cgi?id=14992

--- Comment #4 from github-bugzilla@puremagic.com ---
Commits pushed to stable at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/e2be39899a71f1d82d8d23ebf52c97f8efb13485 fix Issue 14992 - static array local variables always require .init

https://github.com/D-Programming-Language/dmd/commit/8388211efea46340e1ada6b3b889452efd40ccd5 Merge pull request #5014 from 9rnsr/fix14992

--