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#52912: 29.0.50; Left over files from native compilation Date: Wed, 19 Jan 2022 21:09:44 +0000 Message-ID: References: <87pmotxrgs.fsf@gnus.org> <87ilui76ox.fsf@gnus.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="35628"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: 52912@debbugs.gnu.org, monnier@iro.umontreal.ca To: Lars Ingebrigtsen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Wed Jan 19 22:10:51 2022 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 1nAIEE-000997-V7 for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 19 Jan 2022 22:10:50 +0100 Original-Received: from localhost ([::1]:45200 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nAIED-0004B6-Ip for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 19 Jan 2022 16:10:49 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:47576) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nAIDj-0004Aq-1p for bug-gnu-emacs@gnu.org; Wed, 19 Jan 2022 16:10:19 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:34525) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nAIDS-0004ip-F1 for bug-gnu-emacs@gnu.org; Wed, 19 Jan 2022 16:10:07 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nAIDS-0003Il-9e for bug-gnu-emacs@gnu.org; Wed, 19 Jan 2022 16:10:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Andrea Corallo Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 19 Jan 2022 21:10:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 52912 X-GNU-PR-Package: emacs Original-Received: via spool by 52912-submit@debbugs.gnu.org id=B52912.164262659012669 (code B ref 52912); Wed, 19 Jan 2022 21:10:02 +0000 Original-Received: (at 52912) by debbugs.gnu.org; 19 Jan 2022 21:09:50 +0000 Original-Received: from localhost ([127.0.0.1]:55661 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nAIDG-0003IG-Fi for submit@debbugs.gnu.org; Wed, 19 Jan 2022 16:09:50 -0500 Original-Received: from mx.sdf.org ([205.166.94.24]:58582) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nAIDE-0003I7-36 for 52912@debbugs.gnu.org; Wed, 19 Jan 2022 16:09:49 -0500 Original-Received: from ma.sdf.org (ma.sdf.org [205.166.94.33]) by mx.sdf.org (8.15.2/8.14.5) with ESMTPS id 20JL9iEc012061 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits) verified NO); Wed, 19 Jan 2022 21:09:46 GMT In-Reply-To: <87ilui76ox.fsf@gnus.org> (Lars Ingebrigtsen's message of "Mon, 17 Jan 2022 15:55:26 +0100") 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" Xref: news.gmane.io gmane.emacs.bugs:224636 Archived-At: Lars Ingebrigtsen writes: > Andrea Corallo writes: > >> Yes I think we could postpone not only the renaming of the temporary >> .elc but also when this is written down. >> >> I'll try to code up something this week. > > Great! Okay as of 9396b7d0b4 when native compiling we produce the temp .elc only just before renaming it, so exactly as we do for simple byte compilation. This should really minimize this issue to a most likely non observable frequency. I bootstrapped emacs native and byte compiled and seems to work here. Andrea