GNU bug report logs -
#59724
[PATCH] services: configuration: Remove orphan reference to example.
Previous Next
Reported by: mirai <at> makinata.eu
Date: Wed, 30 Nov 2022 14:57: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
[Message part 1 (text/plain, inline)]
Your bug report
#59724: [PATCH] services: configuration: Remove orphan reference to example.
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 59724 <at> debbugs.gnu.org.
--
59724: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59724
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Hi,
mirai <at> makinata.eu skribis:
> From: Bruno Victal <mirai <at> makinata.eu>
>
> generic-serialize-alist refers to (gnu home services
> version-control) for usage examples but there's no such module.
I applied and adjusted the commit log, thanks.
Ludo’.
[Message part 3 (message/rfc822, inline)]
From: Bruno Victal <mirai <at> makinata.eu>
generic-serialize-alist refers to (gnu home services
version-control) for usage examples but there's no such module.
---
gnu/services/configuration.scm | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/gnu/services/configuration.scm b/gnu/services/configuration.scm
index dacfc52ba9..b2eabc9c88 100644
--- a/gnu/services/configuration.scm
+++ b/gnu/services/configuration.scm
@@ -469,9 +469,6 @@ (define (generic-serialize-alist combine serialize-field fields)
COMBINE is a procedure that takes one or more arguments and combines
all the alist entries into one value, @code{string-append} or
-@code{append} are usually good candidates for this.
-
-See the @code{serialize-alist} procedure in `@code{(gnu home services
-version-control}' for an example usage.)}"
+@code{append} are usually good candidates for this."
(apply combine
(map (generic-serialize-alist-entry serialize-field) fields)))
base-commit: 26e1f39888eaf2723353f20950d936d102c6bd6a
--
2.38.1
This bug report was last modified 2 years and 161 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.