If there is a bug in clojure.core.async.flow I’m guessing it’s too early to report it, right?
thank you so much!
OK, what’s the proper way to report it?
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