[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Lisp files that load cl-lib in problematical ways
From: |
Andrea Corallo |
Subject: |
Re: Lisp files that load cl-lib in problematical ways |
Date: |
Thu, 09 Nov 2023 11:10:13 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Eli Zaretskii <eliz@gnu.org> writes:
>> From: Andrea Corallo <acorallo@gnu.org>
>> Cc: stephen.berman@gmx.net, incal@dataswamp.org, emacs-devel@gnu.org
>> Date: Thu, 09 Nov 2023 06:41:03 -0500
>>
>> > I think what is now in scratch/comp-run does what we want. If there are
>> > no objections I'll push it to master after some polishing in the
>> > following days.
>>
>> Okay I've installed the changes.
>
> Thanks, but please in the future allow a bit longer than just 17 hours
> for people to review the changes and post comments.
You're right sorry, I had the impression this branch of the thread was
becoming a monologue and not many people were interested so I proceeded,
also the weekend I'll not be responsive so I wanted to have it in with
some fixing for fixing in case. Noted for the next time.
> I see some warnings when compiling the new files in a build without
> native-compilation:
>
> In comp-eln-load-path-eff:
> emacs-lisp/comp-common.el:519:31: Warning: reference to free variable
> `comp-native-version-dir'
> emacs-lisp/comp-common.el:522:11: Warning: reference to free variable
> `native-comp-eln-load-path'
>
> In native-compile-async-skip-p:
> emacs-lisp/comp-run.el:124:54: Warning: reference to free variable
> `comp--no-native-compile'
> In comp-run-async-workers:
> emacs-lisp/comp-run.el:309:14: Warning: reference to free variable
> `comp-deferred-pending-h'
> In comp-subr-trampoline-install:
> emacs-lisp/comp-run.el:336:21: Warning: reference to free variable
> `native-comp-enable-subr-trampolines'
> emacs-lisp/comp-run.el:338:34: Warning: reference to free variable
> `comp-installed-trampolines-h'
>
> In end of data:
> emacs-lisp/comp-run.el:342:8: Warning: the function
> `comp--install-trampoline' is not known to be defined.
> emacs-lisp/comp-run.el:291:37: Warning: the function `native-elisp-load' is
> not known to be defined.
> emacs-lisp/comp-run.el:211:35: Warning: the function
> `comp-el-to-eln-filename' is not known to be defined.
Thanks 13a1797d5b6 fixes all of these here.
Andrea
- Re: Lisp files that load cl-lib in problematical ways, Eli Zaretskii, 2023/11/01
- Re: Lisp files that load cl-lib in problematical ways, Andrea Corallo, 2023/11/07
- Re: Lisp files that load cl-lib in problematical ways, Andrea Corallo, 2023/11/08
- Re: Lisp files that load cl-lib in problematical ways, Andrea Corallo, 2023/11/09
- Re: Lisp files that load cl-lib in problematical ways, Eli Zaretskii, 2023/11/09
- Re: Lisp files that load cl-lib in problematical ways,
Andrea Corallo <=
- Re: Lisp files that load cl-lib in problematical ways, Eli Zaretskii, 2023/11/09
- Re: Lisp files that load cl-lib in problematical ways, Andrea Corallo, 2023/11/09
- Re: Lisp files that load cl-lib in problematical ways, Eli Zaretskii, 2023/11/09