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 18:36:12 +0200 Message-ID: <83fs1ezxxf.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> <83leb7ym2s.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="17907"; 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 17:37:07 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 1r181j-0004RX-67 for ged-emacs-devel@m.gmane-mx.org; Thu, 09 Nov 2023 17:37:07 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1r1818-0004ea-5T; Thu, 09 Nov 2023 11:36:30 -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 1r1811-0004bN-Iw for emacs-devel@gnu.org; Thu, 09 Nov 2023 11:36:25 -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 1r1810-0007yp-Gg; Thu, 09 Nov 2023 11:36:22 -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=GQ8hyMorAou9R6XN/GrxEMwp2t9GFoqZyk5SJfkmpyM=; b=rxKDriQzWfB/ Gc4uhwhJLngqO2uc9WD90N33MtcUACmHuc4tBbn0TJ5zcbPnidZaXHfSoaWyc0f8NntXs5F7IBp4G n3frPh/GyWlWhnOXr6xOQRKv/Xrv4ScJGp6FCU/zDHRmJO7XOCL2/doEVA2our0LJZp4+73+t3Vkx bP+nG7hfhelQeaqyNlPXftYn6zG9dd41ldiwAiadnz9WIviHnBpYvy8FBTk8yZVN6lVQHnWMwdAdY 9ZMp/0ExAcBaAFKgq175iEhMe19MzjxlIu2CS62oBIyKPaAIuBf2xvclyei5F9Qeoz2tUSnoxf53g KzfLPRUHPI+pf3C8s13ZmA==; In-Reply-To: (message from Andrea Corallo on Thu, 09 Nov 2023 11:10:13 -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:312430 Archived-At: > From: Andrea Corallo > Cc: stephen.berman@gmx.net, incal@dataswamp.org, emacs-devel@gnu.org > Date: Thu, 09 Nov 2023 11:10:13 -0500 > > Eli Zaretskii writes: > > > 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. Silence is not necessarily a sign that no one is paying attention... > Thanks 13a1797d5b6 fixes all of these here. Hmm... I still see warnings: 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. In comp--func-arity: emacs-lisp/comp.el:1179:26: Warning: reference to free variable `comp-subr-arities-h' In comp-final: emacs-lisp/comp.el:3146:56: Warning: reference to free variable `native-comp-eln-load-path' In comp--trampoline-abs-filename: emacs-lisp/comp.el:3217:29: Warning: reference to free variable `native-comp-enable-subr-trampolines' emacs-lisp/comp.el:3221:46: Warning: reference to free variable `comp-native-version-dir' In comp-compile-all-trampolines: emacs-lisp/comp.el:3409:21: Warning: reference to free variable `native-comp-eln-load-path' In comp-lookup-eln: emacs-lisp/comp.el:3421:15: Warning: reference to free variable `native-comp-eln-load-path' emacs-lisp/comp.el:3423:48: Warning: reference to free variable `comp-native-version-dir' In batch-native-compile: emacs-lisp/comp.el:3458:25: Warning: reference to free variable `native-comp-eln-load-path' In batch-byte+native-compile: emacs-lisp/comp.el:3502:24: Warning: reference to free variable `native-comp-eln-load-path' In native-compile-prune-cache: emacs-lisp/comp.el:3515:25: Warning: reference to free variable `native-comp-eln-load-path' emacs-lisp/comp.el:3527:32: Warning: reference to free variable `comp-native-version-dir' In end of data: emacs-lisp/comp.el:3420:25: Warning: the function `comp-el-to-eln-rel-filename' is not known to be defined. emacs-lisp/comp.el:3389:18: Warning: the function `native-elisp-load' is not known to be defined. emacs-lisp/comp.el:3115:6: Warning: the function `comp--release-ctxt' is not known to be defined. emacs-lisp/comp.el:3112:4: Warning: the function `comp--init-ctxt' is not known to be defined. emacs-lisp/comp.el:3109:6: Warning: the function `comp--compile-ctxt-to-file' is not known to be defined. emacs-lisp/comp.el:804:12: Warning: the function `comp-el-to-eln-filename' is not known to be defined.