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

Make iterators have at least one range #2265

Closed
janmasrovira opened this issue Jul 31, 2023 · 0 comments · Fixed by #2267
Closed

Make iterators have at least one range #2265

janmasrovira opened this issue Jul 31, 2023 · 0 comments · Fixed by #2267

Comments

@janmasrovira
Copy link
Collaborator

  • Currently iterators are allowed to have no ranges. Because of that, we had to introduce AmbiguousIterator in the parsing stage in Named arguments #2250. We latter agreed that iterators with no ranges don't have any practical use, so we should force them to have at least one range and remove AmbiguousIterator from the code.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants