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: Lars Ingebrigtsen
Subject: Re: Dependency graph for Emacs Lisp files
Date: Thu, 01 Aug 2019 17:57:46 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Stefan Monnier <address@hidden> writes:

>> 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.

But we have cyclical dependencies...

Just removing the .elc files seem like a pretty easy way to do what we
want to do...  Are there any drawbacks here?

(Or use `load-prefer-newer', as was suggested.  Same effect here,
really.)

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



reply via email to

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