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:24:53 +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="14780"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: stefan@marxist.se, 48079@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Wed Apr 28 21:25:37 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 1lbpoV-0003ic-UC for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 28 Apr 2021 21:25:35 +0200 Original-Received: from localhost ([::1]:37586 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lbpoU-0001Hn-W7 for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 28 Apr 2021 15:25:35 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:51906) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lbpnz-00014d-10 for bug-gnu-emacs@gnu.org; Wed, 28 Apr 2021 15:25:04 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:42556) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lbpny-0007uW-8E for bug-gnu-emacs@gnu.org; Wed, 28 Apr 2021 15:25:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lbpny-0006cV-4n for bug-gnu-emacs@gnu.org; Wed, 28 Apr 2021 15:25: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:25: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.161963789825433 (code B ref 48079); Wed, 28 Apr 2021 19:25:02 +0000 Original-Received: (at 48079) by debbugs.gnu.org; 28 Apr 2021 19:24:58 +0000 Original-Received: from localhost ([127.0.0.1]:54102 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lbpnt-0006c8-PN for submit@debbugs.gnu.org; Wed, 28 Apr 2021 15:24:57 -0400 Original-Received: from mx.sdf.org ([205.166.94.24]:55945) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lbpnr-0006c0-9g for 48079@debbugs.gnu.org; Wed, 28 Apr 2021 15:24:55 -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 13SJOrPX015938 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits) verified NO); Wed, 28 Apr 2021 19:24:53 GMT In-Reply-To: <83y2d2fv6c.fsf@gnu.org> (Eli Zaretskii's message of "Wed, 28 Apr 2021 15:30:35 +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" Xref: news.gmane.io gmane.emacs.bugs:205133 Archived-At: 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? Confirm > But then it should also happen when a simple byte-compilation runs, > right? IOW, it isn't specific to native-comp, right? Exacly, it's just that native takes longer to complete. Regards Andrea