On Thursday, 26 March 2015 at 17:43:46 UTC, Vlad Levenfeld wrote:
+1

How much of a stretch would it be to extend the dependency graph to compositional types?

struct Foo {
  mixin Bar!(a,b,c);
}

alias Qux = Baz!Foo;

and so on?

I'm not sure about that. I'd have to think about it a bit. Templates are probably trickier.

Someone else has also suggested module dependency graphs. I could maybe offer something for that too.

Reply via email to