[Issue 8574] [std.format] The flag ' ' works for floating numbers, not only for integers

2013-02-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8574


Andrej Mitrovic andrej.mitrov...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||andrej.mitrov...@gmail.com
 Resolution||FIXED


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


[Issue 8574] [std.format] The flag ' ' works for floating numbers, not only for integers

2012-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8574



--- Comment #2 from github-bugzi...@puremagic.com 2012-08-27 01:44:14 PDT ---
Commits pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/b7df920554f1c53313740f33aa762342e38fa00c
fix Issue 8574 - [std.format] The flag ' ' works for floating numbers, not only
for integers

https://github.com/D-Programming-Language/phobos/commit/0a511e3975e7c0e4b05c5bff56728ba0263c77fe
Merge pull request #755 from 9rnsr/fix8574

Issue 8574 - [std.format] The flag ' ' works for floating numbers, not only for
integers

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


[Issue 8574] [std.format] The flag ' ' works for floating numbers, not only for integers

2012-08-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8574


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

   What|Removed |Added

   Keywords||pull
Version|unspecified |D2


--- Comment #1 from Kenji Hara k.hara...@gmail.com 2012-08-21 08:47:46 PDT ---
Pull request:
https://github.com/D-Programming-Language/phobos/pull/755

 or even BigInt (with % d or % s).

BigInt supports its formatting by the std.format module correctly, so this is
correct behavior.

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