From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: David Ponce Newsgroups: gmane.emacs.bugs Subject: bug#59139: closed (Re: bug#59236: 29.0.50; [PATCH] bytecomp.el: (byte-recompile-directory): Fix negated ignore) Date: Sun, 13 Nov 2022 11:12:30 +0100 Message-ID: <9364482a-c29a-cc28-34a8-f596cf019bfa@orange.fr> References: <87edu7wc77.fsf@posteo.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="25104"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2 Cc: Philip Kaludercic , Eli Zaretskii To: 59139@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sun Nov 13 11:13:17 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 1ou9zJ-0006PH-ES for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 13 Nov 2022 11:13:17 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ou9z7-0005tA-Vk; Sun, 13 Nov 2022 05:13:06 -0500 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 1ou9z5-0005sd-Cd for bug-gnu-emacs@gnu.org; Sun, 13 Nov 2022 05:13:03 -0500 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 1ou9z4-0005ZG-4u for bug-gnu-emacs@gnu.org; Sun, 13 Nov 2022 05:13:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ou9z3-0005DC-Vx for bug-gnu-emacs@gnu.org; Sun, 13 Nov 2022 05:13:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: David Ponce Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 13 Nov 2022 10:13:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 59139 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 59139-submit@debbugs.gnu.org id=B59139.166833435720004 (code B ref 59139); Sun, 13 Nov 2022 10:13:01 +0000 Original-Received: (at 59139) by debbugs.gnu.org; 13 Nov 2022 10:12:37 +0000 Original-Received: from localhost ([127.0.0.1]:50111 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ou9yf-0005CZ-9U for submit@debbugs.gnu.org; Sun, 13 Nov 2022 05:12:37 -0500 Original-Received: from smtp-15.smtpout.orange.fr ([80.12.242.15]:58696 helo=smtp.smtpout.orange.fr) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ou9yd-0005CR-Ip for 59139@debbugs.gnu.org; Sun, 13 Nov 2022 05:12:36 -0500 Original-Received: from [192.168.1.15] ([2.7.97.237]) by smtp.orange.fr with ESMTPA id u9yYoXkwsTLjwu9yZoVaC3; Sun, 13 Nov 2022 11:12:34 +0100 X-ME-Helo: [192.168.1.15] X-ME-Auth: ZGFfdmlkQHdhbmFkb28uZnI= X-ME-Date: Sun, 13 Nov 2022 11:12:34 +0100 X-ME-IP: 2.7.97.237 Content-Language: fr, en-US In-Reply-To: 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:247763 Archived-At: On 13/11/2022 08:23, GNU bug Tracking System wrote: > Your bug report > > #59236: 29.0.50; batch-byte-recompile-directory doesn't recompile file as expected > > which was filed against the emacs package, has been closed. > > The explanation is attached below, along with your original report. > If you require more details, please reply to 59139@debbugs.gnu.org. > As mentioned in bug#59236 and my reported bug#59139, the patch 8638aace3f to use the variable `byte-compile-ignore-files` has the logic inverse for both file and *directory* parts. Currently the patch a01024c859 fixed the logic for file part, but the fix to the directory part is still missing, as far as I can see in master. Currently, according to the code, when a directory matchs `byte-compile-ignore-files` it is appended 2 times instead of being ignored. Thanks