From debbugs-submit-bounces@debbugs.gnu.org Mon Jan 25 08:37:53 2021 Received: (at submit) by debbugs.gnu.org; 25 Jan 2021 13:37:53 +0000 Received: from localhost ([127.0.0.1]:38231 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l4241-0001u7-4O for submit@debbugs.gnu.org; Mon, 25 Jan 2021 08:37:53 -0500 Received: from lists.gnu.org ([209.51.188.17]:40364) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l423z-0001tt-SV for submit@debbugs.gnu.org; Mon, 25 Jan 2021 08:37:52 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:49594) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l423z-0000Qz-6d for guix-patches@gnu.org; Mon, 25 Jan 2021 08:37:51 -0500 Received: from sender4-of-o51.zoho.com ([136.143.188.51]:21197) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l423x-0004RJ-Np for guix-patches@gnu.org; Mon, 25 Jan 2021 08:37:51 -0500 ARC-Seal: i=1; a=rsa-sha256; t=1611581867; cv=none; d=zohomail.com; s=zohoarc; b=S5CJTfGvaNkA6oaaXDz5mJ+kG4dSMB2J5PG++VEV6HyN7lNO7CkrjpDh3PLa3dsFu+0qK5Fm2umLyY28qpntGeDTgeR93quDV9+6Ez1W5TBpu2mNdhPhgVMfDxCFz2RR0+N2PGX26TMCYbwjyeh3gdlERb7IBhDjyiebZe9t/jo= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1611581867; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:MIME-Version:Message-ID:Subject:To; bh=6UH5E1aB1D/0XFXNBiUgCFHiWKb5ysbfOvEUqn/YDL4=; b=OnlNNsTeQ7rkxUMGoLA3O98Uf2DlG7hATGi5TXq47u8Rq6nyK5WexguxAzYL6FwniAo8Z0t8cbWKCUVXXKGr453xmf4aIER+BQHyuQHk18kXRpL9bQTwd5trEELPyI5lWFcJ8x+VJRlWs61ewdJvYzQnNIuMWmES4f7fTIldE9Q= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=elephly.net; spf=pass smtp.mailfrom=rekado@elephly.net; dmarc=pass header.from= header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1611581867; s=zoho; d=elephly.net; i=rekado@elephly.net; h=From:To:Cc:Message-ID:Subject:Date:MIME-Version:Content-Transfer-Encoding:Content-Type; bh=6UH5E1aB1D/0XFXNBiUgCFHiWKb5ysbfOvEUqn/YDL4=; b=DsaelqKDY9QwXfOLcvOMiAE4pNNZxpqXnWtgNUwtyf3IEDoRDFtOaNhVD2cU6nYK GVANWqAbtcePS1gNjHxJb8fojwV/kM0tstVHyP4FRpw7E+0998A2qplVBm7/xN6+7Be pt6uXXCFzcZEYTUA6yu6fGwvmhP1kS0kcPlT1m64= Received: from localhost (p54ad4ec7.dip0.t-ipconnect.de [84.173.78.199]) by mx.zohomail.com with SMTPS id 1611581865172871.2063357970442; Mon, 25 Jan 2021 05:37:45 -0800 (PST) From: Ricardo Wurmus To: 46100@debbugs.gnu.org, guix-patches@gnu.org Message-ID: <20210125133738.15609-1-rekado@elephly.net> Subject: [PATCH 1/4] guix: Fix typo. Date: Mon, 25 Jan 2021 14:37:35 +0100 X-Mailer: git-send-email 2.29.2 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-ZohoMailClient: External Content-Type: text/plain; charset=utf8 Received-SPF: pass client-ip=136.143.188.51; envelope-from=rekado@elephly.net; helo=sender4-of-o51.zoho.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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_NONE=-0.0001, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Ricardo Wurmus 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 (--) * guix/inferior.scm (inferior-available-packages): Remove extra word in docstring. --- guix/inferior.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/guix/inferior.scm b/guix/inferior.scm index 2fe91beaab..da6983d9a6 100644 --- a/guix/inferior.scm +++ b/guix/inferior.scm @@ -311,8 +311,7 @@ Raise '&inferior-exception' when an exception is read f= rom PORT." "Return the list of name/version pairs corresponding to the set of packa= ges available in INFERIOR. =20 -This is faster and requires less resource-intensive than calling -'inferior-packages'." +This is faster and less resource-intensive than calling 'inferior-packages= '." (if (inferior-eval '(defined? 'fold-available-packages) inferior) (inferior-eval '(fold-available-packages --=20 2.29.2 From debbugs-submit-bounces@debbugs.gnu.org Mon Jan 25 08:38:08 2021 Received: (at submit) by debbugs.gnu.org; 25 Jan 2021 13:38:08 +0000 Received: from localhost ([127.0.0.1]:38249 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l424G-0001wS-Av for submit@debbugs.gnu.org; Mon, 25 Jan 2021 08:38:08 -0500 Received: from lists.gnu.org ([209.51.188.17]:40624) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l424A-0001vB-T0 for submit@debbugs.gnu.org; Mon, 25 Jan 2021 08:38:06 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:49668) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l424A-0000YK-JW for guix-patches@gnu.org; Mon, 25 Jan 2021 08:38:02 -0500 Received: from sender4-of-o51.zoho.com ([136.143.188.51]:21108) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l4247-0004Vt-Pv for guix-patches@gnu.org; Mon, 25 Jan 2021 08:38:02 -0500 ARC-Seal: i=1; a=rsa-sha256; t=1611581875; cv=none; d=zohomail.com; s=zohoarc; b=nc5AEciNdvs5xK5c/8lNVw11qA3/5PngPAHJ5iX2tXe/BreS2ZsvCyWScBFgAxJVN50PMFZ1p9sqdOv2sbDtSvbNWj+Y90sM3SmdjmOtG7+ZtfNcdjSIBmzyjiIKhs6dEGeAJIyaeQquA/Dzs6eBkRZcG7N+ovM8NAzFnzw+uQc= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1611581875; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To; bh=OA/Bh6Hl4/PIxHtpZEs7jz/FNcsenzfolLCuCE5k+fc=; b=G1epHyWLJZKlmbwzhEVuVrbrMyVBRmBuzCulXbkOKGZzIkiRpzfawdRe18C5uUIDiNhd6hd/giGZI8kEZ9kmS3qy2TBwG8LFhl+vfIm3GfCtbr2JreGyq54RaUvWHzSX8kdbM65x7G1xacqePDQi9DwH+qArtzeITMi2EDmq4cY= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=elephly.net; spf=pass smtp.mailfrom=rekado@elephly.net; dmarc=pass header.from= header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1611581875; s=zoho; d=elephly.net; i=rekado@elephly.net; h=From:To:Cc:Message-ID:Subject:Date:In-Reply-To:References:MIME-Version:Content-Transfer-Encoding:Content-Type; bh=OA/Bh6Hl4/PIxHtpZEs7jz/FNcsenzfolLCuCE5k+fc=; b=aONhdJKjKSx/RTR1Q41r8hEx87V8xund1kLxPJiwpiK+3zVAX5gLSfNwAbtJkPaF R3GQTJd5AYcYtPpMnMKPjNdp9jziVd9RerN4afLLrGRT7DGJNB2928EKATLE48gxXzk zKgKw32g4ekBeTpU9J5tAoltOic7T8jNquNljNAs= Received: from localhost (p54ad4ec7.dip0.t-ipconnect.de [84.173.78.199]) by mx.zohomail.com with SMTPS id 1611581873054657.0029672331033; Mon, 25 Jan 2021 05:37:53 -0800 (PST) From: Ricardo Wurmus To: 46100@debbugs.gnu.org, guix-patches@gnu.org Message-ID: <20210125133738.15609-3-rekado@elephly.net> Subject: [PATCH 3/4] inferior: Memoize inferior package search path access. Date: Mon, 25 Jan 2021 14:37:37 +0100 X-Mailer: git-send-email 2.29.2 In-Reply-To: <20210125133738.15609-1-rekado@elephly.net> References: <20210125133738.15609-1-rekado@elephly.net> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-ZohoMailClient: External Content-Type: text/plain; charset=utf8 Received-SPF: pass client-ip=136.143.188.51; envelope-from=rekado@elephly.net; helo=sender4-of-o51.zoho.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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_NONE=-0.0001, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Ricardo Wurmus 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 (--) * guix/inferior.scm (%inferior-package-search-paths): Return memoized procedure accepting a package. (inferior-package-native-search-paths, inferior-package-search-paths, inferior-package-transitive-native-search-paths): Adapt. --- guix/inferior.scm | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/guix/inferior.scm b/guix/inferior.scm index 7bfce5d810..0c85a9ea08 100644 --- a/guix/inferior.scm +++ b/guix/inferior.scm @@ -45,6 +45,7 @@ #:use-module (guix store) #:use-module (guix derivations) #:use-module (guix base32) + #:use-module ((guix memoization) #:select (mlambdaq)) #:use-module (gcrypt hash) #:autoload (guix cache) (maybe-remove-expired-cache-entries file-expiration-time) @@ -430,27 +431,28 @@ inferior package." (define inferior-package-transitive-propagated-inputs (cut inferior-package-input-field <> 'package-transitive-propagated-inpu= ts)) =20 -(define (%inferior-package-search-paths package field) +(define (%inferior-package-search-paths field) "Return the list of search path specifications of PACKAGE, an inferior package." - (define paths - (inferior-package-field package - `(compose (lambda (paths) - (map (@ (guix search-paths) - search-path-specification-= >sexp) - paths)) - ,field))) + (mlambdaq (package) + (define paths + (inferior-package-field package + `(compose (lambda (paths) + (map (@ (guix search-paths) + search-path-specificatio= n->sexp) + paths)) + ,field))) =20 - (map sexp->search-path-specification paths)) + (map sexp->search-path-specification paths))) =20 (define inferior-package-native-search-paths - (cut %inferior-package-search-paths <> 'package-native-search-paths)) + (%inferior-package-search-paths 'package-native-search-paths)) =20 (define inferior-package-search-paths - (cut %inferior-package-search-paths <> 'package-search-paths)) + (%inferior-package-search-paths 'package-search-paths)) =20 (define inferior-package-transitive-native-search-paths - (cut %inferior-package-search-paths <> 'package-transitive-native-search= -paths)) + (%inferior-package-search-paths 'package-transitive-native-search-paths)= ) =20 (define (inferior-package-provenance package) "Return a \"provenance sexp\" for PACKAGE, an inferior package. The res= ult --=20 2.29.2 From debbugs-submit-bounces@debbugs.gnu.org Mon Jan 25 08:38:13 2021 Received: (at submit) by debbugs.gnu.org; 25 Jan 2021 13:38:13 +0000 Received: from localhost ([127.0.0.1]:38253 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l424K-0001wq-LC for submit@debbugs.gnu.org; Mon, 25 Jan 2021 08:38:13 -0500 Received: from lists.gnu.org ([209.51.188.17]:40934) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l424G-0001wU-GJ for submit@debbugs.gnu.org; Mon, 25 Jan 2021 08:38:09 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:49714) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l424G-0000lm-86 for guix-patches@gnu.org; Mon, 25 Jan 2021 08:38:08 -0500 Received: from sender4-of-o51.zoho.com ([136.143.188.51]:21112) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l424D-0004ZC-GL; Mon, 25 Jan 2021 08:38:06 -0500 ARC-Seal: i=1; a=rsa-sha256; t=1611581879; cv=none; d=zohomail.com; s=zohoarc; b=m9C4L6nK9hU/pb155aU5PQvCmFlQXkUqzGXcwf1eP69zTxW+CzoAwfXZzrGKkJJ4BT6pPkjTOXpfPguX8L9l/kuFEaQwpwQF3uUJI03UbIVG5PD786cqFrZMWwhkjcAsrh7Ckit0szFxHCl0wogRfuGe1AE9aUDJ5O+PcGPHIs8= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1611581879; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To; bh=8kTEVM6w1p3TWeNXVVkIWF7+WBNaws/XuAlHfHtOZgc=; b=aicLLtD6Gnio8b7646Bd+sdarRxzuv5jBQ4e8nBUw6bQQ+SCWaazYv3LeXWAGYE9PfnTQDZ268k3HMhppLXJKf71M2M7ZvKJ9fcZdT/9F0FBXBd7e/yKhn37Eh4aUsE3+kGYAH9Wa+auQxHwRC6dSAxsmo+L4bw0eX3hvec6r+I= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=elephly.net; spf=pass smtp.mailfrom=rekado@elephly.net; dmarc=pass header.from= header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1611581879; s=zoho; d=elephly.net; i=rekado@elephly.net; h=From:To:Cc:Message-ID:Subject:Date:In-Reply-To:References:MIME-Version:Content-Type:Content-Transfer-Encoding; bh=8kTEVM6w1p3TWeNXVVkIWF7+WBNaws/XuAlHfHtOZgc=; b=ZnmrWgUJCaMeZhXNUbi2e2zqovFJiGj9FxCDxTELCijk76T7r6pOfpROe5m6RIXS TGzyqvy8tv0Aa32oGEwbu7aWEPjmL2GS/LJzx2AlaO5btjR32zJq+WqONn5sYrS+raw nQxaZVFK6O+YI/eCxa2v3J5GZtRo4biYxtPfwuEg= Received: from localhost (p54ad4ec7.dip0.t-ipconnect.de [84.173.78.199]) by mx.zohomail.com with SMTPS id 1611581877141429.7993420843868; Mon, 25 Jan 2021 05:37:57 -0800 (PST) From: Ricardo Wurmus To: 46100@debbugs.gnu.org, guix-patches@gnu.org Message-ID: <20210125133738.15609-4-rekado@elephly.net> Subject: [PATCH 4/4] inferior: Memoize package input field access. Date: Mon, 25 Jan 2021 14:37:38 +0100 X-Mailer: git-send-email 2.29.2 In-Reply-To: <20210125133738.15609-1-rekado@elephly.net> References: <20210125133738.15609-1-rekado@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-ZohoMailClient: External Received-SPF: pass client-ip=136.143.188.51; envelope-from=rekado@elephly.net; helo=sender4-of-o51.zoho.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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_NONE=-0.0001, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: =?UTF-8?q?Ludovic=20Court=C3=A8s?= 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 (--) From: Ludovic Court=C3=A8s * guix/inferior.scm (inferior-package-input-field): Return memoized procedu= re accepting a package. (inferior-package-inputs, inferior-package-native-inputs, inferior-package-propagated-inputs, inferior-package-transitive-propagated-inputs): Adapt. --- guix/inferior.scm | 71 ++++++++++++++++++++++++----------------------- 1 file changed, 36 insertions(+), 35 deletions(-) diff --git a/guix/inferior.scm b/guix/inferior.scm index 0c85a9ea08..b5e8939a1d 100644 --- a/guix/inferior.scm +++ b/guix/inferior.scm @@ -1,5 +1,5 @@ ;;; GNU Guix --- Functional package management for GNU -;;; Copyright =C2=A9 2018, 2019, 2020 Ludovic Court=C3=A8s +;;; Copyright =C2=A9 2018, 2019, 2020, 2021 Ludovic Court=C3=A8s ;;; Copyright =C2=A9 2021 Ricardo Wurmus ;;; ;;; This file is part of GNU Guix. @@ -386,50 +386,51 @@ record." loc))) package-location)))) =20 -(define (inferior-package-input-field package field) +(define (inferior-package-input-field field) "Return the input field FIELD (e.g., 'native-inputs') of PACKAGE, an inferior package." - (define field* - `(compose (lambda (inputs) - (map (match-lambda - ;; XXX: Origins are not handled. - ((label (? package? package) rest ...) - (let ((id (object-address package))) - (hashv-set! %package-table id package) - `(,label (package ,id - ,(package-name package) - ,(package-version package)) - ,@rest))) - (x - x)) - inputs)) - ,field)) - - (define inputs - (inferior-package-field package field*)) - - (define inferior - (inferior-package-inferior package)) - - (map (match-lambda - ((label ('package id name version) . rest) - ;; XXX: eq?-ness of inferior packages is not preserved here. - `(,label ,(inferior-package inferior name version id) - ,@rest)) - (x x)) - inputs)) + (mlambdaq (package) + (define field* + `(compose (lambda (inputs) + (map (match-lambda + ;; XXX: Origins are not handled. + ((label (? package? package) rest ...) + (let ((id (object-address package))) + (hashv-set! %package-table id package) + `(,label (package ,id + ,(package-name package) + ,(package-version package)) + ,@rest))) + (x + x)) + inputs)) + ,field)) + + (define inputs + (inferior-package-field package field*)) + + (define inferior + (inferior-package-inferior package)) + + (map (match-lambda + ((label ('package id name version) . rest) + ;; XXX: eq?-ness of inferior packages is not preserved here. + `(,label ,(inferior-package inferior name version id) + ,@rest)) + (x x)) + inputs))) =20 (define inferior-package-inputs - (cut inferior-package-input-field <> 'package-inputs)) + (inferior-package-input-field 'package-inputs)) =20 (define inferior-package-native-inputs - (cut inferior-package-input-field <> 'package-native-inputs)) + (inferior-package-input-field 'package-native-inputs)) =20 (define inferior-package-propagated-inputs - (cut inferior-package-input-field <> 'package-propagated-inputs)) + (inferior-package-input-field 'package-propagated-inputs)) =20 (define inferior-package-transitive-propagated-inputs - (cut inferior-package-input-field <> 'package-transitive-propagated-inpu= ts)) + (inferior-package-input-field 'package-transitive-propagated-inputs)) =20 (define (%inferior-package-search-paths field) "Return the list of search path specifications of PACKAGE, an inferior --=20 2.29.2 From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 26 03:58:14 2021 Received: (at control) by debbugs.gnu.org; 26 Jan 2021 08:58:14 +0000 Received: from localhost ([127.0.0.1]:40713 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l4KAv-0007xf-RW for submit@debbugs.gnu.org; Tue, 26 Jan 2021 03:58:14 -0500 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:21948) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l4KAu-0007xP-QG for control@debbugs.gnu.org; Tue, 26 Jan 2021 03:58:13 -0500 X-IronPort-AV: E=Sophos;i="5.79,375,1602540000"; d="scan'208";a="489109786" Received: from 91-160-117-201.subs.proxad.net (HELO ribbon) ([91.160.117.201]) by mail2-relais-roc.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Jan 2021 09:58:06 +0100 Date: Tue, 26 Jan 2021 09:58:05 +0100 Message-Id: <87lfcg13du.fsf@gnu.org> To: control@debbugs.gnu.org From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: control message for bug #46100 MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: control 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 (--) merge 46100 46101 quit From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 26 03:58:55 2021 Received: (at control) by debbugs.gnu.org; 26 Jan 2021 08:58:55 +0000 Received: from localhost ([127.0.0.1]:40716 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l4KBb-0007yc-42 for submit@debbugs.gnu.org; Tue, 26 Jan 2021 03:58:55 -0500 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:21984) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l4KBZ-0007yR-FF for control@debbugs.gnu.org; Tue, 26 Jan 2021 03:58:53 -0500 X-IronPort-AV: E=Sophos;i="5.79,375,1602540000"; d="scan'208";a="489109817" Received: from 91-160-117-201.subs.proxad.net (HELO ribbon) ([91.160.117.201]) by mail2-relais-roc.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Jan 2021 09:58:19 +0100 Date: Tue, 26 Jan 2021 09:58:19 +0100 Message-Id: <87k0s013dg.fsf@gnu.org> To: control@debbugs.gnu.org From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: control message for bug #46100 MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: control 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 (--) merge 46100 46102 quit From unknown Sat Aug 16 19:14:40 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 26 Feb 2021 12:24:04 +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