[Issue 9615] std.conv.parse!(T[]) fails on trailing comma

2017-03-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9615 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/307675ad75230efa5bd7d6c5cb4ea38b7a23694d fix issue 9615, std.conv.parse!(T[]) should allow a

[Issue 9615] std.conv.parse!(T[]) fails on trailing comma

2017-02-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9615 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to newCTFE at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/307675ad75230efa5bd7d6c5cb4ea38b7a23694d fix issue 9615, std.conv.parse!(T[]) should allow a

[Issue 9615] std.conv.parse!(T[]) fails on trailing comma

2017-01-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9615 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 9615] std.conv.parse!(T[]) fails on trailing comma

2017-01-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9615 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/307675ad75230efa5bd7d6c5cb4ea38b7a23694d fix issue 9615, std.conv.parse!(T[]) should allow a

[Issue 9615] std.conv.parse!(T[]) fails on trailing comma

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

[Issue 9615] std.conv.parse!(T[]) fails on trailing comma

2013-02-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9615 --- Comment #1 from monarchdo...@gmail.com 2013-02-28 01:12:58 PST --- (In reply to comment #0) parse!(int[])(s); //Unexpected ']' when converting from type string to type int And if you are trying to parse a string[], you'll get a