From unknown Sun Jun 22 04:13:08 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#59724] [PATCH] services: configuration: Remove orphan reference to example. Resent-From: mirai@makinata.eu Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 30 Nov 2022 14:57:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 59724 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 59724@debbugs.gnu.org Cc: Bruno Victal X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.166982018923407 (code B ref -1); Wed, 30 Nov 2022 14:57:01 +0000 Received: (at submit) by debbugs.gnu.org; 30 Nov 2022 14:56:29 +0000 Received: from localhost ([127.0.0.1]:33246 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p0OVg-00065T-Va for submit@debbugs.gnu.org; Wed, 30 Nov 2022 09:56:29 -0500 Received: from lists.gnu.org ([209.51.188.17]:42062) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p0OVd-00065N-BV for submit@debbugs.gnu.org; Wed, 30 Nov 2022 09:56:28 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p0OVd-0000st-6Z for guix-patches@gnu.org; Wed, 30 Nov 2022 09:56:25 -0500 Received: from smtpmciv2.myservices.hosting ([185.26.107.238]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p0OVb-0007YK-D5 for guix-patches@gnu.org; Wed, 30 Nov 2022 09:56:24 -0500 Received: from mail1.netim.hosting (unknown [185.26.106.172]) by smtpmciv2.myservices.hosting (Postfix) with ESMTP id B706E20DEE for ; Wed, 30 Nov 2022 15:56:19 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail1.netim.hosting (Postfix) with ESMTP id 753F38009E; Wed, 30 Nov 2022 15:56:19 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mail1.netim.hosting Received: from mail1.netim.hosting ([127.0.0.1]) by localhost (mail1-1.netim.hosting [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id VU1eAgH01Foa; Wed, 30 Nov 2022 15:56:19 +0100 (CET) Received: from guix-nuc.home.arpa (bl12-93-156.dsl.telepac.pt [85.245.93.156]) (Authenticated sender: lumen@makinata.eu) by mail1.netim.hosting (Postfix) with ESMTPSA id D8B388009D; Wed, 30 Nov 2022 15:56:18 +0100 (CET) From: mirai@makinata.eu Date: Wed, 30 Nov 2022 14:56:15 +0000 Message-Id: X-Mailer: git-send-email 2.38.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.26.107.238; envelope-from=mirai@makinata.eu; helo=smtpmciv2.myservices.hosting X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) From: Bruno Victal 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 From unknown Sun Jun 22 04:13:08 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: mirai@makinata.eu Subject: bug#59724: closed (Re: bug#59724: [PATCH] services: configuration: Remove orphan reference to example.) Message-ID: References: <87k02utfkq.fsf@gnu.org> X-Gnu-PR-Message: they-closed 59724 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 59724@debbugs.gnu.org Date: Wed, 14 Dec 2022 11:02:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1671015722-31256-1" This is a multi-part message in MIME format... ------------=_1671015722-31256-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" 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@debbugs.gnu.org. --=20 59724: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D59724 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1671015722-31256-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 59724-done) by debbugs.gnu.org; 14 Dec 2022 11:01:09 +0000 Received: from localhost ([127.0.0.1]:38316 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p5PVd-00087s-7W for submit@debbugs.gnu.org; Wed, 14 Dec 2022 06:01:09 -0500 Received: from eggs.gnu.org ([209.51.188.92]:47194) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p5PVY-00087O-OM for 59724-done@debbugs.gnu.org; Wed, 14 Dec 2022 06:01:08 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p5PVS-0005Eb-U4; Wed, 14 Dec 2022 06:00:58 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=l/93UgLq/cPPvx0zI7Y1wca5HwF8lu1P/AOfi8BDoNg=; b=VwbvsIdY+bevXgXc4HnT 1LH02cKuYJ/gJTIph4JM/XgXgQMTPFcnFMvhkeu+aJF/05EFS7FFv9dY/T58QOWl1oXO9fdzhN8u+ MZ/k2B+yVjzggl7hLfY1oKsT7S2E2UgIqQDI0FPx1flR1bOU3W7YekJkS5KHgvS5FWXTfSHbudwP3 AZ9N9dKGBVzcoGE3nO2ZyUEHv5N+zA/QFiJ67ua/KYnMtX+PKCknAchstuwIwDaDuJhI3UYUsmIvH iGNvx4aTAhqV/w65nF30C8qCwuOhpfcZ1AmEsR4KcDVK1BzxywKFNIWpzrTSkJKaUPACbasgasZRc 6JqAxmwEMe2/kA==; Received: from eduroam-111172.grenet.fr ([130.190.111.172] helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p5PVP-0007nV-22; Wed, 14 Dec 2022 06:00:58 -0500 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: mirai@makinata.eu Subject: Re: bug#59724: [PATCH] services: configuration: Remove orphan reference to example. References: Date: Wed, 14 Dec 2022 12:00:53 +0100 In-Reply-To: (mirai@makinata.eu's message of "Wed, 30 Nov 2022 14:56:15 +0000") Message-ID: <87k02utfkq.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 59724-done Cc: 59724-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hi, mirai@makinata.eu skribis: > From: Bruno Victal > > 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=E2=80=99. ------------=_1671015722-31256-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 30 Nov 2022 14:56:29 +0000 Received: from localhost ([127.0.0.1]:33246 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p0OVg-00065T-Va for submit@debbugs.gnu.org; Wed, 30 Nov 2022 09:56:29 -0500 Received: from lists.gnu.org ([209.51.188.17]:42062) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p0OVd-00065N-BV for submit@debbugs.gnu.org; Wed, 30 Nov 2022 09:56:28 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p0OVd-0000st-6Z for guix-patches@gnu.org; Wed, 30 Nov 2022 09:56:25 -0500 Received: from smtpmciv2.myservices.hosting ([185.26.107.238]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p0OVb-0007YK-D5 for guix-patches@gnu.org; Wed, 30 Nov 2022 09:56:24 -0500 Received: from mail1.netim.hosting (unknown [185.26.106.172]) by smtpmciv2.myservices.hosting (Postfix) with ESMTP id B706E20DEE for ; Wed, 30 Nov 2022 15:56:19 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail1.netim.hosting (Postfix) with ESMTP id 753F38009E; Wed, 30 Nov 2022 15:56:19 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mail1.netim.hosting Received: from mail1.netim.hosting ([127.0.0.1]) by localhost (mail1-1.netim.hosting [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id VU1eAgH01Foa; Wed, 30 Nov 2022 15:56:19 +0100 (CET) Received: from guix-nuc.home.arpa (bl12-93-156.dsl.telepac.pt [85.245.93.156]) (Authenticated sender: lumen@makinata.eu) by mail1.netim.hosting (Postfix) with ESMTPSA id D8B388009D; Wed, 30 Nov 2022 15:56:18 +0100 (CET) From: mirai@makinata.eu To: guix-patches@gnu.org Subject: [PATCH] services: configuration: Remove orphan reference to example. Date: Wed, 30 Nov 2022 14:56:15 +0000 Message-Id: X-Mailer: git-send-email 2.38.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.26.107.238; envelope-from=mirai@makinata.eu; helo=smtpmciv2.myservices.hosting X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Bruno Victal X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) From: Bruno Victal 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 ------------=_1671015722-31256-1--