Jump to page: 1 2
Thread overview
[Issue 13661] static array init does not call destructors
Oct 27, 2014
Tomer Filiba
Oct 27, 2014
Tomer Filiba
Oct 31, 2014
Kenji Hara
Nov 20, 2014
Kenji Hara
October 27, 2014
https://issues.dlang.org/show_bug.cgi?id=13661

Tomer Filiba <tomerfiliba@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tomerfiliba@gmail.com

--
October 27, 2014
https://issues.dlang.org/show_bug.cgi?id=13661

--- Comment #1 from Tomer Filiba <tomerfiliba@gmail.com> ---
For reference: http://forum.dlang.org/thread/m2kscm$24hm$1@digitalmars.com

--
October 31, 2014
https://issues.dlang.org/show_bug.cgi?id=13661

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |patch, wrong-code
           Hardware|x86_64                      |All
                 OS|Linux                       |All
           Severity|normal                      |major

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

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

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

https://github.com/D-Programming-Language/druntime/commit/c4ec102cd63c76ffd27e40a2ab0795cd73ed6d07 fix Issue 13661 - static array init does not call destructors

Add internal functions to handle assignment from an array with rvalue elements.

https://github.com/D-Programming-Language/druntime/commit/2a3f73c391bd652f34f14f3cc013e37ed6359290 Merge pull request #1006 from 9rnsr/fix13661

Issue 13661 - static array init does not call destructors

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

github-bugzilla@puremagic.com changed:

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

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

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

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

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

--- Comment #4 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/36ef68192330595296e783bc45ca55aabf90c40c fix Issue 13661 - static array init does not call destructors

https://github.com/D-Programming-Language/dmd/commit/4aeb77189e665374ec79b85429123c63e27199cc Merge pull request #4100 from 9rnsr/fix13661

Issue 13661 - static array init does not call destructors

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

github-bugzilla@puremagic.com changed:

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

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

--- Comment #5 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/3b4420f8b28839256ad27b976e0861339941badf More correct behavior for issue 13661

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

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

https://github.com/D-Programming-Language/druntime/commit/c4ec102cd63c76ffd27e40a2ab0795cd73ed6d07 fix Issue 13661 - static array init does not call destructors

https://github.com/D-Programming-Language/druntime/commit/2a3f73c391bd652f34f14f3cc013e37ed6359290 Merge pull request #1006 from 9rnsr/fix13661

--
« First   ‹ Prev
1 2