[Issue 4673] Bug in std.string (isNumeric)

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Sep 3 16:38:08 PDT 2013


http://d.puremagic.com/issues/show_bug.cgi?id=4673


Rob T <alanb at ucora.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alanb at ucora.com


--- Comment #10 from Rob T <alanb at ucora.com> 2013-09-03 16:38:06 PDT ---
isNumeric still thinks strings containing only "-" "+" and "." are numeric.

Here is a related bug report with additional thoughts and a suggestion that the
conversion library should add a function to check if a given conversion will
succeed or not.
http://d.puremagic.com/issues/show_bug.cgi?id=3610

If isNumeric won't be fixed, then it should be depreciated rather than keep it
broken in the library. 

--rt

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


More information about the Digitalmars-d-bugs mailing list