Fixed
Details
Assignee
UnassignedUnassignedReporter
Former userFormer user(Deactivated)Approval
OkPatch
CodePriority
MinorAffects versions
Fix versions
Details
Details
Assignee
Unassigned
UnassignedReporter
Former user
Former user(Deactivated)Approval
Ok
Patch
Code
Priority
Affects versions
Fix versions
Created December 13, 2017 at 6:27 PM
Updated February 8, 2024 at 10:45 PM
Resolved February 8, 2024 at 10:45 PM
into
has had nullify and unary overloads since e547d35, but the docstring doesn’t mention them. It would make sense to follow the pattern introduced forconj
in .Proposed:
Make docstring mention those two arities, optionally mention that it can be used as a reducing function. We see from the patch in that no mention of usage as a reduction function was done.
Approach:
Follow the pattern for `conj`, a la
(into x) returns x. (into) returns []
Patch:
CLJ-2290-4.patch
Prescreened by: Jarrod Taylor
Screened by: Alex Miller