-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Closed
Labels
bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behavior
Description
As reported on discourse, it looks like there is a bug in hash(a::Associative, h::UInt)
:
hash(Dict(Dict(1=>2) => 3, Dict(4=>5) => 6)) == hash(Dict(Dict(4=>5) => 3, Dict(1=>2) => 6))
returns true
even though the dictionaries are different.
Metadata
Metadata
Assignees
Labels
bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behavior