simplistic package/build tool
Martin Nowak
dawg at dawgfoto.de
Thu Jul 14 17:06:30 PDT 2011
Well in D the semantics of a module are independent of where it is
imported from.
So you can parse/analyze a module once and reuse that information, while
with single object builds you'll have to redo this work for each import.
On Fri, 15 Jul 2011 00:29:02 +0200, Trass3r <un at known.com> wrote:
>> It can't:
>> - build import graphs and do partial rebuilds (waste of time with D)
>
> dmd, not D! ;)
More information about the Digitalmars-d
mailing list