plumatic / plumbing

Prismatic's Clojure(Script) utility belt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug in async-compile

w01fe opened this issue · comments

From the group:

My question is about the behavior of async-compile. It seems like it doesn't provide optional args to nodes in the graph.  The line in question uses
(select-keys @results (keys (pfnk/input-schema f)))

(select-keys @results (pfnk/input-schema-keys f))