From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.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 OLMmFnL1GmU7bQAA9RJhRA:P1 (envelope-from ) for ; Mon, 02 Oct 2023 18:53:06 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:4789::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id OLMmFnL1GmU7bQAA9RJhRA (envelope-from ) for ; Mon, 02 Oct 2023 18:53:06 +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 00BFA66770 for ; Mon, 2 Oct 2023 18:53:06 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20230601 header.b=PisRVC8w; 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=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1696265586; 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: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: dkim-signature; bh=kY8n7nxLLroa7nvT8CI0C4is6etlXWj69ONEpZIuj+0=; b=KpLhwbsdfz9tFq2DyF+ZT31IgurUSib/2siW2X/vnUl/ymKtzyxY6TlSVuK8XFYJIdcwzA 57IjshTt/7g/NkiPjmlMpfpZaRk3GEc+UaRlJYCHaZHjBk5Klhjb2xFz27ikf/vf65BdNp QfJXsedWr35EEycZ4jS4ZYKjHz7ZJJdz4ojbs6icIVrNbUd/22w9j0G31WhfL82/xvkFXb 3R7pL05tM2WChw5ZTLAY3jrbACLumnPH6mSOj1XVpTpjHWThze+KXh9csDZ8i7xHMWMQWk M2myc2LgL4Ftj7Yto3/5ekdYOQllJ4hbcT9y9DODIGPj+HQnoBxvVwQHizr/PA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1696265586; a=rsa-sha256; cv=none; b=QBlIaxdn1bI5ti8PCgLWYNIu9KaJUdO8KHS48M95/7rAcgZDTSjlWjhTPD2y8Sw25VS36/ 9BT5FSi/iStlUxarxLHIo724hs+H64ZtNhV4mMbqgFiUnNoLXU/eK4+KnepYo8R9Rcc1xS UAM/VK1i2s4sbLulAG0V6MPPlqT6XLUxBD9m9DP0vK/S33Jnb5xF/3wb/zzucAXeuteJwM XmfRYe/4aRUgz4vAMs3o60GNlcx4L9NtjzmtS6sD5yVdtg3OmivIrOQ9/6sucyZ75x9Onb 605lfdhB6Tml8pAiOiMVXBOx4Z3dwE94HffktHZJEwQfT+ZStxw6D8ozvhK4Sw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20230601 header.b=PisRVC8w; 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=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qnMA4-000656-JI; Mon, 02 Oct 2023 12:52:48 -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 1qnMA2-00064g-Dv for guix-patches@gnu.org; Mon, 02 Oct 2023 12:52:46 -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 1qnMA2-00005a-68 for guix-patches@gnu.org; Mon, 02 Oct 2023 12:52:46 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qnMAI-0000Jd-HB for guix-patches@gnu.org; Mon, 02 Oct 2023 12:53:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#63985] [PATCH RFC 0/5] Generic INI serializer & SRFI-171 for define-configuration Resent-From: Maxim Cournoyer Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 02 Oct 2023 16:53:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 63985 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Bruno Victal Cc: 63985@debbugs.gnu.org Received: via spool by 63985-submit@debbugs.gnu.org id=B63985.16962655681188 (code B ref 63985); Mon, 02 Oct 2023 16:53:02 +0000 Received: (at 63985) by debbugs.gnu.org; 2 Oct 2023 16:52:48 +0000 Received: from localhost ([127.0.0.1]:37833 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qnMA3-0000J6-OG for submit@debbugs.gnu.org; Mon, 02 Oct 2023 12:52:48 -0400 Received: from mail-ot1-x32d.google.com ([2607:f8b0:4864:20::32d]:59830) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qnMA1-0000Im-Sd for 63985@debbugs.gnu.org; Mon, 02 Oct 2023 12:52:46 -0400 Received: by mail-ot1-x32d.google.com with SMTP id 46e09a7af769-6c4b9e09521so9335599a34.3 for <63985@debbugs.gnu.org>; Mon, 02 Oct 2023 09:52:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1696265543; x=1696870343; darn=debbugs.gnu.org; h=mime-version:user-agent:message-id:in-reply-to:date:references :subject:cc:to:from:from:to:cc:subject:date:message-id:reply-to; bh=kY8n7nxLLroa7nvT8CI0C4is6etlXWj69ONEpZIuj+0=; b=PisRVC8wvi75rZuReKfDxBeTwiPkkGAtwgwtRa8vHGQrFaqCCjj4AhHh950cmXZkJJ kl8zUM7icz/GbgNdmT6panw5l/TpyyEC6oSIDT+6h5fZ42dJjyMuAxTJ4aubVLmIc+Sg RySEC6hQ2XI1kRxoSAfAwyIE8VEDnw329HyA7qy7ZvEx2UB+zR9xT3fEiYrpPBCi2u7/ zB0zIW/j8bCz3HLW2P2DC5LnS2+y0AQQ+t/cV5TY69d/UHfjJVCniNP7UjbB7ZvunDQk QjwqRt5eUXQsP+m2PMHdQk8LaFp+xBPYoOO3hgUlR2eUVZRrZaradw7SqW5vDfX2kda2 /FZg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1696265543; x=1696870343; h=mime-version:user-agent:message-id:in-reply-to:date:references :subject:cc:to:from:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=kY8n7nxLLroa7nvT8CI0C4is6etlXWj69ONEpZIuj+0=; b=FU8JGNL1tbxl8sENM1YXdE3g/VcxWcnosL1Ryd1nV6dJQET663z46JyFGICWoXWZ+n jNHS+i7tZBYs/Rd2k6EMaO5GAN7EALROctkCY4V05+l7mMDsBphtzNaD/DbboH0zOV1x V/OdtjURIrT2MaBw5gllZyvkbVsHIgN9rTitDHEK2Fse774tnmsVgGn7RGBDhKKoiEA+ urj1tIMZviJMKqVrcbZ+oEON2pjA1AJ6Be0GxRQGSgUbiV2IzX/XtIC3NtuW8cKv4ujn 6hdp2+bfqWlCcyUMwlQrUaqdWoWV3to06SOsQM76I3EjXyKRFHDtTOakYMKChc+6Z6Zm 8rvw== X-Gm-Message-State: AOJu0Yxb6J+iRIAV5hYRpLqcDZ6ieXCrSh0tNQZdczyr2Ts8iHVVOcZF x6YEyuqV2doSy+XgpUsb6J4ttYmhiK4= X-Google-Smtp-Source: AGHT+IG/h06M0YU0Jm4KvUToWe6NhmOqDjagKT1Hl5sZns1snvU0vQeF/ymqtE+5dQqVQNpX9Y+qig== X-Received: by 2002:a05:6358:7215:b0:14c:4411:2f4b with SMTP id h21-20020a056358721500b0014c44112f4bmr12813542rwa.22.1696265543050; Mon, 02 Oct 2023 09:52:23 -0700 (PDT) Received: from hurd (dsl-10-136-90.b2b2c.ca. [72.10.136.90]) by smtp.gmail.com with ESMTPSA id r15-20020ac87eef000000b004181a3eeff4sm5747075qtc.5.2023.10.02.09.52.22 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 02 Oct 2023 09:52:22 -0700 (PDT) From: Maxim Cournoyer References: <81521d94a397b288655c9bc8b68b9a0efe09bc38.1687816734.git.mirai@makinata.eu> Date: Mon, 02 Oct 2023 12:52:21 -0400 In-Reply-To: <81521d94a397b288655c9bc8b68b9a0efe09bc38.1687816734.git.mirai@makinata.eu> (Bruno Victal's message of "Mon, 26 Jun 2023 22:59:35 +0100") Message-ID: <87fs2t3r22.fsf_-_@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain 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-Spam-Score: 2.75 X-Migadu-Spam-Score: 2.75 X-Migadu-Scanner: mx1.migadu.com X-Migadu-Queue-Id: 00BFA66770 X-TUID: O7BWSmEjxgn6 Hi, Bruno Victal writes: > * gnu/services/networking.scm () > [package]: New field. > [network-manager]: Deprecate field. > (network-manager-environment, network-manager-shepherd) > (network-manager-service-type): Adjust to use 'package'. > * doc/guix.texi (Networking Setup): Replace mentions of network-manager with > package. Like Liliana, I don't see the added value here; it goes against the current convention which makes things worst IMO. I'd drop it. -- Thanks, Maxim