From unknown Sat Jun 21 03:24:45 2025 X-Loop: help-debbugs@gnu.org Subject: bug#59907: Replace $ record matching with match-record Resent-From: MANCINI Raffael Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Thu, 08 Dec 2022 17:36:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 59907 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 59907@debbugs.gnu.org X-Debbugs-Original-To: "bug-guix@gnu.org" Received: via spool by submit@debbugs.gnu.org id=B.16705209126004 (code B ref -1); Thu, 08 Dec 2022 17:36:02 +0000 Received: (at submit) by debbugs.gnu.org; 8 Dec 2022 17:35:12 +0000 Received: from localhost ([127.0.0.1]:58085 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p3Knf-0001Yh-H0 for submit@debbugs.gnu.org; Thu, 08 Dec 2022 12:35:12 -0500 Received: from lists.gnu.org ([209.51.188.17]:46700) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p3Kbr-0001O0-Ux for submit@debbugs.gnu.org; Thu, 08 Dec 2022 12:23:00 -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 1p3Kbr-0003rx-HU for bug-guix@gnu.org; Thu, 08 Dec 2022 12:22:59 -0500 Received: from fw.mnhn.lu ([158.64.59.240] helo=mx.mnhn.lu) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p3Kbo-0008BA-Kw for bug-guix@gnu.org; Thu, 08 Dec 2022 12:22:59 -0500 Received: from exmail.mnhn.lu (Not Verified[192.168.1.12]) by mx.mnhn.lu (using TLS: TLSv1.2, AES256-GCM-SHA384) id ; Thu, 08 Dec 2022 18:07:45 +0100 Received: from SERV-EXCHANGE16.hisnat.local (192.168.1.12) by SERV-EXCHANGE16.hisnat.local (192.168.1.12) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.16; Thu, 8 Dec 2022 18:07:45 +0100 Received: from SERV-EXCHANGE16.hisnat.local ([::1]) by SERV-EXCHANGE16.hisnat.local ([::1]) with mapi id 15.01.2507.016; Thu, 8 Dec 2022 18:07:44 +0100 From: MANCINI Raffael Thread-Topic: Replace $ record matching with match-record Thread-Index: AQHZCydzC4DMICpJSEuy09lBxlGJJQ== Date: Thu, 8 Dec 2022 17:07:44 +0000 Message-ID: <1a92fb12b45c42b1ab6f0442bb1730f4@mnhn.lu> Accept-Language: en-GB, fr-LU, en-US Content-Language: en-GB X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [192.168.2.87] Content-Type: multipart/alternative; boundary="_000_1a92fb12b45c42b1ab6f0442bb1730f4mnhnlu_" MIME-Version: 1.0 X-SEG-SpamProfiler-Analysis: v=2.4 cv=Zon+lv3G c=1 sm=1 tr=0 ts=639219e1 a=2O+SvmhTCOlvA7BeYd6KAQ==:117 a=xqWC_Br6kY4A:10 a=_FFHlpuAL8YA:10 a=sHyYjHe8cH0A:10 a=mDV3o1hIAAAA:8 a=pEvHLmYBAAAA:8 a=NRwWPln2B30mW6KIlPkA:9 a=wPNLvfGTeEIA:10 a=-hWK9ANJj7gA:10 a=EwXHHQynJvbEZutX_IcA:9 a=hDZ1AeV25GWmfFl-:21 a=frz4AuCg-hUA:10 a=_W_S_7VecoQA:10 a=rVnDm9A_-c-k2ki-JAcA:9 a=_FVE-zBwftR9WsbkzFJk:22 a=cuASx6IQb_k_WJK9LQmh:22 X-SEG-SpamProfiler-Score: 0 Received-SPF: softfail client-ip=158.64.59.240; envelope-from=Raffael.MANCINI@mnhn.lu; helo=mx.mnhn.lu X-Spam_score_int: -11 X-Spam_score: -1.2 X-Spam_bar: - X-Spam_report: (-1.2 / 5.0 requ) BAYES_00=-1.9, HTML_MESSAGE=0.001, SPF_HELO_NONE=0.001, SPF_SOFTFAIL=0.665 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Mailman-Approved-At: Thu, 08 Dec 2022 12:35:09 -0500 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) --_000_1a92fb12b45c42b1ab6f0442bb1730f4mnhnlu_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Dear list, https://guix.gnu.org/manual/devel/en/html_node/Service-Types-and-Services.h= tml still references the $ construct which apparently should be replaced by= match-record which is not sensitive to record slot order. best regards, -- Raffael Mancini IT administrator and developer Service d'information digital sur le patrimoine naturel (SIDPNAT) Mus=E9e National d'Histoire Naturelle Luxembourg https://mnhn.lu --_000_1a92fb12b45c42b1ab6f0442bb1730f4mnhnlu_ Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable

