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

Introduce new (internal) ParseResult type #80

Merged
merged 12 commits into from
Jul 9, 2024
Merged

Introduce new (internal) ParseResult type #80

merged 12 commits into from
Jul 9, 2024

Conversation

scouten
Copy link
Owner

@scouten scouten commented Jul 8, 2024

Avoids the nom-influenced API pattern of (rem, t) tuples which don't make it obvious which is which.

Avoids the nom-influenced API pattern of `(rem, t)` tuples which don't make it obvious which is which.
@scouten scouten self-assigned this Jul 8, 2024
Copy link

codspeed-hq bot commented Jul 8, 2024

CodSpeed Performance Report

Merging #80 will not alter performance

Comparing new-parse-result (e96a0bb) with main (ab70b40)

Summary

✅ 3 untouched benchmarks

Copy link

codecov bot commented Jul 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (ab70b40) to head (e96a0bb).

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #80   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           17        17           
  Lines          710       756   +46     
=========================================
+ Hits           710       756   +46     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@scouten scouten merged commit bdc4b16 into main Jul 9, 2024
20 checks passed
@scouten scouten deleted the new-parse-result branch July 9, 2024 04:33
@scouten scouten mentioned this pull request Oct 26, 2024
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.

1 participant