From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:403:4789::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id 2JHrN/cmwWRSIwAASxT56A (envelope-from ) for ; Wed, 26 Jul 2023 16:00:24 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:4789::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id mFoENvcmwWQbAAEAG6o9tA (envelope-from ) for ; Wed, 26 Jul 2023 16:00:23 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 9B8EA48489 for ; Wed, 26 Jul 2023 16:00:23 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=none; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1690380023; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post; bh=ADmEnxZxalevdKPXto6N2gYyHApTI270bcWRsHUW9to=; b=SvFjdnKBWTJZA6RWN6i1m4GlATg3tsv3eWysB9DmQ/TV9fiyK7ij9aMMBb5bFijf8tRXD5 aOTWCHX5WK8fTEObmiRoj8A1gDdYxTSgiiANwe9S0H5gHofHsq/T1boRZ+B5iCXIbfjGhN tm/vmTF+mgRUhohOmKVUr9lXVJd1pQBlUQ1ApWi2HrstoMeFblgGKnmJ/+YOMNKYuvQN/6 wMGkXnR9zIBj1s6U9AUAc1oL/2/1YHaJ1aztRlu49sDVf6ihTlMiCpg6xsJxdlAG3t95e+ +DC9uL6Y8fHcWq6B833ABu14nSBQbKuyGEGzvnhiLLhAr0PvdVXzeqNBz8GwDw== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1690380023; a=rsa-sha256; cv=none; b=EWJy6UhMmcTkjNmEQPxIPCWLXM9t3ihRV8mxVp2yIt0Tn+YiJFYI+0hoLL2sDXWPLoKEtl NO3xHISru01a676OZ0WY5vxBPUyySOcklhsU5AV0vr57ZMkgWl47MTHap03p7XLQlUPVDB xhVdHKFKMbu+E4pL3yZkhTZ0zwzITOe7X1DMZZwKaF+5hwWzutIHfF1Nv4HOR50pXztq/r GXMFMG1d96hc5i+no0IAMdmRbJotLns/sQBaWzcR1lqihSPILtIWb9cVE1aM0+2iabN2ut isW/aURUUcHpGU31SpBhlqJQr6kR7OCGirthx87jITKsSigZgYIvHXXlWr7x+Q== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=none; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=none Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qOeZc-0004kt-DC; Wed, 26 Jul 2023 09:29:05 -0400 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 1qOeZa-0004j6-Pc for guix-patches@gnu.org; Wed, 26 Jul 2023 09:29:02 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qOeZa-00040O-IU for guix-patches@gnu.org; Wed, 26 Jul 2023 09:29:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qOeZa-00087r-Ei for guix-patches@gnu.org; Wed, 26 Jul 2023 09:29:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#64471] [PATCH v2 1/2] services: Add 'file-database' service. Resent-From: Bruno Victal Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 26 Jul 2023 13:29:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 64471 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 64471@debbugs.gnu.org Received: via spool by 64471-submit@debbugs.gnu.org id=B64471.169037812631200 (code B ref 64471); Wed, 26 Jul 2023 13:29:02 +0000 Received: (at 64471) by debbugs.gnu.org; 26 Jul 2023 13:28:46 +0000 Received: from localhost ([127.0.0.1]:47726 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qOeZK-00087A-2B for submit@debbugs.gnu.org; Wed, 26 Jul 2023 09:28:46 -0400 Received: from smtpm3.myservices.hosting ([185.26.105.234]:34404) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qOeZG-00086x-JY for 64471@debbugs.gnu.org; Wed, 26 Jul 2023 09:28:44 -0400 Received: from mail1.netim.hosting (unknown [185.26.106.173]) by smtpm3.myservices.hosting (Postfix) with ESMTP id 96DA420DD4; Wed, 26 Jul 2023 15:28:41 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail1.netim.hosting (Postfix) with ESMTP id E63BF8009D; Wed, 26 Jul 2023 15:28:40 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mail1.netim.hosting Received: from mail1.netim.hosting ([127.0.0.1]) by localhost (mail1-2.netim.hosting [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id T1XZL6kM76Cy; Wed, 26 Jul 2023 15:28:40 +0200 (CEST) Received: from [192.168.1.116] (unknown [10.192.1.83]) (Authenticated sender: lumen@makinata.eu) by mail1.netim.hosting (Postfix) with ESMTPSA id 8BF2A80060; Wed, 26 Jul 2023 15:28:40 +0200 (CEST) Message-ID: <9e3682c7-aa0c-3f96-3c14-5f5a2291dcc9@makinata.eu> Date: Wed, 26 Jul 2023 14:28:40 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0 Content-Language: en-US References: <87o7kanv9l.fsf_-_@gnu.org> From: Bruno Victal In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -5.87 X-Spam-Score: -5.87 X-Migadu-Queue-Id: 9B8EA48489 X-Migadu-Scanner: mx1.migadu.com X-TUID: V5DzqdPmSwlk On 2023-07-20 22:22, Ludovic Courtès wrote: > +(define string-list? > + (match-lambda > + (((? string) ...) #t) > + (_ #f))) There's a procedure 'list-of' from (gnu services configuration) that you can use to define these kinds of procedures. In fact, there's already a list-of-strings? predicate as a starting point within said module that you can use instead. -- Furthermore, I consider that nonfree software must be eradicated. Cheers, Bruno.