[Issue 6627] BigInt textual representation

2012-12-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6627


bearophile_h...@eml.cc changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED


--- Comment #2 from bearophile_h...@eml.cc 2012-12-11 19:25:24 PST ---
Fixed time ago.

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


[Issue 6627] BigInt textual representation

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



--- Comment #1 from Kenji Hara k.hara...@gmail.com 2011-09-08 14:24:37 PDT ---
I have posted two pull requests.

https://github.com/D-Programming-Language/phobos/pull/236
to!SomeString should use formatValue. After that, std.conv.text() using to!()
will support BigInt implicitly.

https://github.com/D-Programming-Language/phobos/pull/231
Issue 6595 - std.string.format() and sformat() are obsolete
std.string.format() and sformat() are now uses std.format.doFormat(), but it is
obsolute function. After that, the two functions uses formatValue, and will
support BigInt implicitly.

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