[Issue 4532] Position specifiers don't work in format

2011-08-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4532


Nick Sabalausky cbkbbej...@mailinator.com changed:

   What|Removed |Added

 CC||simend...@gmail.com


--- Comment #3 from Nick Sabalausky cbkbbej...@mailinator.com 2011-08-16 
12:42:22 PDT ---
*** Issue 6455 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 4532] Position specifiers don't work in format

2010-08-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4532



--- Comment #2 from Stewart Gordon s...@iname.com 2010-08-18 08:47:04 PDT ---
I've just looked at the code and seem to have figured out what's going on. 
Traditionally, std.format.doFormat is the function that underlies all the
writef* functions and std.string.format.  However, a new templated function has
been written to replace it, std.format.formattedWrite.  The problem is that
std.string.format still uses doFormat, as do the writef* functions in
std.stream and others.

We need to get this fixed, and then deprecate doFormat.

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


[Issue 4532] Position specifiers don't work in format

2010-07-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4532


Stewart Gordon s...@iname.com changed:

   What|Removed |Added

 CC||s...@iname.com


--- Comment #1 from Stewart Gordon s...@iname.com 2010-07-30 10:27:52 PDT ---
This is most peculiar.  Why has it been added directly into writef, rather than
being put in doFormat where it belongs?

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