GNU bug report logs - #54673
[PATCH] services: messaging: Fix two copy-paste mistakes; avoid warnings.

Previous Next

Package: guix-patches;

Reported by: Attila Lendvai <attila <at> lendvai.name>

Date: Fri, 1 Apr 2022 19:20: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#54673: closed ([PATCH] services: messaging: Fix two
 copy-paste mistakes; avoid warnings.)
Date: Tue, 05 Apr 2022 18:35:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Tue, 05 Apr 2022 20:34:22 +0200
with message-id <87v8vnidld.fsf <at> gnu.org>
and subject line Re: bug#54673: [PATCH] services: messaging: Fix two copy-paste mistakes; avoid warnings.
has caused the debbugs.gnu.org bug report #54673,
regarding [PATCH] services: messaging: Fix two copy-paste mistakes; avoid warnings.
to be marked as done.

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


-- 
54673: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=54673
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Attila Lendvai <attila <at> lendvai.name>
To: guix-patches <at> gnu.org
Cc: Attila Lendvai <attila <at> lendvai.name>
Subject: [PATCH] services: messaging: Fix two copy-paste mistakes;
 avoid warnings.
Date: Fri,  1 Apr 2022 21:19:28 +0200
---
 gnu/services/messaging.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/services/messaging.scm b/gnu/services/messaging.scm
index 6ed55453db..4bceb1d37a 100644
--- a/gnu/services/messaging.scm
+++ b/gnu/services/messaging.scm
@@ -180,7 +180,7 @@ (define (file-name-list? val)
   (and (list? val) (and-map file-name? val)))
 (define (serialize-file-name-list field-name val)
   (serialize-string-list field-name val))
-(define-maybe file-name)
+(define-maybe file-name-list)
 
 (define (file-object? val)
   (or (file-like? val) (file-name? val)))
@@ -192,7 +192,7 @@ (define (file-object-list? val)
   (and (list? val) (and-map file-object? val)))
 (define (serialize-file-object-list field-name val)
   (serialize-string-list field-name val))
-(define-maybe file-object)
+(define-maybe file-object-list)
 
 (define (raw-content? val)
   (not (eq? val 'disabled)))
-- 
2.34.0



[Message part 3 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Attila Lendvai <attila <at> lendvai.name>
Cc: 54673-done <at> debbugs.gnu.org
Subject: Re: bug#54673: [PATCH] services: messaging: Fix two copy-paste
 mistakes; avoid warnings.
Date: Tue, 05 Apr 2022 20:34:22 +0200
Hi,

Attila Lendvai <attila <at> lendvai.name> skribis:

> ---
>  gnu/services/messaging.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Added a commit log and applied, thanks!

Ludo’.


This bug report was last modified 3 years and 104 days ago.

Previous Next


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