reagent/test/reagenttest
Juho Teperi 3cf045dc82 Fix partial-ifn with latest Cljs
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.
2017-06-27 15:16:10 +03:00
..
runtests.cljs Fix CI tests 2017-03-11 00:58:14 +02:00
testcursor.cljs Merge branch 'revert-128' of https://github.com/moskvax/reagent into moskvax-revert-128 2017-03-11 01:44:23 +02:00
testinterop.cljs Rename .' and .! to $ and $! respectively 2015-10-22 13:23:49 +02:00
testratom.cljs Move add-on-dispose! to IDisposable 2016-06-07 16:35:17 +02:00
testratomasync.cljs Always queue updates in reactions, even when flushing 2015-10-07 11:32:42 +02:00
testreagent.cljs Fix partial-ifn with latest Cljs 2017-06-27 15:16:10 +03:00
testtrack.cljs Add a few more tests for track 2015-10-08 23:12:32 +02:00
testwithlet.cljs Add test for nested with-let 2016-05-27 11:36:23 +02:00
testwrap.cljs Merge branch 'revert-128' of https://github.com/moskvax/reagent into moskvax-revert-128 2017-03-11 01:44:23 +02:00