GNU bug report logs -
#62762
'make' often errors with "Org version mismatch" after pulling a new version of the code
Previous Next
Full log
Message #230 received at 62762 <at> debbugs.gnu.org (full text, mbox):
On 11/05/2023 22:59, Eli Zaretskii wrote:
>> Date: Thu, 11 May 2023 22:14:03 +0700 From: Max Nikulin
>>
>> My idea was to suppress loading of .elc files during compilation of
>> such files.
>
> That idea will make a typical build much slower, for the rare case
> where such measures are really needed. That's the wrong balance in my
> book.
I have noticed that you are afraid that correct rebuild might be too
slow, but I do not see a reason why it should be noticeable.
1. There is no need to suppress .elc during initial clean build that
takes enough time. It is for incremental build when usually only a
fraction of all lisp files are recompiled
2. At first, files necessary to load bytecomp are rebuilt, so during
compiling majority of files, suffix list is modified immediately before
`byte-compile-file' call. That is why only files required by source file
of the current target are affected.
3. I hope, it is possible to suppress loading of .elc only in the case
of circular dependencies.
This bug report was last modified 1 year and 258 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.