We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following no longer works in Julia 1.10
using BitBasis a = bit"0110101" hash(a)
The text was updated successfully, but these errors were encountered:
upgrade BitBasis, fix #47
ae1c5b6
Thanks for the report. It will be fixed in PR #48 . A minor version will be bumped, since the julia version compatibility is changed.
Sorry, something went wrong.
upgrade BitBasis, fix #47 (#48)
c03912b
Successfully merging a pull request may close this issue.
The following no longer works in Julia 1.10
The text was updated successfully, but these errors were encountered: