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

Issue with hashing in Julia 1.10.0 #47

Closed
weinbe58 opened this issue Jan 10, 2024 · 1 comment · Fixed by #48
Closed

Issue with hashing in Julia 1.10.0 #47

weinbe58 opened this issue Jan 10, 2024 · 1 comment · Fixed by #48

Comments

@weinbe58
Copy link

The following no longer works in Julia 1.10

using BitBasis

a = bit"0110101"

hash(a)
@weinbe58 weinbe58 changed the title Issue with hashing in Julia 1.10 Issue with hashing in Julia 1.10.0 Jan 10, 2024
GiggleLiu added a commit that referenced this issue Jan 12, 2024
@GiggleLiu
Copy link
Member

GiggleLiu commented Jan 12, 2024

Thanks for the report. It will be fixed in PR #48 . A minor version will be bumped, since the julia version compatibility is changed.

GiggleLiu added a commit that referenced this issue Jan 14, 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 a pull request may close this issue.

2 participants