Dear list,


https://guix.gnu.org/manual/devel/en/html_node/Service-Types-and-= Services.html still references the $ construct which apparently should be replaced by match-record which is not= sensitive to record slot order.


best regards,


--

Raffael Mancini

IT administrator and developer

Service d'information digital sur le patrimoine naturel (SIDPNAT)

Mus=E9e National d'Histoire Naturelle Luxembourg

https://mnhn.lu


--_000_1a92fb12b45c42b1ab6f0442bb1730f4mnhnlu_-- From unknown Sat Jun 21 03:24:45 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: MANCINI Raffael Subject: bug#59907: closed (Re: bug#59907: Replace $ record matching with match-record) Message-ID: References: <87o7ry59ya.fsf@gnu.org> <1a92fb12b45c42b1ab6f0442bb1730f4@mnhn.lu> X-Gnu-PR-Message: they-closed 59907 X-Gnu-PR-Package: guix Reply-To: 59907@debbugs.gnu.org Date: Tue, 20 Dec 2022 16:15:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1671552902-24448-1" This is a multi-part message in MIME format... ------------=_1671552902-24448-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #59907: Replace $ record matching with match-record which was filed against the guix package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 59907@debbugs.gnu.org. --=20 59907: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D59907 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1671552902-24448-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 59907-done) by debbugs.gnu.org; 20 Dec 2022 16:14:32 +0000 Received: from localhost ([127.0.0.1]:45746 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p7fGC-0006Lw-9b for submit@debbugs.gnu.org; Tue, 20 Dec 2022 11:14:32 -0500 Received: from eggs.gnu.org ([209.51.188.92]:38916) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p7fGA-0006Lq-SI for 59907-done@debbugs.gnu.org; Tue, 20 Dec 2022 11:14:31 -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 1p7fG4-0002CF-KP; Tue, 20 Dec 2022 11:14:24 -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=OneYShduBp1kSbqyX/PRHs6HMgw8UAgaAEVcPS5tw8Q=; b=Qh9NBPUNasy21wgmb547 0R2T8hG4yUAvuNTRCC1Xy0Yj0elz13mhQp3Ar0RrUfJ+/BS7ECsN+5SYoczRQbLMqs8t7sw9v5RDm Rs5Z5ez3VpU22yi7H+jNdkGCTkfoptFRVkcVrDll2Znz6xkYLVY61+Rdq66XCa6IofoWepH7UbpAy wzcoSf3ZtVfY0zUlGtpZlgiEITdVrUW7S6PH5hkbYtaQekP+pO1uIZiUePwebTgHG+VMBVtfeeE92 JeMfcA+6PMv2WIlSVYzrnMNgYOGkmeyAdPGAlkxOeStSNG7Tfet2T+gx6b9d9eQrOAzQ4aGF5HlJ1 n8rY7DbAiVLDMg==; Received: from [193.50.110.60] (helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p7fG4-0005KR-2g; Tue, 20 Dec 2022 11:14:24 -0500 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: MANCINI Raffael Subject: Re: bug#59907: Replace $ record matching with match-record References: <1a92fb12b45c42b1ab6f0442bb1730f4@mnhn.lu> Date: Tue, 20 Dec 2022 17:14:21 +0100 In-Reply-To: <1a92fb12b45c42b1ab6f0442bb1730f4@mnhn.lu> (MANCINI Raffael's message of "Thu, 8 Dec 2022 17:07:44 +0000") Message-ID: <87o7ry59ya.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-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 59907-done Cc: 59907-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hi, MANCINI Raffael skribis: > https://guix.gnu.org/manual/devel/en/html_node/Service-Types-and-Services= .html still references the $ construct which apparently should be replaced = by match-record which is not sensitive to record slot order. Good idea. Done in 3f6c5c6f781bdf4cf5f15272642d0f3aba01aa50 (without even using =E2=80=98match-record=E2=80=99 in this case.) Thanks, Ludo=E2=80=99. ------------=_1671552902-24448-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 8 Dec 2022 17:35:12 +0000 Received: from localhost ([127.0.0.1]:58085 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p3Knf-0001Yh-H0 for submit@debbugs.gnu.org; Thu, 08 Dec 2022 12:35:12 -0500 Received: from lists.gnu.org ([209.51.188.17]:46700) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p3Kbr-0001O0-Ux for submit@debbugs.gnu.org; Thu, 08 Dec 2022 12:23:00 -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 1p3Kbr-0003rx-HU for bug-guix@gnu.org; Thu, 08 Dec 2022 12:22:59 -0500 Received: from fw.mnhn.lu ([158.64.59.240] helo=mx.mnhn.lu) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p3Kbo-0008BA-Kw for bug-guix@gnu.org; Thu, 08 Dec 2022 12:22:59 -0500 Received: from exmail.mnhn.lu (Not Verified[192.168.1.12]) by mx.mnhn.lu (using TLS: TLSv1.2, AES256-GCM-SHA384) id ; Thu, 08 Dec 2022 18:07:45 +0100 Received: from SERV-EXCHANGE16.hisnat.local (192.168.1.12) by SERV-EXCHANGE16.hisnat.local (192.168.1.12) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.16; Thu, 8 Dec 2022 18:07:45 +0100 Received: from SERV-EXCHANGE16.hisnat.local ([::1]) by SERV-EXCHANGE16.hisnat.local ([::1]) with mapi id 15.01.2507.016; Thu, 8 Dec 2022 18:07:44 +0100 From: MANCINI Raffael To: "bug-guix@gnu.org" Subject: Replace $ record matching with match-record Thread-Topic: Replace $ record matching with match-record Thread-Index: AQHZCydzC4DMICpJSEuy09lBxlGJJQ== Date: Thu, 8 Dec 2022 17:07:44 +0000 Message-ID: <1a92fb12b45c42b1ab6f0442bb1730f4@mnhn.lu> Accept-Language: en-GB, fr-LU, en-US Content-Language: en-GB X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [192.168.2.87] Content-Type: multipart/alternative; boundary="_000_1a92fb12b45c42b1ab6f0442bb1730f4mnhnlu_" MIME-Version: 1.0 X-SEG-SpamProfiler-Analysis: v=2.4 cv=Zon+lv3G c=1 sm=1 tr=0 ts=639219e1 a=2O+SvmhTCOlvA7BeYd6KAQ==:117 a=xqWC_Br6kY4A:10 a=_FFHlpuAL8YA:10 a=sHyYjHe8cH0A:10 a=mDV3o1hIAAAA:8 a=pEvHLmYBAAAA:8 a=NRwWPln2B30mW6KIlPkA:9 a=wPNLvfGTeEIA:10 a=-hWK9ANJj7gA:10 a=EwXHHQynJvbEZutX_IcA:9 a=hDZ1AeV25GWmfFl-:21 a=frz4AuCg-hUA:10 a=_W_S_7VecoQA:10 a=rVnDm9A_-c-k2ki-JAcA:9 a=_FVE-zBwftR9WsbkzFJk:22 a=cuASx6IQb_k_WJK9LQmh:22 X-SEG-SpamProfiler-Score: 0 Received-SPF: softfail client-ip=158.64.59.240; envelope-from=Raffael.MANCINI@mnhn.lu; helo=mx.mnhn.lu X-Spam_score_int: -11 X-Spam_score: -1.2 X-Spam_bar: - X-Spam_report: (-1.2 / 5.0 requ) BAYES_00=-1.9, HTML_MESSAGE=0.001, SPF_HELO_NONE=0.001, SPF_SOFTFAIL=0.665 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Thu, 08 Dec 2022 12:35:09 -0500 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) --_000_1a92fb12b45c42b1ab6f0442bb1730f4mnhnlu_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Dear list, https://guix.gnu.org/manual/devel/en/html_node/Service-Types-and-Services.h= tml still references the $ construct which apparently should be replaced by= match-record which is not sensitive to record slot order. best regards, -- Raffael Mancini IT administrator and developer Service d'information digital sur le patrimoine naturel (SIDPNAT) Mus=E9e National d'Histoire Naturelle Luxembourg https://mnhn.lu --_000_1a92fb12b45c42b1ab6f0442bb1730f4mnhnlu_ Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable

Dear list,


https://guix.gnu.org/manual/devel/en/html_node/Service-Types-and-= Services.html still references the $ construct which apparently should be replaced by match-record which is not= sensitive to record slot order.


best regards,


--

Raffael Mancini

IT administrator and developer

Service d'information digital sur le patrimoine naturel (SIDPNAT)

Mus=E9e National d'Histoire Naturelle Luxembourg

https://mnhn.lu


--_000_1a92fb12b45c42b1ab6f0442bb1730f4mnhnlu_-- ------------=_1671552902-24448-1--