GNU bug report logs - #46596
[PATCH] services: dovecot: Fix serialization of a free-form-args arguments.

Previous Next

Package: guix-patches;

Reported by: Alexey Abramov <levenson <at> mmer.org>

Date: Wed, 17 Feb 2021 19:45:02 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: Alexey Abramov <levenson <at> mmer.org>
Subject: bug#46596: closed (Re: bug#46596: [PATCH] services: dovecot: Fix
 serialization of a free-form-args arguments.)
Date: Tue, 06 Apr 2021 21:51:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#46596: [PATCH] services: dovecot: Fix serialization of a free-form-args arguments.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 46596 <at> debbugs.gnu.org.

-- 
46596: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=46596
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Alexey Abramov <levenson <at> mmer.org>
Cc: 46596-done <at> debbugs.gnu.org
Subject: Re: bug#46596: [PATCH] services: dovecot: Fix serialization of a
 free-form-args arguments.
Date: Tue, 06 Apr 2021 23:50:28 +0200
Alexey Abramov <levenson <at> mmer.org> skribis:

> * gnu/services/mail.scm (serialize-free-form-args): Change destination and
> return a string containing the formated text.

Applied, thanks!

[Message part 3 (message/rfc822, inline)]
From: Alexey Abramov <levenson <at> mmer.org>
To: guix-patches <at> gnu.org
Subject: [PATCH] services: dovecot: Fix serialization of a free-form-args
 arguments.
Date: Wed, 17 Feb 2021 20:43:59 +0100
* gnu/services/mail.scm (serialize-free-form-args): Change destination and
return a string containing the formated text.
---
 gnu/services/mail.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/services/mail.scm b/gnu/services/mail.scm
index d68865bf9c..c7217bf1d9 100644
--- a/gnu/services/mail.scm
+++ b/gnu/services/mail.scm
@@ -159,7 +159,7 @@
 (define (serialize-free-form-args field-name val)
   (serialize-field field-name
                    (string-join
-                    (map (match-lambda ((k . v) (format #t "~a=~a" k v))) val)
+                    (map (match-lambda ((k . v) (format #f "~a=~a" k v))) val)
                     " ")))
 
 (define-configuration dict-configuration
-- 
2.30.0




This bug report was last modified 4 years and 47 days ago.

Previous Next


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