dependency graph

Philippe Sigaud via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sun Jul 6 01:16:39 PDT 2014


If you compile your project with the -deps flag, the compiler will
output import dependencies. With -deps=filename, the output will go
into filename.

>From there, you'll have to parse and create the graph, though. Maybe
have a look into rdmd source, to see how the dependency extraction is
done there?


More information about the Digitalmars-d-learn mailing list