Thread overview
[Issue 17667] regex([r".", r"[\(\{[\]\}\)]"]);
Jul 20, 2017
Dmitry Olshansky
Jul 25, 2017
Dmitry Olshansky
Jul 25, 2017
Dmitry Olshansky
July 20, 2017
https://issues.dlang.org/show_bug.cgi?id=17667

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dmitry.olsh@gmail.com
           Assignee|nobody@puremagic.com        |dmitry.olsh@gmail.com

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

Nikolay (unDEFER) Krivchenkov <undefer@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |undefer@gmail.com

--
July 25, 2017
https://issues.dlang.org/show_bug.cgi?id=17667

--- Comment #1 from Dmitry Olshansky <dmitry.olsh@gmail.com> ---
This is a peculiar bug in that the first pattern is accepts invalid. There is unbalanced grouping of [].

It interestingly goes undetected only to explode when combined with another pattern.

Fix pending.

--
July 25, 2017
https://issues.dlang.org/show_bug.cgi?id=17667

--- Comment #2 from Dmitry Olshansky <dmitry.olsh@gmail.com> ---
https://github.com/dlang/phobos/pull/5656

--
August 07, 2017
https://issues.dlang.org/show_bug.cgi?id=17667

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

https://github.com/dlang/phobos/commit/42c0d79e5a405e12bae3b6ae642c9b2a1e2bf06e
Fix issue 17667 - regex([r".", r"[\(\{[\]\}\)]"]);

https://github.com/dlang/phobos/commit/284e8eee1c8783340d92e4107303a5f54c9284a9 Merge pull request #5656 from DmitryOlshansky/issue-17667

Fix issue 17667 - regex([r".", r"[\(\{[\]\}\)]"]);
merged-on-behalf-of: Dmitry Olshansky
<DmitryOlshansky@users.noreply.github.com>

--
August 07, 2017
https://issues.dlang.org/show_bug.cgi?id=17667

github-bugzilla@puremagic.com changed:

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

--
August 16, 2017
https://issues.dlang.org/show_bug.cgi?id=17667

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

https://github.com/dlang/phobos/commit/42c0d79e5a405e12bae3b6ae642c9b2a1e2bf06e
Fix issue 17667 - regex([r".", r"[\(\{[\]\}\)]"]);

https://github.com/dlang/phobos/commit/284e8eee1c8783340d92e4107303a5f54c9284a9 Merge pull request #5656 from DmitryOlshansky/issue-17667

--
January 05, 2018
https://issues.dlang.org/show_bug.cgi?id=17667

--- Comment #5 from github-bugzilla@puremagic.com ---
Commits pushed to dmd-cxx at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/42c0d79e5a405e12bae3b6ae642c9b2a1e2bf06e
Fix issue 17667 - regex([r".", r"[\(\{[\]\}\)]"]);

https://github.com/dlang/phobos/commit/284e8eee1c8783340d92e4107303a5f54c9284a9 Merge pull request #5656 from DmitryOlshansky/issue-17667

--