Thread overview
[Issue 17212] std.regex doesn't ignore whitespace after character classes, even when compiling with "x"
Feb 20, 2017
Markus Laker
Feb 20, 2017
Dmitry Olshansky
February 20, 2017
https://issues.dlang.org/show_bug.cgi?id=17212

--- Comment #1 from Markus Laker <markus.laker@gmail.com> ---
The bug seems to have been introduced in 2.072.0.

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

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/dlang/phobos/pull/5167

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

--- Comment #3 from github-bugzilla@puremagic.com ---
Commits pushed to stable at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/62cf615dda64274c4f07b2c92a008baa132073ac Fix issue 17212 std.regex doesn't ignore whitespace after character classes

https://github.com/dlang/phobos/commit/694dd1743f4fb627f04d52723228d1ef99c5fcac Merge pull request #5167 from DmitryOlshansky/fix-freeform-regex

Fix issue 17212 std.regex doesn't ignore whitespace after character c…

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

github-bugzilla@puremagic.com changed:

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

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

--- Comment #4 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/62cf615dda64274c4f07b2c92a008baa132073ac Fix issue 17212 std.regex doesn't ignore whitespace after character classes

https://github.com/dlang/phobos/commit/694dd1743f4fb627f04d52723228d1ef99c5fcac Merge pull request #5167 from DmitryOlshansky/fix-freeform-regex

--