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

Improve iterator and named arguments parsing #2278

Merged
merged 2 commits into from
Aug 15, 2023
Merged

Conversation

lukaszcz
Copy link
Collaborator

@lukaszcz lukaszcz commented Aug 8, 2023

Avoid excessive backtracking in iterator and named arguments parsing. This also improves error messages by committing to a parsing branch as early as possible.

@lukaszcz lukaszcz added this to the 0.4.3 milestone Aug 8, 2023
@lukaszcz lukaszcz self-assigned this Aug 8, 2023
@lukaszcz lukaszcz changed the title Improve iterator parsing Improve iterator and named argument parsing Aug 8, 2023
@lukaszcz lukaszcz changed the title Improve iterator and named argument parsing Improve iterator and named arguments parsing Aug 8, 2023
@lukaszcz lukaszcz marked this pull request as ready for review August 10, 2023 15:36
Copy link
Collaborator

@jonaprieto jonaprieto left a comment

Choose a reason for hiding this comment

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

LGTM

@jonaprieto jonaprieto merged commit 1abeeb9 into main Aug 15, 2023
4 checks passed
@jonaprieto jonaprieto deleted the iterator-parsing branch August 15, 2023 13:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants