-
Notifications
You must be signed in to change notification settings - Fork 8
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
hashing is part unimplemented, part incorrect #56
Comments
The proper fix is to implement the two-argument NB: I plan on fixing this indirectly by:
|
I don't see why creating new packages is needed for fixing Note |
It's not. I just want a package with a clear and more narrow scope to depend on, so I thought I'd fix existing bugs while at it.
But it's equal to floating-point julia> using Infinities
julia> isequal(Inf, ∞)
true
julia> hash(Inf) == hash(∞)
false |
Are the infinities not supposed to equal each other? |
Yes they are meant to be equal to each other. You'd have to go back to old discussion to understand why we wanted |
Test:
Result:
The text was updated successfully, but these errors were encountered: