[asdf-devel] ASDF system def inspectors

Faré fahree at gmail.com
Mon Oct 17 16:37:56 UTC 2011


On Mon, Oct 17, 2011 at 10:37, Gary King <gwking at metabang.com> wrote:
> Hi all,
>
> Are there any tools extant that provide a good summary of all of the inter-relations between systems.
>
I'm sure Xach has something that works with Quicklisp.

> I use the attached to make a DOT file but wonder if there are others.
>
Note that because the .asd file can load some dependencies that are
not in the :depends-on,
and because there is now :defsystem-depends-on that does the same
thing just more declaratively,
the only completely "safe" way to compute the (transitive)
dependencies would be to
1) clear the existing systems
2) load the system
3) see what are the systems loaded.

—♯ƒ • François-René ÐVB Rideau •Reflection&Cybernethics• http://fare.tunes.org




More information about the asdf-devel mailing list