Thread overview
[Issue 13414] Static destructors not called correctly with dynamic loading
Sep 01, 2014
David Nadlinger
Sep 15, 2014
David Nadlinger
September 01, 2014
https://issues.dlang.org/show_bug.cgi?id=13414

David Nadlinger <code@klickverbot.at> changed:

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

--- Comment #1 from David Nadlinger <code@klickverbot.at> ---
https://github.com/D-Programming-Language/druntime/pull/947

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

--- Comment #2 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/600166ce11d20f3a24f269fd655c61f532c6b990 Issue 13414 - Static destructors not called correctly with dynamic loading

Patch provided by Niklas Wallén in private correspondence.

https://github.com/D-Programming-Language/druntime/commit/a8b19ff2b026f8dba2fdb64efb2a92e620d4cc5f Merge pull request #947 from klickverbot/run-tls-dtors

Issue 13414 - Static destructors not called correctly with dynamic loading

--
September 02, 2014
https://issues.dlang.org/show_bug.cgi?id=13414

--- 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/e3c358afd0d9f9d4fa8dee999773e0c3ca2d4003 regression test for issue 13414

https://github.com/D-Programming-Language/druntime/commit/49a9d8d482211bc18fbd7a430d0919a34f45475b Merge pull request #948 from MartinNowak/test13414

regression test for issue 13414

--
September 15, 2014
https://issues.dlang.org/show_bug.cgi?id=13414

David Nadlinger <code@klickverbot.at> changed:

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

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

--- Comment #4 from github-bugzilla@puremagic.com ---
Commit pushed to 2.066 at https://github.com/D-Programming-Language/druntime

https://github.com/D-Programming-Language/druntime/commit/73510fd55de8cb22d1b8b406d97df30d9b37bf98 Merge pull request #947 from klickverbot/run-tls-dtors

Issue 13414 - Static destructors not called correctly with dynamic loading

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

--- Comment #5 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/600166ce11d20f3a24f269fd655c61f532c6b990 Issue 13414 - Static destructors not called correctly with dynamic loading

https://github.com/D-Programming-Language/druntime/commit/a8b19ff2b026f8dba2fdb64efb2a92e620d4cc5f Merge pull request #947 from klickverbot/run-tls-dtors

https://github.com/D-Programming-Language/druntime/commit/e3c358afd0d9f9d4fa8dee999773e0c3ca2d4003 regression test for issue 13414

https://github.com/D-Programming-Language/druntime/commit/49a9d8d482211bc18fbd7a430d0919a34f45475b Merge pull request #948 from MartinNowak/test13414

--