From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id ECAJF6N2q2PAfwAAbAwnHQ (envelope-from ) for ; Tue, 27 Dec 2022 23:50:11 +0100 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id MPjyFqN2q2O6IAEA9RJhRA (envelope-from ) for ; Tue, 27 Dec 2022 23:50:11 +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 38E64E78B for ; Tue, 27 Dec 2022 23:50:11 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pAIlp-0006cx-N7; Tue, 27 Dec 2022 17:50:05 -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 1pAIln-0006c0-5p for guix-patches@gnu.org; Tue, 27 Dec 2022 17:50:03 -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 1pAIlm-0000lt-N9 for guix-patches@gnu.org; Tue, 27 Dec 2022 17:50:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pAIlm-0001ZW-DQ for guix-patches@gnu.org; Tue, 27 Dec 2022 17:50:02 -0500 Subject: bug#60225: [PATCH] records: match-record supports specifying a different variable name. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Tue, 27 Dec 2022 22:50:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 60225 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Attila Lendvai Cc: 60225-done@debbugs.gnu.org Mail-Followup-To: 60225@debbugs.gnu.org, ludo@gnu.org, attila@lendvai.name Received: via spool by 60225-done@debbugs.gnu.org id=D60225.16721813866013 (code D ref 60225); Tue, 27 Dec 2022 22:50:02 +0000 Received: (at 60225-done) by debbugs.gnu.org; 27 Dec 2022 22:49:46 +0000 Received: from localhost ([127.0.0.1]:56733 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pAIlW-0001Yv-0W for submit@debbugs.gnu.org; Tue, 27 Dec 2022 17:49:46 -0500 Received: from eggs.gnu.org ([209.51.188.92]:59664) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pAIlU-0001Yj-HQ for 60225-done@debbugs.gnu.org; Tue, 27 Dec 2022 17:49:44 -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 1pAIlO-0000iV-Om; Tue, 27 Dec 2022 17:49:38 -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=/prWs6WR+6sB+7iC4+RrZNAUQINYYMymZaySBIfKPoI=; b=FoukPd2xMXPS2HVIPRo+ mFaXyfPNir5J7bhhOhPvOAWl+ITIFpKzEPeZxx6am1eY/Kd62xtcxjSqvnGS6Ufdj1GzLDiRye473 5zrlp3JaispP5wPRklwImAP6iWVw5I7jCry9yuP95x6NGH3IjkbI+/pyp3rs19VYd/dNGDLJswT2j glw6FyY6yiEPgx/vMh7kJeMzlvOy4IJ/aRirMSD8HVd3cUOqWAhz3DN5Gk2d0qZdAYPtHbh5aEY2l i8M5wK0H66W/WITZamgmWzPP7F72wSyBE9aaS5cVbBDzuTgSj8bvOKwnrpi/PDKakdGR0kxxAG5DJ wY3jDK5vCMMXRg==; 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 1pAIlO-0001ha-2z; Tue, 27 Dec 2022 17:49:38 -0500 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20221220174018.14433-1-attila@lendvai.name> <20221222021455.18632-1-attila@lendvai.name> Date: Tue, 27 Dec 2022 23:49:36 +0100 In-Reply-To: <20221222021455.18632-1-attila@lendvai.name> (Attila Lendvai's message of "Wed, 21 Dec 2022 23:14:55 -0300") Message-ID: <87wn6ca2db.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-Seal: i=1; s=key1; d=yhetil.org; t=1672181411; a=rsa-sha256; cv=none; b=iT1vEX964WU0m/0HI6ucdaHHdG5mBPF8Bb/Kv3EObMezWHKsP3xkWpBhR7VRGrijyC3ozn OajcicAVUSNUJCo1RLhIjeG1zYjq8drC8hcYqgM7y49yA12pJG6Rguo554rW5ar3Wy2M2k GJCzAOPGUwEG2Jdmc73LZTINW+qurqQKnD9/ywruTVBy7JF+0YesG7D0QN01HHSh+7ThRs ynWIsBb3KdlNILSsPTigu14BRPhD/wJoqBcNXwk8RLxS536C8TZWVWXlY7AyWAoXtkAKM6 aEGq1gx/NlSbGZQ1wYbckf2mhCHMiYID3oCu/q3XcZzNS+z70C5xNxMCcIG3og== 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=FoukPd2x; 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-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1672181411; 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-to: 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=/prWs6WR+6sB+7iC4+RrZNAUQINYYMymZaySBIfKPoI=; b=U3llxfJXombooRhgosT1TvyaGROpiAu2fkYSaTcaG01kQJgOwHjk1AvW/98liWMRAd1bpP rF7dcrv7JAujWhQHjzMOVoWx6r1pKV/Hzye429IdSGdiDeZ9KMhTG9vomckpwJqMsmvKFB KWujFpEYOVS4CUFrTibu5MJzk9V95vKl7+o6bOaxPz30uwNJr52V04eLb5e3SSWd3Ik1IZ mV4pZG408Ji3L4obOvLioCWJuLftS0vDgitxgakEuqeeQ1lKPQoorByQiMF4yk53Q/YR1p rZ51ssI2cJZFIQChbZwpqmKA0dLLFkclQI/5wmDxGpIwkJUVvEmm4K2UehjY4Q== X-Spam-Score: -2.73 X-Migadu-Queue-Id: 38E64E78B Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=FoukPd2x; 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-Migadu-Scanner: scn0.migadu.com X-Migadu-Spam-Score: -2.73 X-TUID: vvvZVmgwpWih Hi, Attila Lendvai skribis: > An example: > > (match-record obj > (field1 (field2 custom-var-name) field3) > ...) > > * guix/records.scm (match-record-inner): Add support for the new syntax. > * tests/records.scm ("match-record, simple"): Add a simple test case for = the > new syntax. Applied, thanks! Ludo=E2=80=99.