Completed
Details
Details
Assignee
Alex Miller
Alex MillerReporter
Alex Miller
Alex MillerApproval
Ok
Patch
Code
Priority

Affects versions
Fix versions
Created February 10, 2014 at 3:04 PM
Updated February 14, 2014 at 4:18 PM
Resolved February 14, 2014 at 4:18 PM
External collections wishing to implement hasheq appropriately must follow the advice at http://clojure.org/data_structures#hash. To simplify the implementation (and avoid unwanted dependencies on the internal Murmur3 class), add two new functions
hash-ordered-coll
andhash-unordered-coll
that provide a proper collection hasheq over entire collections.Patch: clj-1348-3.patch (fixes [k v])