hoplon / javelin

Spreadsheet-like dataflow programming in ClojureScript.
803 stars 44 forks source link

Uncaught Error: No protocol method ISwap.-swap! defined for type tailrecursion.javelin/Cell: [object Object] #13

Closed micha closed 10 years ago

micha commented 10 years ago

This is because of the new IAtom stuff in cljs version 0.0-2173. The workaround for this for the moment is to use 0.0-2156. A back-compatible fix must be devised.

alandipert commented 10 years ago

This is fixed as of 11560e4f1031ea9f425fe9d70725b7c3c2cd115b (version 3.1.1)