Dependency management in D

ketmar via Digitalmars-d digitalmars-d at puremagic.com
Thu Sep 18 10:04:33 PDT 2014


On Thu, 18 Sep 2014 16:48:21 +0000
Scott Wilson via Digitalmars-d <digitalmars-d at puremagic.com> wrote:

> Plus if I change a non template function in one module then
> theres no way to tell make no rebuild of modules importing it.
> The dmd -deps call seems to generate all recursively. In
> gcc/makedepend if one function changes only relinking is needed
> or nothing if dynamic loading.
there is no way to tell what exactly was changed. this can be some
template, for example, and with changed template all modules that import
that one with template must be recompiled to accomodate new version. or
think about CTFE.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://lists.puremagic.com/pipermail/digitalmars-d/attachments/20140918/881438d9/attachment.sig>


More information about the Digitalmars-d mailing list