[Issue 5602] BigInts ignore leading spaces as in %5d

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


bearophile_h...@eml.cc changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED


--- Comment #5 from bearophile_h...@eml.cc 2011-09-08 13:43:51 PDT ---
Fixed in DMD 2.055

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


[Issue 5602] BigInts ignore leading spaces as in %5d

2011-09-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5602


Kenji Hara k.hara...@gmail.com changed:

   What|Removed |Added

   Keywords||patch


--- Comment #4 from Kenji Hara k.hara...@gmail.com 2011-09-02 09:39:31 PDT ---
https://github.com/D-Programming-Language/phobos/pull/230

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


[Issue 5602] BigInts ignore leading spaces as in %5d

2011-02-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5602



--- Comment #2 from bearophile_h...@eml.cc 2011-02-17 01:58:36 PST ---
(In reply to comment #1)
 Yes, that's a limitation of std.format.

If that's a limitation meant to stay, then writef is better to give a format
error (possibly at compile-time!).

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


[Issue 5602] BigInts ignore leading spaces as in %5d

2011-02-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5602


Don clugd...@yahoo.com.au changed:

   What|Removed |Added

   Severity|normal  |enhancement


--- Comment #3 from Don clugd...@yahoo.com.au 2011-02-17 04:29:48 PST ---
(In reply to comment #2)
 (In reply to comment #1)
  Yes, that's a limitation of std.format.
 
 If that's a limitation meant to stay, then writef is better to give a format
 error (possibly at compile-time!).

Of course it's not meant to stay.

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