[Issue 15864] chmgen triggers exception in std.regex

2016-04-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15864

Dmitry Olshansky  changed:

   What|Removed |Added

  Component|tools   |phobos

--


[Issue 15864] chmgen triggers exception in std.regex

2016-04-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15864

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

https://github.com/dlang/phobos/commit/25d81e662dda16d43fecfec1e0f9e4026ee5ba82
Fix issue 15864 - chmgen triggers exception in std.regex

https://github.com/dlang/phobos/commit/cf48dc32e220c80bd93e469d427e9bce8d2a26fb
Merge pull request #4180 from DmitryOlshansky/fix-issue15864

Fix issue 15864 - chmgen triggers exception in std.regex

--


[Issue 15864] chmgen triggers exception in std.regex

2016-04-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15864

--- Comment #5 from Dmitry Olshansky  ---
https://github.com/D-Programming-Language/phobos/pull/4180

--


[Issue 15864] chmgen triggers exception in std.regex

2016-04-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15864

Dmitry Olshansky  changed:

   What|Removed |Added

   Keywords||pull

--- Comment #4 from Dmitry Olshansky  ---
https://github.com/D-Programming-Language/phobos/pull/4181

--


[Issue 15864] chmgen triggers exception in std.regex

2016-04-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15864

--- Comment #3 from Martin Nowak  ---
According to the stacktrace, it's triggered here.
https://github.com/D-Programming-Language/dlang.org/blob/9d4ba62443d65a5c734b2162e355226919442b70/chmgen.d#L122

--


[Issue 15864] chmgen triggers exception in std.regex

2016-04-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15864

--- Comment #2 from Dmitry Olshansky  ---
(In reply to Dmitry Olshansky from comment #1)
> Would love to have regex pattern as test case.

Or at least link to chmgen and related command line.

--


[Issue 15864] chmgen triggers exception in std.regex

2016-04-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15864

Dmitry Olshansky  changed:

   What|Removed |Added

 CC||dmitry.o...@gmail.com

--- Comment #1 from Dmitry Olshansky  ---
Would love to have regex pattern as test case.

--