Details
-
Type:
Defect
-
Status:
Closed
-
Priority:
Major
-
Resolution: Completed
-
Affects Version/s: Release 1.3
-
Fix Version/s: Release 1.3
-
Component/s: None
-
Labels:None
-
Patch:Code and Test
-
Approval:Ok
Description
Protocols internal is using min-hash and throwing a collision, similar to the bug fixed in CLJ-426.
https://groups.google.com/d/msg/clojure/0qllPii3fJY/Lile5yQPxuIJ
map-fallback-cache.patch: protocol's method cache falls back to using a map when shift-mask table won't work, instead of throwing an exception.