From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id sNvgHx9fC2T8JAAASxT56A (envelope-from ) for ; Fri, 10 Mar 2023 17:47:27 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id 6H0CHx9fC2Q3LQEAG6o9tA (envelope-from ) for ; Fri, 10 Mar 2023 17:47:27 +0100 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 43A752BD97 for ; Fri, 10 Mar 2023 17:47:27 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1paftr-0002DF-VD; Fri, 10 Mar 2023 11:47:24 -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 1paftW-00028P-Az for guix-patches@gnu.org; Fri, 10 Mar 2023 11:47:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1paftW-0002Og-2s for guix-patches@gnu.org; Fri, 10 Mar 2023 11:47:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1paftV-0001sT-Ur for guix-patches@gnu.org; Fri, 10 Mar 2023 11:47:01 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#62047] [PATCH 1/2] packages: Use SRFI-71 instead of SRFI-11. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 10 Mar 2023 16:47:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 62047 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Simon Tournier Cc: 62047@debbugs.gnu.org Received: via spool by 62047-submit@debbugs.gnu.org id=B62047.16784667867143 (code B ref 62047); Fri, 10 Mar 2023 16:47:01 +0000 Received: (at 62047) by debbugs.gnu.org; 10 Mar 2023 16:46:26 +0000 Received: from localhost ([127.0.0.1]:55674 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pafsw-0001r9-AP for submit@debbugs.gnu.org; Fri, 10 Mar 2023 11:46:26 -0500 Received: from eggs.gnu.org ([209.51.188.92]:59716) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pafsu-0001qw-Ti for 62047@debbugs.gnu.org; Fri, 10 Mar 2023 11:46:25 -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 1pafsp-0002Gv-7b; Fri, 10 Mar 2023 11:46:19 -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=NvHZ4ixs+ELhk1ojLkm9FYM6tJTP0DXn9FlmDoVnUKg=; b=chq1gsPg21c/C81AtsrX DA/B6F4YZcGAWq9BF2960JHd1FoRHiBKbPgeIxfRNW2UxHwqEkMMDEdGG1bJrhAlQwo2jW8teC+F3 gupz1C7wuE5rr5yhJxaxEhvBAlzzE8Joq0+OCWW/UQ+G3o8X30cUDRp2kQRBXALWv7zRI//BpK3Y5 KIgP0yFe5UBOBUyTVZWfcKlELPsx2fARSqqCDZo/J2ET9mitxbwuBuSyNKlAQdTasHTN0C8dlKaSI HUVh+cFoHTuSule71SZmA6VltTRWzesOfWKbaJwyIxUinQBwI6oIQ52WjZP1mXmUybVdN8bwoRAty vHY5jrb3KbfBKQ==; Received: from [193.50.110.253] (helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pafsn-0005Ay-UB; Fri, 10 Mar 2023 11:46:18 -0500 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20230308120125.17560-1-ludo@gnu.org> <20230308120345.17616-1-ludo@gnu.org> <874jqsomfs.fsf@gmail.com> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: =?UTF-8?Q?D=C3=A9cadi?= 20 =?UTF-8?Q?Vent=C3=B4se?= an 231 de la =?UTF-8?Q?R=C3=A9volution,?= jour du Cordeau X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Fri, 10 Mar 2023 17:46:16 +0100 In-Reply-To: <874jqsomfs.fsf@gmail.com> (Simon Tournier's message of "Fri, 10 Mar 2023 12:49:59 +0100") Message-ID: <875yb8img7.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-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 ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=chq1gsPg; 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=pass (policy=none) header.from=gnu.org ARC-Seal: i=1; s=key1; d=yhetil.org; t=1678466847; a=rsa-sha256; cv=none; b=r/h1CM9qXkMcRh+ok3Rwg/VbazMLIH6u4f/To+n1cZ/lfx2pKJ2I5mmBF8tihjbSgY6Qpm WMhaog8nWBaxL4LBN/S2dWx08D41Zk/+Q3H1fQhjyI24mGRE1oJ4/O6YvTAJX7jGRAhAcf hIhVyGewHRTVAlSE/4QlLf+Lf6+XZ5qsLnDMw9f/BDO9cYKcBwJtjThi4vavWTRv6Ol1Tq 3/cgkMVTHHsDLa3cJ9kz/i0s8o5iOg9LTpUgfSZDDa+ppNPm1AT9Svt9Cn4IOU3ghbuJlc sSuHHNLGJ+MjegQuKIPNxoVRQ0D5DQTiIqN0yLyIukS7uWfB/G8jJ5cWO2FazA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1678466847; 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:dkim-signature; bh=NvHZ4ixs+ELhk1ojLkm9FYM6tJTP0DXn9FlmDoVnUKg=; b=qghj94ZLHdFDUFspC3wzgxlFm7DVEFuSVUHmSRWJZA/qmZG43+dJI4znGIix3CzCvFZ5aH /+UEqc69MBMZjITYG2JBA9wTWK+mH0M96kUKZLGbZUbdbhNGlH1ghrpoNSZrSFcrTYmoFi iZsjxfzo5NP2hghWQFRcT0E9DlLDeKp2E/bZbVgrCJLbWfb0S9pX0LOa+BEzUuz7BUNPNE uVq76ruxEZ260bYEOeuZ+LTmUrzNl1peiEv7fo0UVt8ZefIS2SRGn9LRZkdfTMMOdHOtJB 0eujIj4KHh728VCqrstwrNCAqlYJumcqG0tN++TfR+5RQ51Wu7N0lXfsM2iS+g== X-Migadu-Spam-Score: -4.09 X-Spam-Score: -4.09 X-Migadu-Queue-Id: 43A752BD97 X-Migadu-Scanner: scn1.migadu.com Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=chq1gsPg; 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=pass (policy=none) header.from=gnu.org X-TUID: cMLnb8gfpjYO Simon Tournier skribis: > On mer., 08 mars 2023 at 13:03, Ludovic Court=C3=A8s wrote: > >> - (let-values (((name version) >> - (package-name->name+version spec))) >> + (let ((name version (package-name->name+version spec))) > > Out of curiosity, what is the difference? Aside SRFI-71 instead of > SRFI-11? Or why do you prefer SRFI-71 over -11? There=E2=80=99s no semantic difference, but SRFI-71 looks clearer, doesn=E2= =80=99t it? :-) See for the original proposal. Ludo=E2=80=99.