https://d.puremagic.com/issues/show_bug.cgi?id=12076
--- Comment #3 from [email protected] 2014-02-24 06:41:16 PST --- Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/01e0acddd64449f5b4bd98aaeb59ac41bb5a8f19 fix issue 12076 Lookaround in ctRegex used wrong number of total captures thus missing both a bit of optimization AND a special case of 0 matches. The latter is the reason of range violation in issue 12076. https://github.com/D-Programming-Language/phobos/commit/1ca127265ae7db2f612411672410a9945c240fa1 Merge pull request #1958 from blackwhale/issue-12076 fix issue 12076 -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
