Thread overview
[Issue 9245] [CTFE] postblit not called on static array initialization
Apr 23, 2014
Kenji Hara
April 23, 2014
https://issues.dlang.org/show_bug.cgi?id=9245

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

--
April 24, 2014
https://issues.dlang.org/show_bug.cgi?id=9245

github-bugzilla@puremagic.com changed:

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

--
April 24, 2014
https://issues.dlang.org/show_bug.cgi?id=9245

--- Comment #2 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/3910d5cf1b0bed9c9ebd9b58470209b2ea6c9867 fix Issue 9245 - [CTFE] postblit not called on static array initialization

On element-wise or block assignment, currently postblit call is implicitly handled by glue-layer. Therefore, interpreter should have its own postblit handling.

https://github.com/D-Programming-Language/dmd/commit/6de3bd56a622c99997be55a609268d6f2dcfcb77 Merge pull request #3488 from 9rnsr/fix9245

Issue 9245 - [CTFE] postblit not called on static array initialization

--