Welcome! Please see the About page for a little more info on how this works.

0 votes
in Docs by
closed by
{{conj}} has had nullary and unary overloads since 1.7.0, but its {{:arglists}} still only list {{[coll x]}} and {{[coll x & xs]}}.

*Prescreened by:* Alex Miller
closed with the note: Fixed in 1.10.2-rc1

2 Answers

0 votes
by
_Comment made by: michalmarczyk_

It occurs to me that perhaps the docstring could be updated too to explain {{(conj)}}.

The new 0002-… patch includes the {{:arglists}} change of the 0001-… patch and adds the sentence "(conj) returns []." to the docstring immediately after "(conj nil item) returns (item).".
0 votes
by
Reference: https://clojure.atlassian.net/browse/CLJ-2169 (reported by michalmarczyk)
...