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 hashing on Julia 1.10 #55

Merged
merged 4 commits into from
Jul 29, 2023
Merged

Fix hashing on Julia 1.10 #55

merged 4 commits into from
Jul 29, 2023

Conversation

sostock
Copy link
Owner

@sostock sostock commented Jul 26, 2023

Closes #54.

This implements the new hashing behavior (denominator is not hashed if it is 1) introduced in JuliaLang/julia#50041. Once JuliaLang/julia#50655 is merged (edit: and backported to 1.10), the hashing tests should pass.

@codecov-commenter
Copy link

codecov-commenter commented Jul 26, 2023

Codecov Report

Patch coverage: 66.66% and project coverage change: -0.40% ⚠️

Comparison is base (b605e1c) 99.20% compared to head (d808f2a) 98.80%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #55      +/-   ##
==========================================
- Coverage   99.20%   98.80%   -0.40%     
==========================================
  Files           1        1              
  Lines         251      252       +1     
==========================================
  Hits          249      249              
- Misses          2        3       +1     
Files Changed Coverage Δ
src/HalfIntegers.jl 98.80% <66.66%> (-0.40%) ⬇️

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

@sostock sostock merged commit 3f2bd7c into master Jul 29, 2023
41 of 49 checks passed
@sostock sostock deleted the hashing-1.10 branch July 29, 2023 17:45
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.

Hashing on Julia 1.10
2 participants