[Issue 7637] writeln doesn't take custom toString into account

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7637 --- Comment #3 from Kenji Hara k.hara...@gmail.com 2012-04-20 03:11:31 PDT --- This is current std.format design, not accepts-invalid bug. Today, std.format.formatValue (it is internally used by writeln and writefln) only supports following

[Issue 7637] writeln doesn't take custom toString into account

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7637 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 7637] writeln doesn't take custom toString into account

2012-04-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7637 SomeDude lovelyd...@mailmetrash.com changed: What|Removed |Added CC|

[Issue 7637] writeln doesn't take custom toString into account

2012-04-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7637 --- Comment #2 from Andrej Mitrovic andrej.mitrov...@gmail.com 2012-04-19 10:11:26 PDT --- (In reply to comment #1) The above code doesn't compile on 2.059 Win32. nogo in a comment means that line doesn't compile. The second call is the