unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#59724] [PATCH] services: configuration: Remove orphan reference to example.
@ 2022-11-30 14:56 mirai
  2022-12-14 11:00 ` bug#59724: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: mirai @ 2022-11-30 14:56 UTC (permalink / raw)
  To: 59724; +Cc: Bruno Victal

From: Bruno Victal <mirai@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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#59724: [PATCH] services: configuration: Remove orphan reference to example.
  2022-11-30 14:56 [bug#59724] [PATCH] services: configuration: Remove orphan reference to example mirai
@ 2022-12-14 11:00 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-12-14 11:00 UTC (permalink / raw)
  To: mirai; +Cc: 59724-done

Hi,

mirai@makinata.eu skribis:

> From: Bruno Victal <mirai@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’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-12-14 11:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-30 14:56 [bug#59724] [PATCH] services: configuration: Remove orphan reference to example mirai
2022-12-14 11:00 ` bug#59724: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).