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

remove-nodes* for BasicEditableDigraph throws null exception in cljs #134

Open flyingmachine opened 3 years ago

flyingmachine commented 3 years ago

This is the weirdest problem. In the remove-nodes* implementation for BasicEditableDigraph, an exception gets thrown because (:in g) returns nil. (get g :in) returns a correct value and calling (:in g) outside of the :remove-nodes* implementation function works OK too.

I'm using clojurescript 1.10.844 and shadow-cljs 2.13.0

conjurernix commented 2 years ago

Bump, I'm having the same issue.