hraban / cl-graph

Common Lisp library for manipulating graphs and running graph algorithms
http://common-lisp.net/project/cl-graph/
Other
73 stars 13 forks source link

asdf-system-connections #9

Open mfiano opened 8 years ago

mfiano commented 8 years ago

I know you are not maintaining this project anymore, but would it be possible to remove the obsolete asdf-system-connections? It tries to load cl-graph-and-cl-variates when both are in an asdf :depends-on. The problem is, cl-graph and cl-variates have a symbol conflict. I would like to only import 1 function of cl-variates into my package, while using all of cl-graph, but this is not possible because of all this.

gwkkwg commented 8 years ago

Thanks for the tip. I'll try to get to it this week.