Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue 12691 std.regex.bmatch bug in empty OR operator inside of ()* #2164

Merged
merged 1 commit into from May 13, 2014

Conversation

DmitryOlshansky
Copy link
Member

Must save variables that track advancement inside of infinite loops
on per thread basis. Apparently no amount of trickery would let us avoid it.

Must save variables that track advancement inside of infinite loops
on per-thread basis. Apparently no amount of trickery would let us avoid it.
WalterBright added a commit that referenced this pull request May 13, 2014
Fix issue 12691 std.regex.bmatch bug in empty OR operator inside of ()*
@WalterBright WalterBright merged commit 5ac0225 into dlang:master May 13, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants