Our template emission strategy is broken
Stefan via Digitalmars-d
digitalmars-d at puremagic.com
Fri Nov 13 04:51:41 PST 2015
On Thursday, 12 November 2015 at 23:08:57 UTC, Jakob Ovrum wrote:
> > [...dependency check...]
> It can be implemented as an external tool with the -deps
> compiler switch.
there is depend [1].
It warns about cycles and unintended dependencies if you specify
the target dependencies.
It helps us to maintain our commercial code base. src as well as
unittest.
[1]
https://github.com/funkwerk/depend
More information about the Digitalmars-d
mailing list