aysylu / loom

Graph library for Clojure. Mailing list https://groups.google.com/forum/#!forum/loom-clj
http://aysy.lu/loom/
886 stars 108 forks source link

Loom incompatible with CLJS >= 1.9.854 #102

Closed cemerick closed 6 years ago

cemerick commented 7 years ago

That release had some API changes that broke cljs-priority-map, which is tracked here:

https://github.com/tailrecursion/cljs-priority-map/issues/10

Once that's settled and included in a release, then a simple dependency bump release here seems warranted.

den1k commented 6 years ago

FYI, this is fixed tailrecursion/cljs-priority-map "1.2.1" is compatible with the newest ClojureScript.

ignorabilis commented 6 years ago

@aysylu - as mentioned by @den1k this is fixed in tailrecursion/cljs-priority-map "1.2.1", so you can move to updating your deps as well.

den1k commented 6 years ago

^ @cemerick