May 20, 2017
https://issues.dlang.org/show_bug.cgi?id=14246

--- Comment #7 from Walter Bright <bugzilla@digitalmars.com> ---
https://github.com/dlang/dmd/pull/6816

--
June 11, 2017
https://issues.dlang.org/show_bug.cgi?id=14246

--- Comment #8 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/1e755c648e5142719d50dcf984f10ace5b8f8357 fix Issue 14246 - RAII - proper destruction of partially constructed objects/structs

https://github.com/dlang/dmd/commit/6b3d406be3670613d862ec6eda1bf3669443a926 Merge pull request #6816 from WalterBright/fix14246

fix Issue 14246 - RAII - proper destruction of partially constructed … merged-on-behalf-of: Andrei Alexandrescu <andralex@users.noreply.github.com>

--
July 30, 2017
https://issues.dlang.org/show_bug.cgi?id=14246

Moritz Maxeiner <moritz@ucworks.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |moritz@ucworks.org
         Resolution|FIXED                       |---

--- Comment #9 from Moritz Maxeiner <moritz@ucworks.org> ---
The fix for this has been reverted in [1] and testing Shachar Shemesh's example
with 2.075.0 shows that the destructor for A is not run.
That this issue has been fixed is also erroneously shown in the changelog for
2.075.0.

[1] https://github.com/dlang/dmd/pull/6913

--
August 07, 2017
https://issues.dlang.org/show_bug.cgi?id=14246

--- Comment #10 from github-bugzilla@puremagic.com ---
Commits pushed to newCTFE at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/1e755c648e5142719d50dcf984f10ace5b8f8357 fix Issue 14246 - RAII - proper destruction of partially constructed objects/structs

https://github.com/dlang/dmd/commit/6b3d406be3670613d862ec6eda1bf3669443a926 Merge pull request #6816 from WalterBright/fix14246

--
August 07, 2017
https://issues.dlang.org/show_bug.cgi?id=14246

github-bugzilla@puremagic.com changed:

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

--
August 07, 2017
https://issues.dlang.org/show_bug.cgi?id=14246

ZombineDev <petar.p.kirov@gmail.com> changed:

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

--
August 18, 2017
https://issues.dlang.org/show_bug.cgi?id=14246

--- Comment #11 from github-bugzilla@puremagic.com ---
Commit pushed to stable at https://github.com/dlang/dlang.org

https://github.com/dlang/dlang.org/commit/45ca5e35d3de824e104c3049083eb23fa03775c5 Remove wrong changelog entry

The fix for issue 14246 was reverted, it is not included in 2.075.0 (see bugzilla page for details), and the issue has been reopened.

--
August 22, 2017
https://issues.dlang.org/show_bug.cgi?id=14246

--- Comment #12 from github-bugzilla@puremagic.com ---
Commit pushed to master at https://github.com/dlang/dlang.org

https://github.com/dlang/dlang.org/commit/45ca5e35d3de824e104c3049083eb23fa03775c5 Remove wrong changelog entry

--
September 14, 2018
https://issues.dlang.org/show_bug.cgi?id=14246

--- Comment #13 from Walter Bright <bugzilla@digitalmars.com> ---
Trying again:

https://github.com/dlang/dmd/pull/8697

--
September 28, 2018
https://issues.dlang.org/show_bug.cgi?id=14246

--- Comment #14 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/a9ee4ce6c0e4e0e4981a367470e8645f2cb85271 fix Issue 14246 - RAII - proper destruction of partially constructed objects/structs

https://github.com/dlang/dmd/commit/1933ecd62808b95756351e746848033771dce825 Merge pull request #8697 from WalterBright/reboot14246

fix Issue 14246 - RAII - proper destruction of partially constructed …

--
1 2
Next ›   Last »