[Issue 6606] RefCounted doesn't work with unions due to use of format

2011-09-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6606 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||patch --- Comment #4

[Issue 6606] RefCounted doesn't work with unions due to use of format

2011-09-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6606 Jonathan M Davis jmdavisp...@gmx.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 6606] RefCounted doesn't work with unions due to use of format

2011-09-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6606 --- Comment #1 from David Simcha dsim...@yahoo.com 2011-09-05 17:36:26 PDT --- Actually, it's a problem with Tuple or format, depending on how you look at it. This doesn't work either, for basically the same reason: import std.typecons;

[Issue 6606] RefCounted doesn't work with unions due to use of format

2011-09-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6606 klickverbot c...@klickverbot.at changed: What|Removed |Added CC||c...@klickverbot.at

[Issue 6606] RefCounted doesn't work with unions due to use of format

2011-09-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6606 --- Comment #3 from David Simcha dsim...@yahoo.com 2011-09-05 19:23:22 PDT --- (In reply to comment #2) When did this first appear? 2.055 beta? Probably related to https://github.com/D-Programming-Language/phobos/pull/126. Yes, in the second