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:37:41 +0000 Message-ID: References: <9D13D5EB-331E-44AE-A48C-2DCAA73DD79A@gmail.com> <838rdv57ak.fsf@gnu.org> <83v8grxlmp.fsf@gnu.org> <838rdnxc65.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="39299"; 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:38:23 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 1pzIII-000A1x-Vn for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 17 May 2023 16:38:22 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pzII4-0005dP-3f; Wed, 17 May 2023 10:38:08 -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 1pzIHz-0005aE-Nj for bug-gnu-emacs@gnu.org; Wed, 17 May 2023 10:38:04 -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 1pzIHz-0008RT-4O for bug-gnu-emacs@gnu.org; Wed, 17 May 2023 10:38:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pzIHy-0005bf-Da for bug-gnu-emacs@gnu.org; Wed, 17 May 2023 10:38:02 -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:38:02 +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.168433426521526 (code B ref 63415); Wed, 17 May 2023 14:38:02 +0000 Original-Received: (at 63415) by debbugs.gnu.org; 17 May 2023 14:37:45 +0000 Original-Received: from localhost ([127.0.0.1]:50606 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pzIHg-0005b8-OM for submit@debbugs.gnu.org; Wed, 17 May 2023 10:37:44 -0400 Original-Received: from ma.sdf.org ([205.166.94.33]:55410) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pzIHf-0005az-0Q for 63415@debbugs.gnu.org; Wed, 17 May 2023 10:37:43 -0400 Original-Received: from akrl by ma.sdf.org with local (Exim 4.92) (envelope-from ) id 1pzIHd-0001T6-6T; Wed, 17 May 2023 14:37:41 +0000 In-Reply-To: <838rdnxc65.fsf@gnu.org> (Eli Zaretskii's message of "Wed, 17 May 2023 17:30:58 +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:261861 Archived-At: Eli Zaretskii writes: >> From: Andrea Corallo >> Cc: jacob.fai@gmail.com, 63415@debbugs.gnu.org >> Date: Wed, 17 May 2023 14:11:44 +0000 >> >> Eli Zaretskii writes: >> >> > 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. > > Thanks. Let's try to remember revisiting this when Emacs 29.2 will > come close to release. By that time I hope we will know whether this > fix is safe or not, and will be able to backport it if it is. SGTM Thanks Andrea