mirror of https://github.com/status-im/reagent.git
3cf045dc82
Old implementation incorrectly used variadic arity for -invoke implementation. Variadic artities for protocols are not supported by Cljs. The old code as worked by luck but was broken by a recent change: https://dev.clojure.org/jira/browse/CLJS-2099 New implementation properly implements all the artities for -invoke. New implementation creates the partial fn in a constructor function, so -invoke code doesn't need to do that. New implementation also implements Fn. |
||
---|---|---|
.. | ||
runtests.cljs | ||
testcursor.cljs | ||
testinterop.cljs | ||
testratom.cljs | ||
testratomasync.cljs | ||
testreagent.cljs | ||
testtrack.cljs | ||
testwithlet.cljs | ||
testwrap.cljs |