From unknown Sun Jun 22 11:46:43 2025 X-Loop: help-debbugs@gnu.org Subject: bug#75925: 31.0.50; Duplicate defvar comp-async-compilations in comp-run.el Resent-From: "Basil L. Contovounesios" Original-Sender: "Debbugs-submit" Resent-CC: acorallo@gnu.org, bug-gnu-emacs@gnu.org Resent-Date: Wed, 29 Jan 2025 14:48:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 75925 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 75925@debbugs.gnu.org Cc: "Andrea Corallo" X-Debbugs-Original-To: bug-gnu-emacs@gnu.org X-Debbugs-Original-Xcc: "Andrea Corallo" Received: via spool by submit@debbugs.gnu.org id=B.173816206424331 (code B ref -1); Wed, 29 Jan 2025 14:48:02 +0000 Received: (at submit) by debbugs.gnu.org; 29 Jan 2025 14:47:44 +0000 Received: from localhost ([127.0.0.1]:40479 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1td9Lz-0006KM-7z for submit@debbugs.gnu.org; Wed, 29 Jan 2025 09:47:43 -0500 Received: from lists.gnu.org ([2001:470:142::17]:55762) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1td9Lt-0006K1-CH for submit@debbugs.gnu.org; Wed, 29 Jan 2025 09:47:39 -0500 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 1td9Li-0008DA-4w for bug-gnu-emacs@gnu.org; Wed, 29 Jan 2025 09:47:29 -0500 Received: from mta-05-3.privateemail.com ([198.54.118.212]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1td9Lf-0001oY-AE for bug-gnu-emacs@gnu.org; Wed, 29 Jan 2025 09:47:25 -0500 Received: from mta-05.privateemail.com (localhost [127.0.0.1]) by mta-05.privateemail.com (Postfix) with ESMTP id 4YjlP23w5Fz3hhVp for ; Wed, 29 Jan 2025 09:47:18 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=contovou.net; s=default; t=1738162038; bh=pkGb24jp+OAKv0f//kiaW5zyWDe6mSWXYfTwvjrhG2s=; h=From:To:Subject:Date:From; b=JlZvzFAj+fs98PI60f59OuG1NuTLcHDps6+c8rkKdQK2vtogCgfiZnKFGZIzO+5mf /cUVw1qqfxhW1gneIPntvAEdvaojuQzE3O80oDv4nxKvGeQdyflKN0ZpMiiGpHQxUt C5NYlhk8c20u+2vwqBKIhZjVBSGQnKNIxWQ2JGn4nnpErzWq6aoZA+lv5cG11XMpn9 sOHPEBFv6LY3vEqPJDv4RV1rol5+9s8H6DCyVQDdU4tp/TQ7tDD9y5DVnOZiB694qo NWe83TkyEzECqpnBIDD4OC+hstZzkq3A4lBpHsXRKPuY/fYiV5iU2ug3ITo3s/bb37 rad3koEYYkFQQ== Received: from localhost (unknown [185.24.11.156]) by mta-05.privateemail.com (Postfix) with ESMTPA for ; Wed, 29 Jan 2025 09:47:17 -0500 (EST) From: "Basil L. Contovounesios" Date: Wed, 29 Jan 2025 15:47:14 +0100 Message-ID: <87ikpxr825.fsf@contovou.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Virus-Scanned: ClamAV using ClamSMTP Received-SPF: pass client-ip=198.54.118.212; envelope-from=basil@contovou.net; helo=MTA-05-3.privateemail.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.0 (+) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) --=-=-= Content-Type: text/plain Okay to apply the following? --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=0001-Remove-duplicate-defvar-in-comp-run.el.patch >From 785141360ad7e7ace43e0c2c9fe7249dadb09f45 Mon Sep 17 00:00:00 2001 From: "Basil L. Contovounesios" Date: Wed, 29 Jan 2025 14:15:44 +0100 Subject: [PATCH] ; Remove duplicate defvar in comp-run.el. --- lisp/emacs-lisp/comp-run.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/lisp/emacs-lisp/comp-run.el b/lisp/emacs-lisp/comp-run.el index 984b93100f3..061f1767b74 100644 --- a/lisp/emacs-lisp/comp-run.el +++ b/lisp/emacs-lisp/comp-run.el @@ -161,9 +161,6 @@ native--compile-async-skip-p (defvar comp-files-queue () "List of Emacs Lisp files to be compiled.") -(defvar comp-async-compilations (make-hash-table :test #'equal) - "Hash table file-name -> async compilation process.") - (defun comp--async-runnings () "Return the number of async compilations currently running. This function has the side effect of cleaning-up finished -- 2.45.2 --=-=-= Content-Type: text/plain AFAICT the twin defvars seem to have mistakenly been introduced in: comp: split code in comp-run.el e6a955d2426 2023-11-09 11:06:06 +0100 https://git.sv.gnu.org/cgit/emacs.git/commit/?id=e6a955d2426 Thanks, -- Basil In GNU Emacs 31.0.50 (build 1, x86_64-pc-linux-gnu, X toolkit, cairo version 1.18.2, Xaw3d scroll bars) of 2025-01-28 built on tais Repository revision: b4e9115f4fcfc174a9c3b974bf414ae4af060ae7 Repository branch: master Windowing system distributor 'The X.Org Foundation', version 11.0.12101015 System Description: Debian GNU/Linux trixie/sid Configured using: 'configure 'CFLAGS=-Og -ggdb3' -C --prefix=/home/blc/.local --enable-checking=structs --without-native-compilation --with-file-notification --with-x-toolkit=lucid --with-x' Configured features: ACL CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GPM GSETTINGS HARFBUZZ JPEG LCMS2 LIBOTF LIBSELINUX LIBSYSTEMD LIBXML2 M17N_FLT MODULES NOTIFY INOTIFY PDUMPER PNG RSVG SECCOMP SOUND SQLITE3 THREADS TIFF TOOLKIT_SCROLL_BARS TREE_SITTER WEBP X11 XAW3D XDBE XIM XINPUT2 XPM LUCID ZLIB Important settings: value of $LANG: en_IE.UTF-8 locale-coding-system: utf-8-unix Major mode: Lisp Interaction Minor modes in effect: tooltip-mode: t global-eldoc-mode: t eldoc-mode: t show-paren-mode: t electric-indent-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t minibuffer-regexp-mode: t line-number-mode: t indent-tabs-mode: t transient-mark-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t Load-path shadows: None found. Features: (shadow sort mail-extr emacsbug message mailcap yank-media puny dired dired-loaddefs rfc822 mml mml-sec password-cache epa derived epg rfc6068 epg-config gnus-util text-property-search time-date subr-x mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader cl-loaddefs cl-lib sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils rmc iso-transl tooltip cconv eldoc paren electric uniquify ediff-hook vc-hooks lisp-float-type elisp-mode mwheel term/x-win x-win term/common-win x-dnd touch-screen tool-bar dnd fontset image regexp-opt fringe tabulated-list replace newcomment text-mode lisp-mode prog-mode register page tab-bar menu-bar rfn-eshadow isearch easymenu timer select scroll-bar mouse jit-lock font-lock syntax font-core term/tty-colors frame minibuffer nadvice seq simple cl-generic indonesian philippine cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese composite emoji-zwj charscript charprop case-table epa-hook jka-cmpr-hook help abbrev obarray oclosure cl-preloaded button loaddefs theme-loaddefs faces cus-face macroexp files window text-properties overlay sha1 md5 base64 format env code-pages mule custom widget keymap hashtable-print-readable backquote threads dbusbind inotify lcms2 dynamic-setting system-font-setting font-render-setting cairo x-toolkit xinput2 x multi-tty move-toolbar make-network-process tty-child-frames emacs) Memory information: ((conses 16 39817 8983) (symbols 48 5388 0) (strings 32 13437 2342) (string-bytes 1 319701) (vectors 16 9426) (vector-slots 8 113711 5443) (floats 8 24 2) (intervals 56 293 0) (buffers 992 11)) --=-=-=-- From unknown Sun Jun 22 11:46:43 2025 X-Loop: help-debbugs@gnu.org Subject: bug#75925: 31.0.50; Duplicate defvar comp-async-compilations in comp-run.el Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 29 Jan 2025 15:30:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 75925 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: "Basil L. Contovounesios" Cc: 75925@debbugs.gnu.org, acorallo@gnu.org Received: via spool by 75925-submit@debbugs.gnu.org id=B75925.17381645692109 (code B ref 75925); Wed, 29 Jan 2025 15:30:02 +0000 Received: (at 75925) by debbugs.gnu.org; 29 Jan 2025 15:29:29 +0000 Received: from localhost ([127.0.0.1]:42587 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tdA0O-0000Xw-Pq for submit@debbugs.gnu.org; Wed, 29 Jan 2025 10:29:29 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:52910) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tdA0M-0000Xg-Oi for 75925@debbugs.gnu.org; Wed, 29 Jan 2025 10:29:27 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tdA0H-0007qo-B8; Wed, 29 Jan 2025 10:29:21 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=GWi0RnM4qSEc6AOvLf1fMOVQ4R+2UU1W6jtLkogkhjY=; b=QIaAmhkNeuV4 zF8hIEafTMlFXFsbSn8j/ze3A2VATt1/wpuj3MhNq79FaHGrtuZussxAXy/SvI7+RpeeodpRyogKt LIlvPzee0CkGCBlO7p1YefH+6nSmbvKUgTEX4jrm9J0T5IlkvREeh//Eqpw2RQsc5J4oQI5LnuNZT hYWBqD3ESNH18sd9GobJC8puxhK+UECi62fpZgKb3XJfJOmUFIGpOLQIApowIHnAo/3JDSWI6A/JV Nnhlu+6Hi1xbRnh5FTvpjC5oyaMegawye7+0xEaaxwLt9nd3YgW8Nih6zNSxBBXZj5rHL0ZA5mKcx yojuaQ2lo5rV5xge5KG0fw==; Date: Wed, 29 Jan 2025 17:29:00 +0200 Message-Id: <86frl1myf7.fsf@gnu.org> From: Eli Zaretskii In-Reply-To: <87ikpxr825.fsf@contovou.net> (basil@contovou.net) References: <87ikpxr825.fsf@contovou.net> X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) > Cc: "Andrea Corallo" > From: "Basil L. Contovounesios" > Date: Wed, 29 Jan 2025 15:47:14 +0100 > > Okay to apply the following? Yes, thanks. From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 29 12:18:25 2025 Received: (at control) by debbugs.gnu.org; 29 Jan 2025 17:18:25 +0000 Received: from localhost ([127.0.0.1]:42819 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tdBho-0005uf-So for submit@debbugs.gnu.org; Wed, 29 Jan 2025 12:18:25 -0500 Received: from h5.fbrelay.privateemail.com ([162.0.218.228]:53281) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tdBhk-0005uF-OB; Wed, 29 Jan 2025 12:18:21 -0500 Received: from MTA-08-4.privateemail.com (mta-08.privateemail.com [198.54.118.215]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by h5.fbrelay.privateemail.com (Postfix) with ESMTPSA id 4Yjpl64sJBz2xnF; Wed, 29 Jan 2025 17:18:10 +0000 (UTC) Received: from mta-08.privateemail.com (localhost [127.0.0.1]) by mta-08.privateemail.com (Postfix) with ESMTP id 4Yjpl216yRz3hhVG; Wed, 29 Jan 2025 12:18:06 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=contovou.net; s=default; t=1738171086; bh=s4+VUuCjibVZqgN+wn7ndHLJTWtdwifxmBtTnTFp3c0=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=oeok7a9AfVmZxlZR21H/QNDu61fZ+qwwHyIbzbcGh1ZUGbjjdy7c4BxEWS68AKxm6 nQqDw5IOyea+3wiZyjV7dv1JWiQ4MEQejq3G+vbRG75p6jQt5Zn8xxyN/Z7GpdHepz Ha9kncOgEeRqWJD7XoGMCOUmc7ftllOQST+Apr/r+0xi6ehbRU3KsJxgxyu4fH+IJS IEXv/FrHJCxp5gJKMRuqlyLx8SSISDuSTdlxV8hGTyhDeXj9E9TsjGK+jkxQTBfGQt Yb0wHwbuld84gl7maM4fBcKvvmLPdKRCeIbRRweqrIGwZiBuUhWBHna1KbsvaISEzt JtBHv6/HNit/w== Received: from localhost (unknown [31.46.242.57]) by mta-08.privateemail.com (Postfix) with ESMTPA; Wed, 29 Jan 2025 12:18:02 -0500 (EST) From: "Basil L. Contovounesios" To: Eli Zaretskii Subject: Re: bug#75925: 31.0.50; Duplicate defvar comp-async-compilations in comp-run.el In-Reply-To: <86frl1myf7.fsf@gnu.org> (Eli Zaretskii's message of "Wed, 29 Jan 2025 17:29:00 +0200") References: <87ikpxr825.fsf@contovou.net> <86frl1myf7.fsf@gnu.org> Date: Wed, 29 Jan 2025 18:17:56 +0100 Message-ID: <87o6zptu7v.fsf@contovou.net> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Virus-Scanned: ClamAV using ClamSMTP X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control Cc: acorallo@gnu.org, 75925-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) close 75925 31.1 quit Eli Zaretskii [2025-01-29 17:29 +0200] wrote: >> Cc: "Andrea Corallo" >> From: "Basil L. Contovounesios" >> Date: Wed, 29 Jan 2025 15:47:14 +0100 >> >> Okay to apply the following? > Yes, thanks. Done, thanks. ; Remove duplicate defvar in comp-run.el. 25c254aa417 2025-01-29 18:13:41 +0100 https://git.sv.gnu.org/cgit/emacs.git/commit/?id=25c254aa417 -- Basil