Details
Assignee
UnassignedUnassignedReporter
Eric DvorsakEric DvorsakApproval
TriagedPriority
MinorAffects versions
Details
Details
Assignee
Unassigned
UnassignedReporter
Eric Dvorsak
Eric DvorsakApproval
Triaged
Priority
Affects versions
Created January 16, 2016 at 3:40 PM
Updated January 16, 2016 at 5:27 PM
Problem: clojure.data/diff inconsistently returns a lazy seq when comparing different maps, but a vector otherwise.
This is inconsistent with doc and normal behavior :
The docstring states: "Recursively compares a and b, returning a tuple of [things-only-in-a things-only-in-b things-in-both]", implying that it should always return a vector.