[Issue 14815] Destructor is not called for static array assignment

2017-07-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14815

--- Comment #3 from github-bugzi...@puremagic.com ---
Commits pushed to dmd-cxx at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/2d1ae10a72484a86365737987d7efb7389a456c0
fix Issue 14815 - Destructor is not called for static array assignment

https://github.com/dlang/dmd/commit/ddc90f382cac62116a4610c10bb39b21a20c30a3
Merge pull request #4824 from 9rnsr/fix14815

--


[Issue 14815] Destructor is not called for static array assignment

2015-07-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14815

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

https://github.com/D-Programming-Language/dmd/commit/2d1ae10a72484a86365737987d7efb7389a456c0
fix Issue 14815 - Destructor is not called for static array assignment

https://github.com/D-Programming-Language/dmd/commit/ddc90f382cac62116a4610c10bb39b21a20c30a3
Merge pull request #4824 from 9rnsr/fix14815

Issue 14815 - Destructor is not called for static array assignment

--


[Issue 14815] Destructor is not called for static array assignment

2015-07-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14815

Kenji Hara  changed:

   What|Removed |Added

   Keywords||pull

--- Comment #1 from Kenji Hara  ---
https://github.com/D-Programming-Language/dmd/pull/4824

--