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

Update AutoHashEquals compat to support versions 1 and 2 #43

Merged
merged 2 commits into from
Oct 18, 2023

Conversation

ztangent
Copy link
Contributor

The latest version of AutoHashEquals is 2.0.0, but packages that use both AutoHashEquals and ParserCombinator are prevented from upgrading due to ParserCombinator's compat requirements. This PR fixes that.

@codecov-commenter
Copy link

codecov-commenter commented Oct 12, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (5d477e1) 87.69% compared to head (359873b) 88.52%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #43      +/-   ##
==========================================
+ Coverage   87.69%   88.52%   +0.82%     
==========================================
  Files          14       16       +2     
  Lines         837      845       +8     
==========================================
+ Hits          734      748      +14     
+ Misses        103       97       -6     

see 7 files with indirect coverage changes

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

Project.toml Outdated Show resolved Hide resolved
@oxinabox oxinabox merged commit a34ebac into andrewcooke:master Oct 18, 2023
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

3 participants