From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.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 YKoyMV5xj2TMDgEASxT56A (envelope-from ) for ; Sun, 18 Jun 2023 23:04:30 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id 4MQ4MV5xj2Q3LQAAauVa8A (envelope-from ) for ; Sun, 18 Jun 2023 23:04:30 +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 7FB0B6428 for ; Sun, 18 Jun 2023 23:04:30 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qAzZ6-0000Ag-28; Sun, 18 Jun 2023 17:04:04 -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 1qAzZ4-0000AX-Fw for guix-patches@gnu.org; Sun, 18 Jun 2023 17:04:02 -0400 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 1qAzZ4-0004hk-7Z for guix-patches@gnu.org; Sun, 18 Jun 2023 17:04:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qAzZ3-0007jM-Pi for guix-patches@gnu.org; Sun, 18 Jun 2023 17:04:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#62375] [PATCH 0/1] npm binary importer Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 18 Jun 2023 21:04:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 62375 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch moreinfo To: Jelle Licht Cc: Timothy Sample , Josselin Poiret , Christopher Baines , Simon Tournier , Mathieu Othacehe , Tobias Geerinckx-Rice , Lars-Dominik Braun , 62375@debbugs.gnu.org, Ricardo Wurmus Received: via spool by 62375-submit@debbugs.gnu.org id=B62375.168712223129696 (code B ref 62375); Sun, 18 Jun 2023 21:04:01 +0000 Received: (at 62375) by debbugs.gnu.org; 18 Jun 2023 21:03:51 +0000 Received: from localhost ([127.0.0.1]:55071 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qAzYs-0007it-Q4 for submit@debbugs.gnu.org; Sun, 18 Jun 2023 17:03:51 -0400 Received: from eggs.gnu.org ([209.51.188.92]:58594) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qAzYq-0007if-FJ for 62375@debbugs.gnu.org; Sun, 18 Jun 2023 17:03:49 -0400 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 1qAzYi-0004fY-Vf; Sun, 18 Jun 2023 17:03:40 -0400 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=D9rdYrePwFDOeK31dWICzjVk9+R7vgikhvOW/s7P74Y=; b=r9AysnxmBKqpEEt7aWgV RjHSRtzaUQNrwW08xo6yFYpvM+ipVJwUmDI1ME+t9dWlXaVlfRgGwrae+V7ZLSfJy8Gah9KoPjf03 IP6HzdL3Toh/onALGumGo5NQudvJcrTYeinlZxJcfVpEvWpZkpV/g0taRB6TJDVSOfGbFlXSmy2iB fduT6lvpI6EBg/NqkqL91oECQYfaqQiYvegvPIXN4BVCXz7JSG8t98fSsWLe3fsDe+izdYVFpfZs4 Ydq3EWXlwau/ccRuXg7Lplq9eZYYaVCZmdybF8a3vkFhO1X+TJTuw0FS6PillLHtG2qDoTA/cXSln gcMCE1JP55L/2Q==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201] helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qAzYh-00065u-7H; Sun, 18 Jun 2023 17:03:40 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87tty4g9kj.fsf@gnu.org> <871qkurzwh.fsf@fsfe.org> <874jpecisz.fsf_-_@gnu.org> Date: Sun, 18 Jun 2023 23:03:35 +0200 In-Reply-To: <874jpecisz.fsf_-_@gnu.org> ("Ludovic =?UTF-8?Q?Court=C3=A8s?="'s message of "Mon, 17 Apr 2023 23:14:52 +0200") Message-ID: <87pm5spjo8.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-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1687122270; 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=D9rdYrePwFDOeK31dWICzjVk9+R7vgikhvOW/s7P74Y=; b=QhhA06WcJ6Xa7GPsdLUSYlxd1nnfExWQi8USv4DXmFpSeGvfGHzKflMZEJOTlem9wXLVHj y5ZXkO+EQeQRxGaZrWnKzxq+S+FR94qKslSxDsIzDd7/oEza6S8OAWXU7IXbcf3u5W1gDl vqoU2u/1b9lQ4w13RqBKKJvIQ/ze1rXgNg8KrDFcKEIc9C/MLlVMKIB/UJfyCMjAOWcvz+ 5KaCDbdz4EpRwaLzga930LDWvUlDNToXnlOcAVzZ529Kyi0zo0nURmOOuC697j01wpK1Q3 jRogcJJ9kAstlEhMTiRi70kS958m289xdEMpo5T+Ai8G6USNInyFqNu9ohJq8g== 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=r9Aysnxm; dmarc=pass (policy=none) header.from=gnu.org; 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" ARC-Seal: i=1; s=key1; d=yhetil.org; t=1687122270; a=rsa-sha256; cv=none; b=ELblrZP2r1dnIyFbcQ+NVB0fhPTjK/GzNbpvuXXAoww8cT2mD4hG9/Dbn8xczuae7ivoPT 2NfE1bTG6FrGNyhnLUjo8VbyHbLzsNia3Dq5Rz2iFgZM6iak7cg1RVhCCPB3lAZfoqogAa gDy1z+qosKt/Z+e/rct0zoqG+nJHDX+fyrzfv5tzJ+x7pxx2wMPSjzgCtZ7oBrXk9+qM0N wjrM+Qhq5EErPkn8M5/ObOXKAMkgxobSk39J+tHIvfVoA6aUC8OdpaZpSpIAphUGJ4VsJA Qjo/9I8noRwPOT95SeVo+cCc/fSZRhX5IKYBcuiS81I1y7qdg5gKrwDYcC8cEw== X-Migadu-Scanner: scn1.migadu.com X-Migadu-Spam-Score: -2.65 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=r9Aysnxm; dmarc=pass (policy=none) header.from=gnu.org; 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" X-Migadu-Queue-Id: 7FB0B6428 X-Spam-Score: -2.65 X-TUID: KutJlicRD45I Hey Jelle, How far are we from merging? :-) TIA, Ludo=E2=80=99. Ludovic Court=C3=A8s skribis: > Hi, > > Jelle Licht skribis: > >> Ludovic Court=C3=A8s writes: > > [...] > >>>> + (match npm-package >>>> + (($ name version home-page dependencies dev-de= pendencies peer-dependencies license description dist) >>> >>> Please use =E2=80=98match-record=E2=80=99 instead and keep lines below = 80 chars. :-) >> >> The records generated by `define-json-mapping' through >> `define-record-type' seem to not work with `match-record'. > > Oh right, my bad. > > The other option is to call record accessors; it would avoid the risk > associated with index-based matches but may be more verbose. Your call! > > Ludo=E2=80=99.