Thread overview
[Issue 14615] std.regex.replaceFirstInto throws exception when no match is found
May 22, 2015
Chris
Apr 06, 2016
Dmitry Olshansky
Apr 07, 2016
Dmitry Olshansky
May 22, 2015
https://issues.dlang.org/show_bug.cgi?id=14615

--- Comment #1 from Chris <wendlec@tcd.ie> ---
dmd 2.067.1

--
April 06, 2016
https://issues.dlang.org/show_bug.cgi?id=14615

Dmitry Olshansky <dmitry.olsh@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull
                 CC|                            |dmitry.olsh@gmail.com

--- Comment #2 from Dmitry Olshansky <dmitry.olsh@gmail.com> ---
https://github.com/D-Programming-Language/phobos/pull/4160

--
April 07, 2016
https://issues.dlang.org/show_bug.cgi?id=14615

--- Comment #3 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/add07e7ea6815bdfa6f89b12e78f76d0ecaff6fd
Fix issue 14615 - std.regex.replaceFirstInto throws exception when no match is
found

https://github.com/D-Programming-Language/phobos/commit/efd74a5fea9dd7c8c14bf53d192ca2236f9013ef Merge pull request #4160 from DmitryOlshansky/issue-14615

Fix issue 14615 - std.regex.replaceFirstInto throws exception when no match is found

--
April 07, 2016
https://issues.dlang.org/show_bug.cgi?id=14615

Dmitry Olshansky <dmitry.olsh@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|enhancement                 |major

--