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(input)!: Prevent str from being processed as arbitrary bytes #134

Merged
merged 1 commit into from
Feb 7, 2023

Conversation

epage
Copy link
Collaborator

@epage epage commented Feb 7, 2023

This will turn panics into compile errors and open the way for some unsafe for #115

This will turn panics into compile errors and open the way for some
unsafe for winnow-rs#115
@coveralls
Copy link

Pull Request Test Coverage Report for Build 4116323279

  • 5 of 17 (29.41%) changed or added relevant lines in 6 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.05%) to 57.501%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/number/complete.rs 0 1 0.0%
src/number/streaming.rs 0 1 0.0%
src/input.rs 2 12 16.67%
Totals Coverage Status
Change from base Build 4116207879: -0.05%
Covered Lines: 1744
Relevant Lines: 3033

💛 - Coveralls

@epage epage merged commit 811f0a7 into winnow-rs:main Feb 7, 2023
@epage epage deleted the bstr branch February 7, 2023 17:13
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