From unknown Fri Jun 20 07:15:05 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#67548 <67548@debbugs.gnu.org> To: bug#67548 <67548@debbugs.gnu.org> Subject: Status: [PATCH] guix: deprecation.scm: Fix docstring typo. Reply-To: bug#67548 <67548@debbugs.gnu.org> Date: Fri, 20 Jun 2025 14:15:05 +0000 retitle 67548 [PATCH] guix: deprecation.scm: Fix docstring typo. reassign 67548 guix-patches submitter 67548 Felix Lechner severity 67548 normal tag 67548 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Nov 30 11:44:21 2023 Received: (at submit) by debbugs.gnu.org; 30 Nov 2023 16:44:22 +0000 Received: from localhost ([127.0.0.1]:54417 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r8k9F-0003j7-Go for submit@debbugs.gnu.org; Thu, 30 Nov 2023 11:44:21 -0500 Received: from lists.gnu.org ([2001:470:142::17]:41824) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r8k9D-0003iu-PJ for submit@debbugs.gnu.org; Thu, 30 Nov 2023 11:44:20 -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 1r8k90-0002rG-2l for guix-patches@gnu.org; Thu, 30 Nov 2023 11:44:06 -0500 Received: from sail-ipv4.us-core.com ([208.82.101.137]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1r8k8y-0000WE-EY for guix-patches@gnu.org; Thu, 30 Nov 2023 11:44:05 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=2017; bh=Y7ZRNKvqVgNzaQh sB2ZmqTG7pOTJDKX91f9pVdPdx8E=; h=date:subject:cc:to:from; d=lease-up.com; b=pDJl0JX01KNQ2G34+zylmPfNiiD6fRGBkcgSgDK+SRmiaH2Fz45O TjJlwEowtBdovlWsi54PssWYbxpSH69duOXcBF4sGvPKC0GpPrO3BkbztAc/3/20VrMLNg I3jBTnfhQZDcSTnSCT4XYnvIo/ot1Y8Xh2zq1OxaztLI1hAYA= Received: by sail-ipv4.us-core.com (OpenSMTPD) with ESMTPSA id 4eb05815 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Thu, 30 Nov 2023 16:44:01 +0000 (UTC) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id 35f31c6c; Thu, 30 Nov 2023 16:44:00 +0000 (UTC) From: Felix Lechner To: guix-patches@gnu.org Subject: [PATCH] guix: deprecation.scm: Fix docstring typo. Date: Thu, 30 Nov 2023 08:37:37 -0800 Message-ID: <935055e947e95a1393bb5e264a55b86dbe3206bb.1701362257.git.felix.lechner@lease-up.com> X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 X-Debbugs-Cc: Christopher Baines , Josselin Poiret , Ludovic Courtès , Mathieu Othacehe , Ricardo Wurmus , Simon Tournier , Tobias Geerinckx-Rice Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=208.82.101.137; envelope-from=felix.lechner@us-core.com; helo=sail-ipv4.us-core.com X-Spam_score_int: -17 X-Spam_score: -1.8 X-Spam_bar: - X-Spam_report: (-1.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.249, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01, UNPARSEABLE_RELAY=0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.2 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Change-Id: I895b1a86654b2756a9f98e858c622e8e7a6e2c27 --- guix/deprecation.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guix/deprecation.scm b/guix/deprecation.scm index 8147a01e24..47e653dfb2 100644 --- a/guix/deprecation.scm +++ b/guix/deprecation.scm @@ -103, 7 +103, 7 @@ (define-syntax define-deprecated [...] Content analysis details: (1.2 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 0.9 SPF_FAIL SPF: sender does not match SPF record (fail) [SPF failed: Please see http://www.openspf.org/Why?s=mfrom; id=felix.lechner%40us-core.com; ip=2001%3A470%3A142%3A%3A17; r=debbugs.gnu.org] 0.2 HEADER_FROM_DIFFERENT_DOMAINS From and EnvelopeFrom 2nd level mail domains are different -0.0 T_SCC_BODY_TEXT_LINE No description available. 0.0 UNPARSEABLE_RELAY Informational: message has unparseable relay lines X-Debbugs-Envelope-To: submit Cc: Felix Lechner 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.2 (/) Change-Id: I895b1a86654b2756a9f98e858c622e8e7a6e2c27 --- guix/deprecation.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guix/deprecation.scm b/guix/deprecation.scm index 8147a01e24..47e653dfb2 100644 --- a/guix/deprecation.scm +++ b/guix/deprecation.scm @@ -103,7 +103,7 @@ (define-syntax define-deprecated #'(define-deprecated variable alias alias))))) (define-syntax-rule (define-deprecated/public body ...) - "Like 'define/deprecated', but export all the newly introduced bindings." + "Like 'define-deprecated', but export all the newly introduced bindings." (define-deprecated public body ...)) (define-syntax-rule (define-deprecated/alias deprecated replacement) base-commit: c12cf2fb63bc2a5b0c5419a372ff6fff76a28a3b -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Dec 22 11:20:40 2023 Received: (at 67548-done) by debbugs.gnu.org; 22 Dec 2023 16:20:40 +0000 Received: from localhost ([127.0.0.1]:47677 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rGiGO-0005GE-0h for submit@debbugs.gnu.org; Fri, 22 Dec 2023 11:20:40 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:59192) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rGiGM-0005G1-LZ for 67548-done@debbugs.gnu.org; Fri, 22 Dec 2023 11:20:38 -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 1rGiGC-0000VC-Am; Fri, 22 Dec 2023 11:20:28 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=IKBTxgK7Jk5D+bApYayPE1dPKbN7dVC7e7vZQDRxNdM=; b=cInMW7Mwcj8BkAhlKZ4O bC7TdM7JMAsgLn6CoZ4oB6334LnQkRCbztZMEVsLkTi/Vsdxhrg+Oavnbo1/993vMXp2L06u6K1Yd xZ5n8pjKQLm9pamH+xbqVFezUPfxW0s5pMz/yrH7w+XxSbbA5vYwwYKv/Ui/tzZ8D9H6yz4FDERE+ wSj0LyokQfXPKwtEwqJmFalgw4SfhvqmMlA5lGAktlTGDn62jm5ZgHOj/Yel7RoM8S+R8WI+h+ddc /bQrsrz6PrqzkT8K4lHTYJgvEHMkhwC3/FDPM3KcP+aVy+1XUIxK/S2a/DlDlMSHoy/WeZ8lIlb44 /XXgUsBbuxJCuQ==; From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Felix Lechner Subject: Re: [bug#67548] [PATCH] guix: deprecation.scm: Fix docstring typo. In-Reply-To: <935055e947e95a1393bb5e264a55b86dbe3206bb.1701362257.git.felix.lechner@lease-up.com> (Felix Lechner's message of "Thu, 30 Nov 2023 08:37:37 -0800") References: <935055e947e95a1393bb5e264a55b86dbe3206bb.1701362257.git.felix.lechner@lease-up.com> Date: Fri, 22 Dec 2023 17:20:13 +0100 Message-ID: <87wmt69pky.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 67548-done Cc: Josselin Poiret , Simon Tournier , Mathieu Othacehe , Tobias Geerinckx-Rice , Ricardo Wurmus , Christopher Baines , 67548-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: -3.3 (---) Felix Lechner skribis: > Change-Id: I895b1a86654b2756a9f98e858c622e8e7a6e2c27 Applied, thanks! From unknown Fri Jun 20 07:15:05 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 20 Jan 2024 12:24:13 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator