[Issue 8729] parse!bool does not work correctly

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8729 Andrei Alexandrescu changed: What|Removed |Added Version|unspecified |D2 --

[Issue 8729] parse!bool does not work correctly

2012-10-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8729 Jonathan M Davis changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Issue 8729] parse!bool does not work correctly

2012-10-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8729 --- Comment #6 from github-bugzi...@puremagic.com 2012-10-04 09:33:06 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/dce93b188140157732898da3d03fcfe90

[Issue 8729] parse!bool does not work correctly

2012-09-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8729 --- Comment #5 from Kenji Hara 2012-09-27 18:29:09 PDT --- (In reply to comment #3) > FYI, parse!int also has the same problem. Only floating point types seem to > behave correctly: NO, this is just a bug in `T parse!T(input) if (isFloatingPoi

[Issue 8729] parse!bool does not work correctly

2012-09-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8729 monarchdo...@gmail.com changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #4 from m

[Issue 8729] parse!bool does not work correctly

2012-09-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8729 --- Comment #3 from monarchdo...@gmail.com 2012-09-26 14:36:53 PDT --- FYI, parse!int also has the same problem. Only floating point types seem to behave correctly: import std.conv; import std.stdio; void main() { auto str = "456.7 123";

[Issue 8729] parse!bool does not work correctly

2012-09-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8729 --- Comment #2 from monarchdo...@gmail.com 2012-09-26 13:52:15 PDT --- (In reply to comment #1) > (In reply to comment #0) > > This code > > > > import std.conv; > > import std.stdio; > > > > void main() > > { > > auto str = "123 456.7 fal

[Issue 8729] parse!bool does not work correctly

2012-09-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8729 monarchdo...@gmail.com changed: What|Removed |Added CC||monarchdo...@gmail.com --- Com