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

Support UnitRange for loops properly #29

Merged
merged 1 commit into from
Jun 2, 2023
Merged

Support UnitRange for loops properly #29

merged 1 commit into from
Jun 2, 2023

Conversation

michel2323
Copy link
Member

@michel2323 michel2323 commented Jun 2, 2023

Proper support where the iterators are correctly handled for a UnitRange (e.g. 1:10) loop. Now an error is thrown if a user does not use a UnitRange. The next kind of range to support would be StepRange (e.g. 1:10:50).

@michel2323 michel2323 merged commit a7e73a9 into main Jun 2, 2023
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.

1 participant