[Issue 18135] [REG2.078] can't join RegexMatch anymore

2017-12-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18135 --- Comment #7 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/b221120735b04095a6d4c7702eb9cc6e37aba170 fix Issue 18135 - can't join RegexMatch anymore

[Issue 18135] [REG2.078] can't join RegexMatch anymore

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

[Issue 18135] [REG2.078] can't join RegexMatch anymore

2017-12-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18135 --- Comment #6 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/b221120735b04095a6d4c7702eb9cc6e37aba170 fix Issue 18135 - can't join RegexMatch anymore - fix

[Issue 18135] [REG2.078] can't join RegexMatch anymore

2017-12-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18135 Martin Nowak changed: What|Removed |Added Keywords||pull --- Comment #5 from

[Issue 18135] [REG2.078] can't join RegexMatch anymore

2017-12-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18135 --- Comment #4 from Martin Nowak --- cat > bug.d << CODE import std.regex : RegexMatch; struct MapResult(Range) { Range input; } void bug() { MapResult!(RegexMatch!string) res; res = MapResult!(RegexMatch!string)(); }

[Issue 18135] [REG2.078] can't join RegexMatch anymore

2017-12-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18135 Martin Nowak changed: What|Removed |Added CC||c...@dawg.eu --- Comment #3

[Issue 18135] [REG2.078] can't join RegexMatch anymore

2017-12-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18135 --- Comment #2 from Seb --- See also: https://issues.dlang.org/show_bug.cgi?id=17066 --

[Issue 18135] [REG2.078] can't join RegexMatch anymore

2017-12-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18135 --- Comment #1 from Seb --- This was introduced by https://github.com/dlang/phobos/pull/4286 --