Thread overview
[Issue 9615] std.conv.parse!(T[]) fails on trailing comma
June 09, 2015
https://issues.dlang.org/show_bug.cgi?id=9615

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|unspecified                 |D2

--
January 26, 2017
https://issues.dlang.org/show_bug.cgi?id=9615

--- Comment #2 from github-bugzilla@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 trailing comma

https://github.com/dlang/phobos/commit/781ea571b03b1cdc3246bbea4820a4f0242d215e Merge pull request #5061 from BBasile/issue-9615

fix issue 9615, std.conv.parse!(T[]) should allow a trailing comma

--
January 26, 2017
https://issues.dlang.org/show_bug.cgi?id=9615

github-bugzilla@puremagic.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--
February 24, 2017
https://issues.dlang.org/show_bug.cgi?id=9615

--- Comment #3 from github-bugzilla@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 trailing comma

https://github.com/dlang/phobos/commit/781ea571b03b1cdc3246bbea4820a4f0242d215e Merge pull request #5061 from BBasile/issue-9615

--
March 22, 2017
https://issues.dlang.org/show_bug.cgi?id=9615

--- Comment #4 from github-bugzilla@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 trailing comma

https://github.com/dlang/phobos/commit/781ea571b03b1cdc3246bbea4820a4f0242d215e Merge pull request #5061 from BBasile/issue-9615

--