From debbugs-submit-bounces@debbugs.gnu.org Sat Jul 04 18:16:28 2020 Received: (at submit) by debbugs.gnu.org; 4 Jul 2020 22:16:28 +0000 Received: from localhost ([127.0.0.1]:59785 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jrqSS-0001iJ-39 for submit@debbugs.gnu.org; Sat, 04 Jul 2020 18:16:28 -0400 Received: from lists.gnu.org ([209.51.188.17]:49392) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jrqSQ-0001i6-4A for submit@debbugs.gnu.org; Sat, 04 Jul 2020 18:16:27 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:48404) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jrqSP-0001XX-Ug for guix-patches@gnu.org; Sat, 04 Jul 2020 18:16:25 -0400 Received: from mugam.systemreboot.net ([139.59.75.54]:53452) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jrqSL-0004jo-RG for guix-patches@gnu.org; Sat, 04 Jul 2020 18:16:25 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Transfer-Encoding:MIME-Version: Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=xxXIGYw19vONJSYXuCei6WsvF+bSjyL+Fdp0YW4op7Y=; b=NhXI0IzFiPrcoui0AU9fyIlR2u lJWv7DV3Ujx+/k2surcvUzRFuQ+5T5wyMIR28T1xXaJsIwKO18nb8cbF1NE97cV8rL8ko83w3qkwC QQhrkqozOB+aJfBqdRsJHYHnygh+kaqPCq6FTiBeNA1FYtH03rUymK9angsps7IP+4nc=; Received: from [192.168.2.1] (helo=localhost.localdomain) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1jrqSF-000402-Js; Sun, 05 Jul 2020 03:46:15 +0530 From: Arun Isaac To: guix-patches@gnu.org Subject: [PATCH] discovery: Fix typo. Date: Sun, 5 Jul 2020 03:46:13 +0530 Message-Id: <20200704221613.3939-1-arunisaac@systemreboot.net> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=139.59.75.54; envelope-from=arunisaac@systemreboot.net; helo=mugam.systemreboot.net X-detected-operating-system: by eggs.gnu.org: First seen = 2020/07/04 17:37:28 X-ACL-Warn: Detected OS = ??? 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, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: Arun Isaac 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 (--) * guix/discovery.scm (fold-module-public-variables*): In the docstring, replace (PROC MODULE SYMBOL VARIABLE) with (PROC MODULE SYMBOL VARIABLE RESULT). --- guix/discovery.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/guix/discovery.scm b/guix/discovery.scm index 7c5fed7f0e..b84b9ff370 100644 --- a/guix/discovery.scm +++ b/guix/discovery.scm @@ -153,9 +153,9 @@ SUB-DIRECTORY. Modules are listed in the order they appear on the path." (reverse (fold-modules cons '() path #:warn warn))) (define (fold-module-public-variables* proc init modules) - "Call (PROC MODULE SYMBOL VARIABLE) for each variable exported by one of MODULES, -using INIT as the initial value of RESULT. It is guaranteed to never traverse -the same object twice." + "Call (PROC MODULE SYMBOL VARIABLE RESULT) for each variable exported by one +of MODULES, using INIT as the initial value of RESULT. It is guaranteed to +never traverse the same object twice." ;; Here SEEN is populated by variables; if two different variables refer to ;; the same object, we still let them through. (identity ;discard second return value -- 2.26.2 From debbugs-submit-bounces@debbugs.gnu.org Sun Jul 05 04:00:57 2020 Received: (at 42205) by debbugs.gnu.org; 5 Jul 2020 08:00:57 +0000 Received: from localhost ([127.0.0.1]:59973 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jrza4-0007f0-UO for submit@debbugs.gnu.org; Sun, 05 Jul 2020 04:00:57 -0400 Received: from eggs.gnu.org ([209.51.188.92]:44536) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jrza3-0007ek-3P for 42205@debbugs.gnu.org; Sun, 05 Jul 2020 04:00:55 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:58747) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jrzZw-0007YX-U6; Sun, 05 Jul 2020 04:00:48 -0400 Received: from [2a01:e0a:fa:a50:84fd:6270:81db:82dd] (port=52638 helo=meru) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jrzZv-0001Cn-CN; Sun, 05 Jul 2020 04:00:48 -0400 From: Mathieu Othacehe To: Arun Isaac Subject: Re: [bug#42205] [PATCH] discovery: Fix typo. References: <20200704221613.3939-1-arunisaac@systemreboot.net> Date: Sun, 05 Jul 2020 10:00:45 +0200 In-Reply-To: <20200704221613.3939-1-arunisaac@systemreboot.net> (Arun Isaac's message of "Sun, 5 Jul 2020 03:46:13 +0530") Message-ID: <87pn9ajsr6.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 42205 Cc: 42205@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 (---) Hey, > (define (fold-module-public-variables* proc init modules) > - "Call (PROC MODULE SYMBOL VARIABLE) for each variable exported by one of MODULES, > -using INIT as the initial value of RESULT. It is guaranteed to never traverse > -the same object twice." > + "Call (PROC MODULE SYMBOL VARIABLE RESULT) for each variable exported by one > +of MODULES, using INIT as the initial value of RESULT. It is guaranteed to > +never traverse the same object twice." > ;; Here SEEN is populated by variables; if two different variables refer to > ;; the same object, we still let them through. > (identity ;discard second return value This looks fine. Do not hesitate to proceed without reviewing for those typo fixing patches :). Thanks for your patch, Mathieu From debbugs-submit-bounces@debbugs.gnu.org Sun Jul 05 06:40:23 2020 Received: (at 42205-done) by debbugs.gnu.org; 5 Jul 2020 10:40:23 +0000 Received: from localhost ([127.0.0.1]:60072 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1js24N-00032D-Ec for submit@debbugs.gnu.org; Sun, 05 Jul 2020 06:40:23 -0400 Received: from mugam.systemreboot.net ([139.59.75.54]:60374) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1js24K-000321-Ht for 42205-done@debbugs.gnu.org; Sun, 05 Jul 2020 06:40:21 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Type:MIME-Version:Message-ID:Date: References:In-Reply-To:Subject:Cc:To:From:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=RASaV8hYZewS+mdCGakjDplXvDtpCruxgOLkn8WC480=; b=gRoPCyBJGjJ9Oe3UgxAhKGkKN q2SmhCvWeLMWzcxIg6Mm+zekdpijk64HSyuFwKypUb4boJfgNMj1Y9jtEwx6tGFoDm+zjG3lQcrvp 8OnK57qScc60LDw/yF9AHSPoIUcHGrdkGqjJGJPXFUz+oB3IJDsk8gvrR8AjjfFVScqJM=; Received: from [192.168.2.1] (helo=steel) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1js24G-000Fw6-BC; Sun, 05 Jul 2020 16:10:16 +0530 From: Arun Isaac To: Mathieu Othacehe Subject: Re: [bug#42205] [PATCH] discovery: Fix typo. In-Reply-To: <87pn9ajsr6.fsf@gnu.org> References: <20200704221613.3939-1-arunisaac@systemreboot.net> <87pn9ajsr6.fsf@gnu.org> Date: Sun, 05 Jul 2020 16:10:15 +0530 Message-ID: <871rlqutww.fsf@systemreboot.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 42205-done Cc: 42205-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: -1.0 (-) --=-=-= Content-Type: text/plain > This looks fine. Do not hesitate to proceed without reviewing for those > typo fixing patches :). Ok, thanks! :-) Pushed to master. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEf3MDQ/Lwnzx3v3nTLiXui2GAK7MFAl8Brg8ACgkQLiXui2GA K7ObSggAkG6hUTAsnY+8QiB+W1wLfVKa0j1o2Ms+/11cPFkFYvZtzDteD8HanXHm Swkc0eS3wwFZ2Wh+qerpGOfgPAqCPsKCYmBiXTcdATWyZMKn8JbYKQP4fdINyGlp J9yNp4exSlCj4wJqiCSFYwHe6eFxkDQiczAgOm6P/vnRZdnkLfcQMhGyHH30GDZ0 ALXEQW74Z61v+Pr+GCbA0CPvQAe/4M13zc6zt+CEzytyrIhlFCsflXZdFNHR5wXx IGyt/X1TjDRikiL7uOUdfFnDY/5qk4y9mn6YojWZofqjDKurZ4yy0aP6PBdtdBsJ 0TpWsomou5TEZGdhDyW4Lk8iYdULPg== =7R6w -----END PGP SIGNATURE----- --=-=-=-- From unknown Tue Aug 19 23:11:38 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 02 Aug 2020 11: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