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

tweaking with loops #6629

Merged
merged 7 commits into from Oct 11, 2021
Merged

tweaking with loops #6629

merged 7 commits into from Oct 11, 2021

Conversation

orklah
Copy link
Collaborator

@orklah orklah commented Oct 9, 2021

This brings a little more coherence between the four type of loops Analyzer:

  • DoAnalyzer
  • WhileAnalyzer
  • ForAnalyzer
  • ForeachAnalyzer

Some functions used were not the same, isAlwaysTruthy was not used in WhileAnalyzer but was used in ForAnalyzer etc...

This will fix #6626

@orklah
Copy link
Collaborator Author

orklah commented Oct 9, 2021

Interesting, tests are failing. I'll check if it's legit

@orklah orklah marked this pull request as draft October 9, 2021 23:03
@orklah orklah marked this pull request as ready for review October 10, 2021 08:49
@orklah orklah merged commit c6fb810 into vimeo:master Oct 11, 2021
@weirdan weirdan added the release:fix The PR will be included in 'Fixes' section of the release notes label Oct 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release:fix The PR will be included in 'Fixes' section of the release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for(*;;*) loop without break condition
2 participants