Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
data.avl ordered sets are not = to java.util.Set's with same members
Description
Comparing Clojure persistent sets to Java sets implementing java.util.Set interface returns true if the set of elements are the same, but not for data.avl sorted-sets.
Environment
None
Attachments
1
davl-10-v1.patch
09 May, 2018
Activity
Andy Fingerhut
May 9, 2018 at 8:20 AM
The patch davl-10-v1.patch adds tests of which a few fail without the one-line proposed fix, which is modeled after how Clojure persistent set equiv works.
Comparing Clojure persistent sets to Java sets implementing java.util.Set interface returns true if the set of elements are the same, but not for data.avl sorted-sets.