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.bugs Subject: bug#63415: 30.0.50; More Build Warnings Date: Wed, 17 May 2023 14:11:44 +0000 Message-ID: References: <9D13D5EB-331E-44AE-A48C-2DCAA73DD79A@gmail.com> <838rdv57ak.fsf@gnu.org> <83v8grxlmp.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="23203"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: 63415@debbugs.gnu.org, jacob.fai@gmail.com To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Wed May 17 16:12:17 2023 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1pzHt1-0005oE-3W for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 17 May 2023 16:12:15 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pzHsp-0005oC-Kw; Wed, 17 May 2023 10:12:03 -0400 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 1pzHso-0005nq-8R for bug-gnu-emacs@gnu.org; Wed, 17 May 2023 10:12:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pzHso-0003ZM-0G for bug-gnu-emacs@gnu.org; Wed, 17 May 2023 10:12:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pzHsn-0002O1-Sd for bug-gnu-emacs@gnu.org; Wed, 17 May 2023 10:12:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Andrea Corallo Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 17 May 2023 14:12:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 63415 X-GNU-PR-Package: emacs Original-Received: via spool by 63415-submit@debbugs.gnu.org id=B63415.16843327219170 (code B ref 63415); Wed, 17 May 2023 14:12:01 +0000 Original-Received: (at 63415) by debbugs.gnu.org; 17 May 2023 14:12:01 +0000 Original-Received: from localhost ([127.0.0.1]:50557 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pzHsj-0002Ng-6K for submit@debbugs.gnu.org; Wed, 17 May 2023 10:12:01 -0400 Original-Received: from ma.sdf.org ([205.166.94.33]:51096) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pzHsY-0002NN-El for 63415@debbugs.gnu.org; Wed, 17 May 2023 10:11:55 -0400 Original-Received: from akrl by ma.sdf.org with local (Exim 4.92) (envelope-from ) id 1pzHsW-0004Nc-UE; Wed, 17 May 2023 14:11:45 +0000 In-Reply-To: <83v8grxlmp.fsf@gnu.org> (Eli Zaretskii's message of "Wed, 17 May 2023 14:06:38 +0300") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.bugs:261856 Archived-At: Eli Zaretskii writes: >> From: Andrea Corallo >> Cc: Jacob Faibussowitsch , 63415@debbugs.gnu.org >> Date: Wed, 17 May 2023 07:55:06 +0000 >>=20 >> Eli Zaretskii writes: >>=20 >> >> In native--compile-async: >> >> comp.el:4240:14: Warning: value from call to =E2=80=98cl-substitute= =E2=80=99 is unused >> > >> > Andrea, would you please take care of this warning? >> > >> > I hope I've now fixed the rest, thanks. >>=20 >> Ok I've a fix for this, same as for #63302 do we want the fixes in >> master or 29? > > This is just a cleanup, and for a warning that is new on master. So > please install on master. Unfortunatelly this is a bugfix. The case is when a manual async compilation has been asked for a file, and before it's initiated the jit machinery ask as well for a compilation. I think with the current code at worst we'll miss to load automatically the .eln for the jit case and everything will keep on working with the bytecoded version. I don't think the whole mechanism is trivial to be verified, so given the unlikeliness of the condition and the non severity of the bug I prefered to push the fix only to master for now with 8a92d00470b. Happy to change my mind if we feel is important. Best Regards Andrea