[Issue 5237] writefln doesn't respect Complex.toString

2011-09-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5237 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Issue 5237] writefln doesn't respect Complex.toString

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

[Issue 5237] writefln doesn't respect Complex.toString

2011-01-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5237 Andrei Alexandrescu and...@metalanguage.com changed: What|Removed |Added Status|NEW |ASSIGNED

[Issue 5237] writefln doesn't respect Complex.toString

2010-11-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5237 --- Comment #1 from Don clugd...@yahoo.com.au 2010-11-19 01:25:33 PST --- Partial fix in svn 2183. This fixes the last 3 cases, not the first one. It would be very straightforward to implement the first case, but we need to think if it would

[Issue 5237] writefln doesn't respect Complex.toString

2010-11-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5237 Don clugd...@yahoo.com.au changed: What|Removed |Added CC||jmdavisp...@gmx.com ---

[Issue 5237] writefln doesn't respect Complex.toString

2010-11-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5237 Lars T. Kyllingstad bugzi...@kyllingen.net changed: What|Removed |Added CC|

[Issue 5237] writefln doesn't respect Complex.toString

2010-11-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5237 --- Comment #4 from Don clugd...@yahoo.com.au 2010-11-19 04:19:11 PST --- (In reply to comment #3) (In reply to comment #1) Partial fix in svn 2183. This fixes the last 3 cases, not the first one. It would be very straightforward to

[Issue 5237] writefln doesn't respect Complex.toString

2010-11-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5237 --- Comment #5 from Lars T. Kyllingstad bugzi...@kyllingen.net 2010-11-19 04:32:21 PST --- (In reply to comment #4) My guess is that positional parameters will make it more complicated, but possibly it's really simple. Regarding positional

[Issue 5237] writefln doesn't respect Complex.toString

2010-11-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5237 --- Comment #6 from Lars T. Kyllingstad bugzi...@kyllingen.net 2010-11-19 04:35:04 PST --- (In reply to comment #3) (In reply to comment #1) Partial fix in svn 2183. This fixes the last 3 cases, not the first one. It would be very