core-async 2025-04-02

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!

no please report

☝️ 1

OK, what’s the proper way to report it?

Alex Miller (Clojure team) 2025-04-02T15:55:06.466849Z

here is fine, or ask

👍 1

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#L248

It may well be that I’m using it wrong!

Hmm, I don’t think I’m correctly describing what that line does