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

Implement Hash for ByteOrder types #1872

Merged
merged 1 commit into from
Oct 11, 2024
Merged

Implement Hash for ByteOrder types #1872

merged 1 commit into from
Oct 11, 2024

Conversation

jswrenn
Copy link
Collaborator

@jswrenn jswrenn commented Oct 11, 2024

The absence of these impls lead to the absence of Hash for the byteorder-aware numeric types.

Fixes #1871

@codecov-commenter
Copy link

codecov-commenter commented Oct 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.41%. Comparing base (246bd90) to head (d8e6e9e).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1872   +/-   ##
=======================================
  Coverage   87.41%   87.41%           
=======================================
  Files          16       16           
  Lines        5997     5997           
=======================================
  Hits         5242     5242           
  Misses        755      755           

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

@jswrenn jswrenn marked this pull request as ready for review October 11, 2024 16:39
@jswrenn jswrenn requested a review from joshlf October 11, 2024 16:39
@AaronKutch
Copy link

thanks that was fast

@joshlf joshlf added this pull request to the merge queue Oct 11, 2024
@joshlf
Copy link
Member

joshlf commented Oct 11, 2024

Updated so this PR releases 0.8.5 as well.

@joshlf joshlf removed this pull request from the merge queue due to a manual request Oct 11, 2024
The absence of these impls lead to the absence of `Hash` for the
byteorder-aware numeric types.

Release 0.8.5.

Fixes #1871
@joshlf joshlf enabled auto-merge October 11, 2024 17:52
@joshlf joshlf added this pull request to the merge queue Oct 11, 2024
Merged via the queue into main with commit d42e46f Oct 11, 2024
87 checks passed
@joshlf joshlf deleted the byteorder-hash branch October 11, 2024 18:24
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.

zerocopy 0.8 is missing Hash impls
4 participants