[Issue 4421] Union propagates copy constructors and destructors over all members

2020-11-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4421

Илья Ярошенко  changed:

   What|Removed |Added

 CC||ilyayaroshe...@gmail.com

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

--


[Issue 4421] Union propagates copy constructors and destructors over all members

2015-02-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4421

--- Comment #9 from github-bugzi...@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/ec67467187a983c4e71b351acae90f249b20
Merge pull request #4144 from WalterBright/fix4421

--


[Issue 4421] Union propagates copy constructors and destructors over all members

2014-11-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4421

github-bugzi...@puremagic.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--


[Issue 4421] Union propagates copy constructors and destructors over all members

2014-11-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4421

--- Comment #8 from github-bugzi...@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/ec67467187a983c4e71b351acae90f249b20
Merge pull request #4144 from WalterBright/fix4421

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

--


[Issue 4421] Union propagates copy constructors and destructors over all members

2014-11-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4421

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

--


[Issue 4421] Union propagates copy constructors and destructors over all members

2014-11-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4421

Walter Bright bugzi...@digitalmars.com changed:

   What|Removed |Added

   Keywords||spec

--- Comment #7 from Walter Bright bugzi...@digitalmars.com ---
Spec fix:

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

--


[Issue 4421] Union propagates copy constructors and destructors over all members

2013-09-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4421


Denis Shelomovskij verylonglogin@gmail.com changed:

   What|Removed |Added

 CC||verylonglogin@gmail.com


--- Comment #5 from Denis Shelomovskij verylonglogin@gmail.com 2013-09-30 
17:20:43 MSD ---
This is an old and easily fixable major accepts-invalid bug. Probably it's just
forgotten. What about to fix it?

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 4421] Union propagates copy constructors and destructors over all members

2013-05-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4421


Maxim Fomin ma...@maxim-fomin.ru changed:

   What|Removed |Added

 CC||bearophile_h...@eml.cc


--- Comment #3 from Maxim Fomin ma...@maxim-fomin.ru 2013-05-18 13:30:15 PDT 
---
*** Issue 8576 has been marked as a duplicate of this issue. ***

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 4421] Union propagates copy constructors and destructors over all members

2013-05-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4421


Maxim Fomin ma...@maxim-fomin.ru changed:

   What|Removed |Added

 CC||ma...@maxim-fomin.ru
   Severity|normal  |major


--- Comment #4 from Maxim Fomin ma...@maxim-fomin.ru 2013-05-18 13:39:25 PDT 
---
In the first order unions and structs both belong to aggregate type category.
Normally they should share few common characteristics, but currently in D they
are very close to each other so that when you use a union, you use a struct
except ctor ability and member storage. Following futures are supported by
unions:

* postblits
* dtors
* member functions
* operator overloading
* shared static constructors 
* invariants
* and other features...

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 4421] Union propagates copy constructors and destructors over all members

2012-01-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4421



--- Comment #1 from github-bugzi...@puremagic.com 2012-01-23 21:24:42 PST ---
Commit pushed to
https://github.com/D-Programming-Language/d-programming-language.org

https://github.com/D-Programming-Language/d-programming-language.org/commit/86ecdab02a3cdcc81c9f302b9e35212148cb06ed
fix Issue 4421 - Union propagates copy constructors and destructors over all
members

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---