Skip to content

Conversation

@stephentoub
Copy link
Member

Port #33405 to release/5.0-preview2

We're erroneously converting a set loop to be atomic when it's followed by a notone where the notone's character is in the set.  But if we for example have `[ab]*[^a]`, we can't make the loop atomic, because the `[ab]*` can actually give back something (a `b`) that the `[^a]` will match.  The fix is simply to delete the erroneous, overaggressive checks.
@danmoseley
Copy link
Member

approved by tactics

@danmoseley danmoseley merged commit d12f79a into dotnet:release/5.0-preview2 Mar 10, 2020
@danmoseley
Copy link
Member

@javiercn it would be great if you would check the first full stack preview 2 build we get and confirm this is fixed.

@stephentoub stephentoub deleted the port33405_2 branch April 17, 2020 20:02
@ghost ghost locked as resolved and limited conversation to collaborators Dec 10, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants