From unknown Sat Jun 21 10:46:09 2025 X-Loop: help-debbugs@gnu.org Subject: bug#77586: [PATCH] ; * src/igc.c (make_igc): Correct typo in comment Resent-From: Jeremy Bryant Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 06 Apr 2025 20:32:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 77586 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch To: 77586@debbugs.gnu.org, gerd.moellmann@gmail.com, eller.helmut@gmail.com, pipcet@protonmail.com X-Debbugs-Original-To: bug-gnu-emacs@gnu.org, Gerd =?UTF-8?Q?M=C3=B6llmann?= , Helmut Eller , Pip Cet Received: via spool by submit@debbugs.gnu.org id=B.174397151431961 (code B ref -1); Sun, 06 Apr 2025 20:32:02 +0000 Received: (at submit) by debbugs.gnu.org; 6 Apr 2025 20:31:54 +0000 Received: from localhost ([127.0.0.1]:49875 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u1Weo-0008JR-GG for submit@debbugs.gnu.org; Sun, 06 Apr 2025 16:31:54 -0400 Received: from lists.gnu.org ([2001:470:142::17]:46328) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1u1Wel-0008Is-Dv for submit@debbugs.gnu.org; Sun, 06 Apr 2025 16:31:52 -0400 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 1u1Wef-0001U6-Qa for bug-gnu-emacs@gnu.org; Sun, 06 Apr 2025 16:31:45 -0400 Received: from out-182.mta0.migadu.com ([2001:41d0:1004:224b::b6]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1u1Wee-0005vO-3c for bug-gnu-emacs@gnu.org; Sun, 06 Apr 2025 16:31:45 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jeremybryant.net; s=key1; t=1743971501; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=vp+rzwnE352slyqLHw5OdqJgkgrQ6Cf4u9Iuiz4L6YE=; b=GmZDwK7SeQjSsJ6YrClymmgosKihFQpvNt8Gnwf5GYyVmOC10Vg87YdhYxXo4JTyiWcplW RnTQWWbG7W506df4ynllhMMMcBwSKldkxzK9kQPyvy+LNVPvpd5djV0eZVc/fT+ZFnmH+8 YD/fffCR0a4H6JMLtAoT7BMcGwvSm7OOx+lqldhAQHDZTamy0L6W0O9dogG3Zv/Ckka88K 4hU/d5GFYbXMQpjcGwU7TipmtHpkClRYHElP6ClvPPEBMZpry0TNTU9apKdoZx7dIXlkZV ZYAMlo9NMDXufLbC6xVWiOz97qlO1eKBF5v7d1X+9dFd7dYouUu247yLL5bo0A== From: Jeremy Bryant Date: Sun, 06 Apr 2025 21:31:39 +0100 Message-ID: <87bjt9t4k4.fsf@jeremybryant.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Migadu-Flow: FLOW_OUT Received-SPF: pass client-ip=2001:41d0:1004:224b::b6; envelope-from=jb@jeremybryant.net; helo=out-182.mta0.migadu.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, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) 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.1 (/) --=-=-= Content-Type: text/plain There seems to be an apparent typo in the comment for make_igc, and from the context I propose a patch to fix it. --=-=-= Content-Type: text/x-diff Content-Disposition: attachment; filename=0001-src-igc.c-make_igc-Correct-typo-in-comment.patch >From e706fd96c8a7e6a5cbc53a92f731ab23ab111ff0 Mon Sep 17 00:00:00 2001 From: Jeremy Bryant Date: Sun, 6 Apr 2025 21:27:00 +0100 Subject: [PATCH] ; * src/igc.c (make_igc): Correct typo in comment --- src/igc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/igc.c b/src/igc.c index 1815dfcba91..b3414c4fd06 100644 --- a/src/igc.c +++ b/src/igc.c @@ -4909,7 +4909,7 @@ make_igc (void) struct igc *gc = xzalloc (sizeof *gc); make_arena (gc); - /* We cannot let the GC run until at least all staticpros haven been + /* We cannot let the GC run until at least all staticpros have been processed. Otherwise we might allocate objects that are not protected by anything. */ arena_park (gc); -- 2.47.2 --=-=-=-- From unknown Sat Jun 21 10:46:09 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Jeremy Bryant Subject: bug#77586: closed (Re: bug#77586: [PATCH] ; * src/igc.c (make_igc): Correct typo in comment) Message-ID: References: <86wmbwte1a.fsf@gnu.org> <87bjt9t4k4.fsf@jeremybryant.net> X-Gnu-PR-Message: they-closed 77586 X-Gnu-PR-Package: emacs X-Gnu-PR-Keywords: patch Reply-To: 77586@debbugs.gnu.org Date: Mon, 07 Apr 2025 11:20:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1744024802-25155-1" This is a multi-part message in MIME format... ------------=_1744024802-25155-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #77586: [PATCH] ; * src/igc.c (make_igc): Correct typo in comment 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 77586@debbugs.gnu.org. --=20 77586: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D77586 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1744024802-25155-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 77586-done) by debbugs.gnu.org; 7 Apr 2025 11:19:27 +0000 Received: from localhost ([127.0.0.1]:53005 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u1kVi-0006VY-LX for submit@debbugs.gnu.org; Mon, 07 Apr 2025 07:19:26 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:57180) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1u1kVf-0006V2-GF for 77586-done@debbugs.gnu.org; Mon, 07 Apr 2025 07:19:23 -0400 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 1u1kVZ-0000XP-Op; Mon, 07 Apr 2025 07:19:18 -0400 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=v3vAnAALxc4aNpPeIzHHSop5GwHWJ2T4UPYQilnrksU=; b=e0TAaoTSfb+U P16kgWqxr1O9kGs27k5BjLZMHGZx9wjGwRVhz3a/tCy8aEWGHnnidx9NBl9NiPS1NQZyRk2stzwHt 5N2YM5G9aMuaBwwvTNpAOkgM4L3o4Ti8OWuIQ4hnouQm+HDBa/rEWZIEiH+dy6mUeyuWJzasix5de 7hfmaq73c/U0HKFTM3sSxRafCtQEYdDQNN12GsA03oktDFoLX57QSS5JtlrdfIhiFN8raepQlrFAO 3MfR3lseWEE3vf4ln1BkPkmrw6wIjK+u5uddnxk6iHh+EV9JgGyxf1JvNhXHx1bd4rMwihr9QsI2U BE44afALIcp7NGeR1Rjn7Q==; Date: Mon, 07 Apr 2025 14:19:13 +0300 Message-Id: <86wmbwte1a.fsf@gnu.org> From: Eli Zaretskii To: Jeremy Bryant In-Reply-To: <87bjt9t4k4.fsf@jeremybryant.net> (bug-gnu-emacs@gnu.org) Subject: Re: bug#77586: [PATCH] ; * src/igc.c (make_igc): Correct typo in comment References: <87bjt9t4k4.fsf@jeremybryant.net> X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 77586-done Cc: gerd.moellmann@gmail.com, 77586-done@debbugs.gnu.org, eller.helmut@gmail.com, pipcet@protonmail.com 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 (---) > Date: Sun, 06 Apr 2025 21:31:39 +0100 > From: Jeremy Bryant via "Bug reports for GNU Emacs, > the Swiss army knife of text editors" > > There seems to be an apparent typo in the comment for make_igc, and from the context > I propose a patch to fix it. Thanks, installed, and closing the bug. ------------=_1744024802-25155-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 6 Apr 2025 20:31:54 +0000 Received: from localhost ([127.0.0.1]:49875 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u1Weo-0008JR-GG for submit@debbugs.gnu.org; Sun, 06 Apr 2025 16:31:54 -0400 Received: from lists.gnu.org ([2001:470:142::17]:46328) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1u1Wel-0008Is-Dv for submit@debbugs.gnu.org; Sun, 06 Apr 2025 16:31:52 -0400 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 1u1Wef-0001U6-Qa for bug-gnu-emacs@gnu.org; Sun, 06 Apr 2025 16:31:45 -0400 Received: from out-182.mta0.migadu.com ([2001:41d0:1004:224b::b6]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1u1Wee-0005vO-3c for bug-gnu-emacs@gnu.org; Sun, 06 Apr 2025 16:31:45 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jeremybryant.net; s=key1; t=1743971501; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=vp+rzwnE352slyqLHw5OdqJgkgrQ6Cf4u9Iuiz4L6YE=; b=GmZDwK7SeQjSsJ6YrClymmgosKihFQpvNt8Gnwf5GYyVmOC10Vg87YdhYxXo4JTyiWcplW RnTQWWbG7W506df4ynllhMMMcBwSKldkxzK9kQPyvy+LNVPvpd5djV0eZVc/fT+ZFnmH+8 YD/fffCR0a4H6JMLtAoT7BMcGwvSm7OOx+lqldhAQHDZTamy0L6W0O9dogG3Zv/Ckka88K 4hU/d5GFYbXMQpjcGwU7TipmtHpkClRYHElP6ClvPPEBMZpry0TNTU9apKdoZx7dIXlkZV ZYAMlo9NMDXufLbC6xVWiOz97qlO1eKBF5v7d1X+9dFd7dYouUu247yLL5bo0A== From: Jeremy Bryant To: bug-gnu-emacs@gnu.org, Gerd =?utf-8?Q?M=C3=B6llmann?= , Helmut Eller , Pip Cet Subject: [PATCH] ; * src/igc.c (make_igc): Correct typo in comment Date: Sun, 06 Apr 2025 21:31:39 +0100 Message-ID: <87bjt9t4k4.fsf@jeremybryant.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Migadu-Flow: FLOW_OUT Received-SPF: pass client-ip=2001:41d0:1004:224b::b6; envelope-from=jb@jeremybryant.net; helo=out-182.mta0.migadu.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, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit 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.1 (/) --=-=-= Content-Type: text/plain There seems to be an apparent typo in the comment for make_igc, and from the context I propose a patch to fix it. --=-=-= Content-Type: text/x-diff Content-Disposition: attachment; filename=0001-src-igc.c-make_igc-Correct-typo-in-comment.patch >From e706fd96c8a7e6a5cbc53a92f731ab23ab111ff0 Mon Sep 17 00:00:00 2001 From: Jeremy Bryant Date: Sun, 6 Apr 2025 21:27:00 +0100 Subject: [PATCH] ; * src/igc.c (make_igc): Correct typo in comment --- src/igc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/igc.c b/src/igc.c index 1815dfcba91..b3414c4fd06 100644 --- a/src/igc.c +++ b/src/igc.c @@ -4909,7 +4909,7 @@ make_igc (void) struct igc *gc = xzalloc (sizeof *gc); make_arena (gc); - /* We cannot let the GC run until at least all staticpros haven been + /* We cannot let the GC run until at least all staticpros have been processed. Otherwise we might allocate objects that are not protected by anything. */ arena_park (gc); -- 2.47.2 --=-=-=-- ------------=_1744024802-25155-1--