[Issue 6255] Add support for different base conversions in std.conv

2012-01-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6255



--- Comment #6 from github-bugzi...@puremagic.com 2012-01-26 00:04:20 PST ---
Commit pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/bd9596f9625a6d9a196388b7c18813ccaf3da470
Added Issue# 6255 to the changelog.

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


[Issue 6255] Add support for different base conversions in std.conv

2012-01-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6255


Jonathan M Davis  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||jmdavisp...@gmx.com
 Resolution||FIXED


--- Comment #6 from github-bugzi...@puremagic.com 2012-01-26 00:04:20 PST ---
Commit pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/bd9596f9625a6d9a196388b7c18813ccaf3da470
Added Issue# 6255 to the changelog.

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


[Issue 6255] Add support for different base conversions in std.conv

2012-01-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6255



--- Comment #5 from github-bugzi...@puremagic.com 2012-01-25 23:55:44 PST ---
Commit pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/42083000a43b569e1d368261678ebd140586ee73
Merge pull request #372 from 9rnsr/fix6255

Issue 6255 - Add support for different base conversions in std.conv

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


[Issue 6255] Add support for different base conversions in std.conv

2011-12-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6255


Kenji Hara  changed:

   What|Removed |Added

   Keywords||patch
   Platform|Other   |All
 OS/Version|Windows |All


--- Comment #4 from Kenji Hara  2011-12-14 22:44:52 PST ---
https://github.com/D-Programming-Language/phobos/pull/372

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


[Issue 6255] Add support for different base conversions in std.conv

2011-12-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6255



--- Comment #3 from yebblies  2011-12-14 13:25:18 EST ---
*** Issue 6992 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 6255] Add support for different base conversions in std.conv

2011-07-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6255


yebblies  changed:

   What|Removed |Added

 CC||yebbl...@gmail.com


--- Comment #2 from yebblies  2011-07-06 12:01:42 EST ---
Looking at the docs, it seems there's parse!int(string, radix) and
to!string(int, radix).  It's probably worth adding to!int(string, radix) as
well (unless it's already there and not showing up in the docs)

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


[Issue 6255] Add support for different base conversions in std.conv

2011-07-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6255



--- Comment #1 from Andrej Mitrovic  2011-07-05 
14:59:31 PDT ---
I should have mentioned in the title that I'm looking for *string* to int
conversions.

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