Skip to content

Fix for repeat...until scoping#661

Merged
Perryvw merged 1 commit intomasterfrom
bugfix/repeat-scope
Jul 13, 2019
Merged

Fix for repeat...until scoping#661
Perryvw merged 1 commit intomasterfrom
bugfix/repeat-scope

Conversation

@tomblind
Copy link
Copy Markdown
Collaborator

fixes #657
Also added a small optimization to prevent double-negation in until-condition

fixes #657
Also added a small optimization to prevent double-negation in until-condition
@Perryvw Perryvw merged commit 1850e6c into master Jul 13, 2019
@Perryvw Perryvw deleted the bugfix/repeat-scope branch July 13, 2019 16:13
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.

the "while" part of do-while loops should not share scope with the inner block

3 participants