unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: mirai@makinata.eu
To: 59724@debbugs.gnu.org
Cc: Bruno Victal <mirai@makinata.eu>
Subject: [bug#59724] [PATCH] services: configuration: Remove orphan reference to example.
Date: Wed, 30 Nov 2022 14:56:15 +0000	[thread overview]
Message-ID: <a5dcc14b19309d1dd74f13a27f26572a4eb6355a.1669820162.git.mirai@makinata.eu> (raw)

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





             reply	other threads:[~2022-11-30 14:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-30 14:56 mirai [this message]
2022-12-14 11:00 ` bug#59724: [PATCH] services: configuration: Remove orphan reference to example Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a5dcc14b19309d1dd74f13a27f26572a4eb6355a.1669820162.git.mirai@makinata.eu \
    --to=mirai@makinata.eu \
    --cc=59724@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).