emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Dependency graph for Emacs Lisp files


From: Stefan Monnier
Subject: Re: Dependency graph for Emacs Lisp files
Date: Thu, 01 Aug 2019 11:29:55 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

>> a.elc: a.el b.elc
>> b.elc: b.el
>>
>> Changes to b.el would now force a.elc recompilation. If this were in
>> place then the current name based fudge for tests should work.
>
> But triggering recompilation isn't enough: b.elc has to be deleted,
> otherwise compiling a.el will just load the old b.elc.

I don't think so: the dependencies mean that a.el will not be recompiled
until b.el has been recompiled.


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]