From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 18 01:16:19 2022 Received: (at submit) by debbugs.gnu.org; 18 Feb 2022 06:16:19 +0000 Received: from localhost ([127.0.0.1]:53165 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nKwZ1-0007jB-J0 for submit@debbugs.gnu.org; Fri, 18 Feb 2022 01:16:19 -0500 Received: from lists.gnu.org ([209.51.188.17]:53002) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nKwYz-0007j2-Oz for submit@debbugs.gnu.org; Fri, 18 Feb 2022 01:16:18 -0500 Received: from eggs.gnu.org ([209.51.188.92]:47868) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nKwYz-0003Aj-Hj for guix-patches@gnu.org; Fri, 18 Feb 2022 01:16:17 -0500 Received: from mx1.dismail.de ([78.46.223.134]:15781) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nKwYx-0007nL-0Y for guix-patches@gnu.org; Fri, 18 Feb 2022 01:16:17 -0500 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id a089ef21 for ; Fri, 18 Feb 2022 07:16:06 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=from:to:cc :subject:date:message-id:mime-version:content-transfer-encoding; s=20190914; bh=faW1cVC2qXHgI5d8MewtLNVS1VCt3GoUY2HYqkcuP6g=; b= F8zXBHLM8/3uSuQ8NWkOC+B1LAlg0pu03Gu+iafzKNkCWqLA93hLwEFyZBagGri9 Di9e1NxaUe2IFN429OgC036AVkuu7pXcXfpkVZzoPMltO/WAJr3doxk5C+b8mK/J DoTlGnyBBu05i4ZannyETneKU/0gCOx+dWcgFT0DG8rrBYKHWELx+0++tKTWNXRD ObYcI6ES+c6gcKEfYT5IhkwO842grTmu+0bMot+zzKoOdUeQj85z135zopc10IIM 8YaYuw5N3PSK38+8+rD9q68Tf9t63RPkXgqSTt/VNZh9ZHEEskePnvm4lk/3VLMg qUJg+FoXzQJJ1F5ltjI8LQ== Received: from smtp2.dismail.de ( [10.240.26.12]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 4885e35e for ; Fri, 18 Feb 2022 07:16:06 +0100 (CET) Received: from smtp2.dismail.de (localhost [127.0.0.1]) by smtp2.dismail.de (OpenSMTPD) with ESMTP id 192c9ab9 for ; Fri, 18 Feb 2022 07:16:06 +0100 (CET) Received: by dismail.de (OpenSMTPD) with ESMTPSA id af626838 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Fri, 18 Feb 2022 07:16:00 +0100 (CET) From: jgart To: guix-patches@gnu.org Subject: [PATCH] gnu: mercury: Use #:select instead of comment string. Date: Fri, 18 Feb 2022 01:15:40 -0500 Message-Id: <20220218061540.16927-1-jgart@dismail.de> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=78.46.223.134; envelope-from=jgart@dismail.de; helo=mx1.dismail.de X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: jgart 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.4 (--) * gnu/packages/mercury.scm (mercury)[define-module]: Use #:select instead of a comment string for importing match-lambda. --- gnu/packages/mercury.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/mercury.scm b/gnu/packages/mercury.scm index c87e65fdd1..1c7f5c5f55 100644 --- a/gnu/packages/mercury.scm +++ b/gnu/packages/mercury.scm @@ -31,7 +31,7 @@ (define-module (gnu packages mercury) #:use-module (gnu packages shells) #:use-module (gnu packages bison) #:use-module (gnu packages pkg-config) - #:use-module (ice-9 match)) ; match-lambda + #:use-module ((ice-9 match) #:select (match-lambda))) ;; NOTE: Mercury uses a tightly coupled fork of BDWGC and ;; libatomic-ops. When updating the package, please check the GitHub -- 2.35.1 From debbugs-submit-bounces@debbugs.gnu.org Wed Apr 27 22:41:26 2022 Received: (at 54053-done) by debbugs.gnu.org; 28 Apr 2022 02:41:26 +0000 Received: from localhost ([127.0.0.1]:44831 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nju5u-0007on-2a for submit@debbugs.gnu.org; Wed, 27 Apr 2022 22:41:26 -0400 Received: from out1.migadu.com ([91.121.223.63]:23161) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nju5s-0007oe-5L for 54053-done@debbugs.gnu.org; Wed, 27 Apr 2022 22:41:25 -0400 Message-ID: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=raghavgururajan.name; s=key1; t=1651113682; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type; bh=aDQjQSs/h+9I7veB2iCesG77ISmIWwBdVWD2SljV87M=; b=NoUmfnZy9A19oA6oGYvO+GzEsf0yEWSkZ2pZk/nu5Qp6YGbmTG2GWTmcmEz72LS7RjwTFN zkZyC83ArM+D5rA8kAaRJJh0t4yH+vzpocDvRVAFLsZ9nr9Q/SccuPnciOF2cJw60pYGoj yAMD2cAhiJkPj5aKplGnCWFi/hqWUV1sqQdSPq5gvA8F4uSIRVjUO3J4pKVCszPAcSCgOs dsjZN9M19kIQS7azNPfYNWELpRlxSHxH/3KoVi15MaIKMCj4EcEFYZQJXK4zrt5xmrMvpN K61DFJPykpLDs/vW8EYy35V+PelYSuWSWBxE/dcCyV4z40324cpVg5GUyNr9Sw== Date: Wed, 27 Apr 2022 22:41:15 -0400 MIME-Version: 1.0 Content-Language: en-CA To: 54053-done@debbugs.gnu.org X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Raghav Gururajan Subject: Re: [PATCH] gnu: mercury: Use #:select instead of comment string. Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------NrqbqT1803ZT4GP2zuzZ9xFr" X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: raghavgururajan.name X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 54053-done Cc: jgart 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: -1.7 (-) This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --------------NrqbqT1803ZT4GP2zuzZ9xFr Content-Type: multipart/mixed; boundary="------------IiNohTVFFhS2IMAGsx7M32Ai"; protected-headers="v1" From: Raghav Gururajan To: 54053-done@debbugs.gnu.org Cc: jgart Message-ID: Subject: Re: [PATCH] gnu: mercury: Use #:select instead of comment string. --------------IiNohTVFFhS2IMAGsx7M32Ai Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: base64 UHVzaGVkIGFzIGYxZDA4YmU3YWYgdG8gbWFzdGVyLiBUaGFua3MgZm9yIHRoZSBwYXRjaC4N Cg0KUmVnYXJkcywNClJHLg0K --------------IiNohTVFFhS2IMAGsx7M32Ai-- --------------NrqbqT1803ZT4GP2zuzZ9xFr Content-Type: application/pgp-signature; name="OpenPGP_signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="OpenPGP_signature" -----BEGIN PGP SIGNATURE----- wnsEABYIACMWIQTNLV6qqYzLN9qR1rBfWBZkf4vlUQUCYmn+ywUDAAAAAAAKCRBfWBZkf4vlUVLq AP9VmCejOViiqBlrwR5KH+GcGLltzA/dMu74ymXkHuaCpwD/RPpK4T4GO71zEvvUJ8JBjlMERq8X giAV9fGDiDD+4wk= =4W4+ -----END PGP SIGNATURE----- --------------NrqbqT1803ZT4GP2zuzZ9xFr-- From unknown Tue Aug 19 05:26:26 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 26 May 2022 11:24:11 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator