DMD 1.038 and 2.022 releases

BLS nanali at nospam.wanadoo.fr
Mon Dec 15 04:09:20 PST 2008


Bill Baxter schrieb:
  Is there an easy way to see if I have recursive imports?  I
> usually try to make my imports tree-like, but it's possible I may have
> some unintentional import cycles.
> 
> --bb

Yep, you can use DIL to analyse your code and draw dependency graphs.
http://code.google.com/p/dil/

quote
Produce module dependency graphs using the graphviz dot format.
.....Cyclic edges (import statements) and nodes (modules) are 
highlighted in red. The edges of public imports are bold.
end quote

bls


More information about the Digitalmars-d-announce mailing list