[Issue 3610] isNumeric("3.14"w) is false.

2019-04-16 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3610

Seb  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 CC||greeen...@gmail.com
 Resolution|--- |FIXED

--


[Issue 3610] isNumeric("3.14"w) is false.

2019-04-16 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3610

Ben  changed:

   What|Removed |Added

 CC||ben.james.jo...@gmail.com

--- Comment #9 from Ben  ---
Looks to be fixed, this commit adds tests for all the various string and char[]
types:
https://github.com/dlang/phobos/commit/547a8e9e8035fabd0085543369985973f6abdd4c#diff-b016b8ad9fb8202c292a5e14b4f0a4ef

Can this be closed?

--


[Issue 3610] isNumeric("3.14"w) is false.

2018-01-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3610

Nick Treleaven  changed:

   What|Removed |Added

 CC||n...@geany.org
  Component|dmd |phobos

--


[Issue 3610] isNumeric("3.14"w) is false.

2016-10-13 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3610

Andrei Alexandrescu  changed:

   What|Removed |Added

   Keywords||bootcamp

--


[Issue 3610] isNumeric("3.14"w) is false.

2014-01-04 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=3610



--- Comment #8 from Vladimir Panteleev  2014-01-05 
06:55:27 EET ---
Created an attachment (id=1311)
draft patch

The current implementation of isNumeric works just fine with wchar and dchar
strings. However, making the function a template causes conflicts with the
std.typecons.isNumeric template. An ugly workaround would be declaring a
non-templated overload set of wrappers around the templated implementation.

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