Completed
Details
Assignee
UnassignedUnassignedReporter
importimportLabels
Approval
OkPatch
Code and TestPriority
MinorAffects versions
Fix versions
Details
Details
Assignee
Unassigned
UnassignedReporter
import
importLabels
Approval
Ok
Patch
Code and Test
Priority
Affects versions
Fix versions
Created November 2, 2015 at 8:52 PM
Updated September 6, 2017 at 5:42 PM
Resolved September 6, 2017 at 5:42 PM
The bean iterator implementation is returning the wrong data. One place the iterator is used is with transduce, which is under into:
Cause: The iterator impl in bean is incorrectly implemented and exposing some of the inner details instead.
Approach: Pull an iterator from the seq impl. The seq impl uses an embedded fn - the patch pulls that up and invokes from both seq and iterator.
Patch: clj-1841.patch