From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Andrea Corallo via "Bug reports for GNU Emacs, the Swiss army knife of text editors" Newsgroups: gmane.emacs.bugs Subject: bug#48079: Temporary files while building after native-comp merge Date: Wed, 28 Apr 2021 19:27:28 +0000 Message-ID: References: <835z06hanw.fsf@gnu.org> <83y2d2fv6c.fsf@gnu.org> Reply-To: Andrea Corallo Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="25611"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: Eli Zaretskii , 48079@debbugs.gnu.org To: Stefan Kangas Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Wed Apr 28 21:28:11 2021 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 1lbpr1-0006ZP-97 for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 28 Apr 2021 21:28:11 +0200 Original-Received: from localhost ([::1]:43262 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lbpr0-0003aG-CO for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 28 Apr 2021 15:28:10 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:52884) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lbpqs-0003YS-Ni for bug-gnu-emacs@gnu.org; Wed, 28 Apr 2021 15:28:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:42561) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lbpqs-0001B2-Ge for bug-gnu-emacs@gnu.org; Wed, 28 Apr 2021 15:28:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lbpqs-0006go-CT for bug-gnu-emacs@gnu.org; Wed, 28 Apr 2021 15:28: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, 28 Apr 2021 19:28:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 48079 X-GNU-PR-Package: emacs Original-Received: via spool by 48079-submit@debbugs.gnu.org id=B48079.161963805225676 (code B ref 48079); Wed, 28 Apr 2021 19:28:02 +0000 Original-Received: (at 48079) by debbugs.gnu.org; 28 Apr 2021 19:27:32 +0000 Original-Received: from localhost ([127.0.0.1]:54107 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lbpqO-0006g4-6t for submit@debbugs.gnu.org; Wed, 28 Apr 2021 15:27:32 -0400 Original-Received: from mx.sdf.org ([205.166.94.24]:55781) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lbpqL-0006fv-J3 for 48079@debbugs.gnu.org; Wed, 28 Apr 2021 15:27:30 -0400 Original-Received: from mab (ma.sdf.org [205.166.94.33]) by mx.sdf.org (8.15.2/8.14.5) with ESMTPS id 13SJRS3J003695 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits) verified NO); Wed, 28 Apr 2021 19:27:29 GMT In-Reply-To: (Stefan Kangas's message of "Wed, 28 Apr 2021 08:14:00 -0500") 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:205134 Archived-At: Stefan Kangas writes: > Eli Zaretskii writes: > >>> Date: Wed, 28 Apr 2021 15:10:43 +0300 >>> From: Eli Zaretskii >>> Cc: 48079@debbugs.gnu.org, akrl@sdf.org >>> >>> > lisp/emacs-lisp/cl-generic.elcsEFkYM >>> > lisp/emacs-lisp/lisp-mode.elcghtoKr >>> > lisp/emacs-lisp/macroexp.elco2VM6n >>> > lisp/emacs-lisp/nadvice.elcCtU6Tw >>> > lisp/emacs-lisp/syntax.elcM42AoI >>> > lisp/emacs-lisp/tabulated-list.elc0hWK4o >>> > >>> > These files show up in "git status" (in my case, more specifically, in >>> > my `magit-status' buffer) if you run that command at the wrong time. >> >> Oh, you mean they appear momentarily, and then disappear? > > Correct, sorry for not being more clear. > >> But then it should also happen when a simple byte-compilation runs, >> right? IOW, it isn't specific to native-comp, right? > > Hmm, I have never noticed any such files before the native-comp merge > but it is possible that they were there before. They might just be > staying around longer now, perhaps? Nothing should be changed in this respect. > I've now seen them several times over the last couple of days, whereas > I've never seen them before, so something must have changed. I'm wondering, is it a real issue not to have in .gitignore files that are showing up temporary? Regards Andrea