Comment #1 by andrej.mitrovich — 2012-11-12T16:51:03Z
xformat works ok though.
Comment #2 by hsteoh — 2012-11-23T16:22:35Z
std.string.xformat is the function that's compatible with std.format. We really should deprecate std.string.format or something, and replace it with xformat. The current std.string.format sucks and every now and then causes newbie confusion when the same format string works in writeln but not in std.string.format (or it works differently).
Comment #3 by andrej.mitrovich — 2012-11-24T01:40:39Z
(In reply to comment #2)
> std.string.xformat is the function that's compatible with std.format. We really
> should deprecate std.string.format or something, and replace it with xformat.
This should be sorted soon enough: https://github.com/D-Programming-Language/phobos/pull/939
Comment #4 by hsteoh — 2012-12-21T07:38:30Z
The pull has been merged; I just tested the code and it's working now. Should this bug be closed?