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

Activity

Show:

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.

Details

Assignee

Reporter

Priority

Created May 9, 2018 at 8:15 AM
Updated May 9, 2018 at 8:20 AM