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

Enable Parser-based ParserIterator to work #1633

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

cky
Copy link
Contributor

@cky cky commented Jan 31, 2023

Now that we have associated types for Parser (#1626), we can finally make ParserIterator support any Parser, not just FnMut(I) -> IResult<I, O, E>.

@coveralls
Copy link

Pull Request Test Coverage Report for Build 4051768316

  • 1 of 1 (100.0%) changed or added relevant line in 1 file are covered.
  • 2 unchanged lines in 2 files lost coverage.
  • Overall coverage increased (+0.5%) to 62.75%

Files with Coverage Reduction New Missed Lines %
src/character/complete.rs 1 81.82%
src/character/streaming.rs 1 78.38%
Totals Coverage Status
Change from base Build 3981619336: 0.5%
Covered Lines: 1570
Relevant Lines: 2502

💛 - Coveralls

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.

None yet

2 participants