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

fix!: Parsing over a slice should invoke complete parsers #172

Merged
merged 5 commits into from
Feb 16, 2023

Commits on Feb 16, 2023

  1. Configuration menu
    Copy the full SHA
    9ac0bbe View commit details
    Browse the repository at this point in the history
  2. fix(stream)!: Have Partial error if wrapping partial input

    This was supported previously through const generics but that went away
    in winnow-rs#171.  Now, its a `debug_assert`.
    epage committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    241cc7a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    031ad65 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    199414d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2267747 View commit details
    Browse the repository at this point in the history