Thread overview
[Issue 11294] Object destruction with alias this
November 27, 2018
https://issues.dlang.org/show_bug.cgi?id=11294

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

https://github.com/dlang/druntime/commit/3b9c093d9957ebe90ee812f1d07c5d876094d034 Fix Issue 11294 - Object destruction with alias this

https://github.com/dlang/druntime/commit/4fd4fa32e6acd82f1c9fcd2084e6d9066281a67e Merge pull request #2366 from radcapricorn/fix11294

Fix Issue 11294 - Object destruction with alias this
merged-on-behalf-of: Nicholas Wilson <thewilsonator@users.noreply.github.com>

--
November 27, 2018
https://issues.dlang.org/show_bug.cgi?id=11294

github-bugzilla@puremagic.com changed:

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

--
November 29, 2018
https://issues.dlang.org/show_bug.cgi?id=11294

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

https://github.com/dlang/dmd/commit/6e65ca834e8bbde62d92f9e21530b6ac7a07c0f0 Fix Issue 13392 and 11294 - class + alias this + cast(void*) == overzealous cast

https://github.com/dlang/dmd/commit/42c71012e75b80431e83367dcbb0a37a5fea91bb Merge pull request #9017 from RazvanN7/Issue_11294

Fix Issue 13392 and 11294 -  class + alias this + cast(void*) == overzealous
cast
merged-on-behalf-of: Nicholas Wilson <thewilsonator@users.noreply.github.com>

--