Skip to content

fix: wrap conditional branch expression in parentheses when optimizing IF THEN ELSE#153

Merged
chrispcampbell merged 3 commits into
developfrom
chris/152-if-then-else-parens
Oct 28, 2021
Merged

fix: wrap conditional branch expression in parentheses when optimizing IF THEN ELSE#153
chrispcampbell merged 3 commits into
developfrom
chris/152-if-then-else-parens

Conversation

@chrispcampbell
Copy link
Copy Markdown
Contributor

Fixes #152

Copy link
Copy Markdown
Collaborator

@ToddFincannon ToddFincannon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch — looks pretty straightforward to me.

@chrispcampbell chrispcampbell merged commit bd42d54 into develop Oct 28, 2021
@chrispcampbell chrispcampbell deleted the chris/152-if-then-else-parens branch October 28, 2021 19:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Parentheses omitted when IF THEN ELSE optimization is applied

2 participants