Thread overview | ||||||
---|---|---|---|---|---|---|
|
October 10, 2013 [Issue 11222] New: std.string.isNumeric accepts a "+" | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=11222 Summary: std.string.isNumeric accepts a "+" Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: accepts-invalid Severity: normal Priority: P2 Component: Phobos AssignedTo: nobody@puremagic.com ReportedBy: bearophile_hugs@eml.cc --- Comment #0 from bearophile_hugs@eml.cc 2013-10-10 14:06:51 PDT --- With DMD 2.064 alpha this raises no assert error: import std.string: isNumeric; void main() { assert(isNumeric("+")); } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
October 11, 2013 [Issue 11222] std.string.isNumeric accepts a "+" | ||||
---|---|---|---|---|
| ||||
Posted in reply to bearophile_hugs@eml.cc | http://d.puremagic.com/issues/show_bug.cgi?id=11222 Andrej Mitrovic <andrej.mitrovich@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull CC| |andrej.mitrovich@gmail.com Platform|x86 |All AssignedTo|nobody@puremagic.com |andrej.mitrovich@gmail.com OS/Version|Windows |All --- Comment #1 from Andrej Mitrovic <andrej.mitrovich@gmail.com> 2013-10-11 06:56:43 PDT --- https://github.com/D-Programming-Language/phobos/pull/1627 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
October 12, 2013 [Issue 11222] std.string.isNumeric accepts a "+" | ||||
---|---|---|---|---|
| ||||
Posted in reply to bearophile_hugs@eml.cc | http://d.puremagic.com/issues/show_bug.cgi?id=11222 --- Comment #2 from github-bugzilla@puremagic.com 2013-10-12 06:37:19 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/ac04f8bfd05ba271eb4e56c1ae80e33f7a502804 Fixes Issue 11222 - isNumeric should return false on -/+ as a single character. https://github.com/D-Programming-Language/phobos/commit/38b6c93c3356d5098c7baa1a10cdd34257d77306 Merge pull request #1627 from AndrejMitrovic/Fix11222 Issue 11222 - isNumeric should return false on -/+ as a single character -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
October 12, 2013 [Issue 11222] std.string.isNumeric accepts a "+" | ||||
---|---|---|---|---|
| ||||
Posted in reply to bearophile_hugs@eml.cc | http://d.puremagic.com/issues/show_bug.cgi?id=11222 Andrej Mitrovic <andrej.mitrovich@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation