Skip to content

iterator_complete for complete parsers #1841

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

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

asibahi
Copy link

@asibahi asibahi commented Mar 21, 2025

Hello,

This is a proposed solution to #1835 . I do not particularly like it, but it is backwards compatible. My first idea (in a previous commit) was to have a separate finish function, but that forces generic arguments on iterator when finish isn't called.

All tests pass. I did not add new tests. (Changing the test was needed for my first idea).

fixes #1835

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.

buggy (or unexpected) interaction between iterator and parse_complete
1 participant