Thread overview
[Issue 4421] Union propagates copy constructors and destructors over all members
Nov 15, 2014
Walter Bright
Nov 15, 2014
Walter Bright
November 15, 2014
https://issues.dlang.org/show_bug.cgi?id=4421

--- Comment #6 from Walter Bright <bugzilla@digitalmars.com> ---
https://github.com/D-Programming-Language/dmd/pull/4144

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

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |spec

--- Comment #7 from Walter Bright <bugzilla@digitalmars.com> ---
Spec fix:

https://github.com/D-Programming-Language/dlang.org/pull/702

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

github-bugzilla@puremagic.com changed:

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

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

--- Comment #8 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/47abaf60e7960fffe56612c0f0c8ce91c08b3939
fix Issue 4421 - Union propagates copy constructors and destructors over all
members

https://github.com/D-Programming-Language/dmd/commit/ec674671879999a983c4e71b351acae90f249b20 Merge pull request #4144 from WalterBright/fix4421

fix Issue 4421 - Union propagates copy constructors and destructors over all members

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

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

https://github.com/D-Programming-Language/dmd/commit/47abaf60e7960fffe56612c0f0c8ce91c08b3939
fix Issue 4421 - Union propagates copy constructors and destructors over all
members

https://github.com/D-Programming-Language/dmd/commit/ec674671879999a983c4e71b351acae90f249b20 Merge pull request #4144 from WalterBright/fix4421

--
November 07, 2020
https://issues.dlang.org/show_bug.cgi?id=4421

Илья Ярошенко <ilyayaroshenko@gmail.com> changed:

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

--- Comment #10 from Илья Ярошенко <ilyayaroshenko@gmail.com> ---
Similar issue https://issues.dlang.org/show_bug.cgi?id=21367

--