GNU bug report logs - #67548
[PATCH] guix: deprecation.scm: Fix docstring typo.

Previous Next

Package: guix-patches;

Reported by: Felix Lechner <felix.lechner <at> lease-up.com>

Date: Thu, 30 Nov 2023 16:45:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#67548: closed ([PATCH] guix: deprecation.scm: Fix docstring
 typo.)
Date: Fri, 22 Dec 2023 16:21:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 22 Dec 2023 17:20:13 +0100
with message-id <87wmt69pky.fsf <at> gnu.org>
and subject line Re: [bug#67548] [PATCH] guix: deprecation.scm: Fix docstring typo.
has caused the debbugs.gnu.org bug report #67548,
regarding [PATCH] guix: deprecation.scm: Fix docstring typo.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
67548: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=67548
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Felix Lechner <felix.lechner <at> lease-up.com>
To: guix-patches <at> gnu.org
Cc: Felix Lechner <felix.lechner <at> lease-up.com>
Subject: [PATCH] guix: deprecation.scm: Fix docstring typo.
Date: Thu, 30 Nov 2023 08:37:37 -0800
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



[Message part 3 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Felix Lechner <felix.lechner <at> lease-up.com>
Cc: Josselin Poiret <dev <at> jpoiret.xyz>,
 Simon Tournier <zimon.toutoune <at> gmail.com>, Mathieu Othacehe <othacehe <at> gnu.org>,
 Tobias Geerinckx-Rice <me <at> tobias.gr>, Ricardo Wurmus <rekado <at> elephly.net>,
 Christopher Baines <guix <at> cbaines.net>, 67548-done <at> debbugs.gnu.org
Subject: Re: [bug#67548] [PATCH] guix: deprecation.scm: Fix docstring typo.
Date: Fri, 22 Dec 2023 17:20:13 +0100
Felix Lechner <felix.lechner <at> lease-up.com> skribis:

> Change-Id: I895b1a86654b2756a9f98e858c622e8e7a6e2c27

Applied, thanks!


This bug report was last modified 1 year and 151 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.