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

Building a graph with an empty map throws a nullpointer exception #137

Open sovelten opened 2 years ago

sovelten commented 2 years ago

To reproduce:

(graph/digraph {})

It should instead return an empty BasicEditableDigraph record.