The following errors appear on compilation:
WARNING: height at line 70 is being replaced at line 89 target/client/clojure/data/avl.cljs
WARNING: Bad method signature in protocol implementation, IMeta does not declare method called meta at line 762 target/client/clojure/data/avl.cljs
WARNING: Bad method signature in protocol implementation, IMeta does not declare method called meta at line 960 target/client/clojure/data/avl.cljs
WARNING: Bad method signature in protocol implementation, IFn does not declare method called invoke at line 960 target/client/clojure/data/avl.cljs
WARNING: Bad method signature in protocol implementation, IFn does not declare method called invoke at line 1060 target/client/clojure/data/avl.cljs
It happens because CLJS used dash-prefixed version of mentioned protocols' method: -meta & -invoke.
Comment made by: ticking
Any progress on this?
We'd like to use data.avl in our production system but this bug is preventing us from doing it yet
Hey, release is in progress, 0.0.13 should soon be available from Maven Central. Thanks for the prod!
Comment made by: ul
Thanks a lot!
Thanks for the report!
NB. this has been fixed since last December, I just finally got round to closing the resolved tickets.