[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: master 508d24c8b9a 4/4: ; Silence byte-compiler
From: |
Stefan Kangas |
Subject: |
Re: master 508d24c8b9a 4/4: ; Silence byte-compiler |
Date: |
Sun, 20 Aug 2023 20:28:24 +0200 |
Basil L. Contovounesios <contovob@tcd.ie> writes:
> > branch: master
>
> Why not emacs-29?
I cherry-picked the change to emacs-29, thanks.
> > +(defvar native-comp-eln-load-path)
> > (ert-deftest comp-tests-bootstrap ()
> > "Compile the compiler and load it to compile it-self.
> > Check that the resulting binaries do not differ."
>
> Would it be better to move the declaration within the test's body,
> which is tagged as :nativecomp? Or is the warning emitted in
> --with-native-compilation builds as well?
Why would it be better to move it within the test's body? I see the
warning in builds without native compilation.