On Thu, 18 Sep 2014 16:48:21 +0000 Scott Wilson via Digitalmars-d <[email protected]> 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.
signature.asc
Description: PGP signature
