emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#59724: closed ([PATCH] services: configuration: Remove orphan refere


From: GNU bug Tracking System
Subject: bug#59724: closed ([PATCH] services: configuration: Remove orphan reference to example.)
Date: Wed, 14 Dec 2022 11:02:02 +0000

Your message dated Wed, 14 Dec 2022 12:00:53 +0100
with message-id <87k02utfkq.fsf@gnu.org>
and subject line Re: bug#59724: [PATCH] services: configuration: Remove orphan 
reference to example.
has caused the debbugs.gnu.org bug report #59724,
regarding [PATCH] services: configuration: Remove orphan reference to example.
to be marked as done.

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


-- 
59724: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59724
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] services: configuration: Remove orphan reference to example. Date: Wed, 30 Nov 2022 14:56:15 +0000
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




--- End Message ---
--- Begin Message --- Subject: Re: bug#59724: [PATCH] services: configuration: Remove orphan reference to example. Date: Wed, 14 Dec 2022 12:00:53 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
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’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]