If there is a bug in clojure.core.async.flow I’m guessing it’s too early to report it, right?
fixed
thank you so much!
no please report
OK, what’s the proper way to report it?
here is fine, or ask
So if I return :workload :compute from the “describe” arity of a process function, I get
"Wrong number of args (3) passed to: clojure.core.async.flow.impl/proc/reify--24049/G--24052--24053"
I think it’s because transform gets replaced by a zero-arity function here:
https://github.com/clojure/core.async/blob/master/src/main/clojure/clojure/core/async/flow/impl.clj#L248It may well be that I’m using it wrong!
Hmm, I don’t think I’m correctly describing what that line does