You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 27, 2022. It is now read-only.
Should be passing maps of data about functions/macros around instead of just qualified names. This gives us more flexibility.
Also in general, the processing passes here are not very clean. Would be better to clearly separate a full dependencies parse from all of the downstream filtering, writing, etc.
The text was updated successfully, but these errors were encountered:
preserving such information would allow for graphs to be coloured & styled to show more information, good idea.
btw I made a graph of your project's internal dependencies only, see the wiki - it's a planar graph! (scsv/spit-csv "sdeps.csv" (mapcat (fn [[k v]] (map (partial vector k "") (distinct (c/except (filter namespace (remove (partial = k) v)) (c/default-exclude))))) (c/all-deps "src")))
This will help support #6.
The text was updated successfully, but these errors were encountered: