From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Andrea Corallo Newsgroups: gmane.emacs.devel Subject: Re: Lisp files that load cl-lib in problematical ways Date: Thu, 09 Nov 2023 11:10:13 -0500 Message-ID: References: <87il8betof.fsf@dataswamp.org> <83fs3dgxv8.fsf@gnu.org> <835y38qvlg.fsf@gnu.org> <87bkcx6eci.fsf@dataswamp.org> <8734y7p7sz.fsf@dataswamp.org> <83v8b3mcuj.fsf@gnu.org> <87jzrjvze8.fsf@gmx.net> <83r0lrm4gj.fsf@gnu.org> <83edhqu2bj.fsf@gnu.org> <83leb7ym2s.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="39365"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Cc: stephen.berman@gmx.net, incal@dataswamp.org, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Nov 09 17:11:31 2023 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1r17cx-000A2k-BB for ged-emacs-devel@m.gmane-mx.org; Thu, 09 Nov 2023 17:11:31 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1r17c0-0006bI-Na; Thu, 09 Nov 2023 11:10:32 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1r17bu-0006ZP-TR for emacs-devel@gnu.org; Thu, 09 Nov 2023 11:10:27 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1r17bt-0002kV-QI; Thu, 09 Nov 2023 11:10:25 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=fuExMe1t/Fm3yO7a7LT2JUVZYDxbYCeDMM+tyYvpDH0=; b=UlhY60+ETgWfrxhyRRb5 ZLFTo3jjgRuA1I8O8cptp/ym59U/Z4/6+Ip4FSTQFpk8lhEk/m+/TUjGHNTQ3DVlNiHwRLtMwy5lG FeUPjtbxXjPEVOEIBoZEELPOIeJuXimxWTQBvOIwTsZjEq2OXJXE5aK1wo6b8qXDju+jEi/DOThYw j8/ZmaHbFNBD68h4616PwuKTCDDCo+v4Ci6anGDhBPT0SGvl6FVNtVk43UWkLeuqVj2ZeO8NGvb1A 1Ntj9g++5M74vDgq4ypj39KUihrEBj948qbCFlAxbdGKaBoYRtQzMl2C7JvI/s0bAX4GeRQyTVZL6 +fdu/3bL+uxcMA==; Original-Received: from acorallo by fencepost.gnu.org with local (Exim 4.90_1) (envelope-from ) id 1r17bh-0003RK-IZ; Thu, 09 Nov 2023 11:10:24 -0500 In-Reply-To: <83leb7ym2s.fsf@gnu.org> (Eli Zaretskii's message of "Thu, 09 Nov 2023 17:37:31 +0200") X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:312427 Archived-At: Eli Zaretskii writes: >> From: Andrea Corallo >> 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