From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Lisp files that load cl-lib in problematical ways Date: Thu, 09 Nov 2023 17:37:31 +0200 Message-ID: <83leb7ym2s.fsf@gnu.org> 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> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="29920"; mail-complaints-to="usenet@ciao.gmane.io" Cc: stephen.berman@gmx.net, incal@dataswamp.org, emacs-devel@gnu.org To: Andrea Corallo Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Nov 09 16:38:36 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 1r1775-0007Ya-DD for ged-emacs-devel@m.gmane-mx.org; Thu, 09 Nov 2023 16:38:35 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1r176D-00041M-VQ; Thu, 09 Nov 2023 10:37:41 -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 1r176C-00041B-Ax for emacs-devel@gnu.org; Thu, 09 Nov 2023 10:37:40 -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 1r176A-0004Ke-6f; Thu, 09 Nov 2023 10:37:39 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=AA96N2npCpYeP2OCQbjN0QJCH/2UeEMKFkMrvG7i/kE=; b=lcYcZZJq31hH PMM14gjo0lXihFAiNo9e1R0HGfjziEdgNokoUi9oSGpGVLJDLCiTSjPbxS9BkH4w0TjJbdjgZYAq9 5Hu/ICeVRvPLXoPB6Ja1CM8Xdg64k3BZgT2uXCfLPW52In+VrNTu9YY375rPmomnTkRCKTy/HKhOJ Th3PBVN4/OYaTIBLX9vyuqhEBw0uaTunyy24Kl+hhNppkcWah+C+Uwiuw6qtDcPQk4ITi6Z5I4pgV GS+c4R6T5aQDK2ErG1SJ/+Qqfmwk+0M1s2J448plANnTsjamtoFZTCejQikmdT1EWqSDz4U4iULgt wrIvFMG2ECDBW7IIGVC+mA==; In-Reply-To: (message from Andrea Corallo on Thu, 09 Nov 2023 06:41:03 -0500) 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:312420 Archived-At: > 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. 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.