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

0 votes
in core.async by

This is a trivial change that allows a transducer to be provided as the first argument to clojure.core.async/into. This feels like a common use case ... transforming values and conj'ing them into a collection, as with {{(transduce xform conj [] ch)}}.

3 Answers

0 votes
by

Comment made by: hlewisship

This fixes two typos I, of course, didn't notice until after submitting.

0 votes
by

Comment made by: hlewisship

Patch 3 doesn't include the change to CONTRIBUTING.md

0 votes
by
Reference: https://clojure.atlassian.net/browse/ASYNC-196 (reported by hlewisship)
...