Thread overview
[Issue 13669] [CTFE] Destructor call on static array variable is not yet supported in CTFE
Nov 01, 2014
Kenji Hara
November 01, 2014
https://issues.dlang.org/show_bug.cgi?id=13669

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/4100

--
November 23, 2014
https://issues.dlang.org/show_bug.cgi?id=13669

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

https://github.com/D-Programming-Language/dmd/commit/6ee121df3eec74835b9d6e75b57af6f25bf009a9
fix Issue 13669 - [CTFE] Destructor call on static array variable is not yet
supported in CTFE

--
November 23, 2014
https://issues.dlang.org/show_bug.cgi?id=13669

github-bugzilla@puremagic.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--
January 25, 2015
https://issues.dlang.org/show_bug.cgi?id=13669

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

https://github.com/D-Programming-Language/dmd/commit/59a5fd49d1f03be8d0ac44abf03c109880f2aefb Move issue 13669 test in runnable, and fix order of dtor calls

--
February 19, 2015
https://issues.dlang.org/show_bug.cgi?id=13669

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

https://github.com/D-Programming-Language/dmd/commit/6ee121df3eec74835b9d6e75b57af6f25bf009a9
fix Issue 13669 - [CTFE] Destructor call on static array variable is not yet
supported in CTFE

https://github.com/D-Programming-Language/dmd/commit/59a5fd49d1f03be8d0ac44abf03c109880f2aefb Move issue 13669 test in runnable, and fix order of dtor calls

--