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: correct branch control flow graph for parenthesis expressions #583

Merged
merged 1 commit into from
Apr 17, 2020

Conversation

mvertes
Copy link
Member

@mvertes mvertes commented Apr 17, 2020

The branch condition was not always set or propagated in presence
of parenthesis expressions. Add a setFNext function to fix that.

Fixes #571.

The branch condition was not always set or propagated in presence
of parenthesis expressions. Add a setFNext function to fix that.

Fixes #571.
@mvertes mvertes added bug Something isn't working area/core labels Apr 17, 2020
@mvertes mvertes added this to the v0.8.x milestone Apr 17, 2020
@mvertes mvertes requested a review from ldez April 17, 2020 12:14
@ldez ldez merged commit 56925e6 into master Apr 17, 2020
@ldez ldez deleted the fix-571 branch April 17, 2020 12:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/core bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

condition with expression in parenthesis
2 participants