[Issue 17667] regex([r".", r"[\(\{[\]\}\)]"]);

2018-01-05 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17667 --- Comment #5 from github-bugzi...@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"

[Issue 17667] regex([r".", r"[\(\{[\]\}\)]"]);

2017-08-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17667 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/42c0d79e5a405e12bae3b6ae642c9b2a1e2bf06e Fix issue 17667 - regex([r"

[Issue 17667] regex([r".", r"[\(\{[\]\}\)]"]);

2017-08-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17667 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/42c0d79e5a405e12bae3b6ae642c9b2a1e2bf06e Fix issue 17667 - regex([r"

[Issue 17667] regex([r".", r"[\(\{[\]\}\)]"]);

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

[Issue 17667] regex([r".", r"[\(\{[\]\}\)]"]);

2017-07-25 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17667 --- Comment #2 from Dmitry Olshansky --- https://github.com/dlang/phobos/pull/5656 --

[Issue 17667] regex([r".", r"[\(\{[\]\}\)]"]);

2017-07-25 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17667 --- Comment #1 from Dmitry Olshansky --- 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

[Issue 17667] regex([r".", r"[\(\{[\]\}\)]"]);

2017-07-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17667 Nikolay (unDEFER) Krivchenkov changed: What|Removed |Added CC|

[Issue 17667] regex([r".", r"[\(\{[\]\}\)]"]);

2017-07-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17667 Dmitry Olshansky changed: What|Removed |Added CC|