Details
Assignee
UnassignedUnassignedReporter
Alex MillerAlex MillerLabels
Patch
CodePriority
MinorAffects versions
Details
Details
Assignee
Unassigned
UnassignedReporter
Alex Miller
Alex MillerLabels
Patch
Code
Priority
Affects versions
Created March 11, 2014 at 4:29 PM
Updated March 11, 2014 at 4:30 PM
The Util.pcequiv() method
tries to get equiv semantics (cross-class number equality) for cases of mixed Clojure/Java collection comparison. However, this is not a sustainable direction and we would like to stop doing this.
Attached patch removes this and changes calling code to only call equiv when both collections are IPersistentCollection.