From unknown Wed Aug 20 01:18:28 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#37553 <37553@debbugs.gnu.org> To: bug#37553 <37553@debbugs.gnu.org> Subject: Status: [PATCH] inferior: Change to using guix-repl. Reply-To: bug#37553 <37553@debbugs.gnu.org> Date: Wed, 20 Aug 2025 08:18:28 +0000 retitle 37553 [PATCH] inferior: Change to using guix-repl. reassign 37553 guix-patches submitter 37553 Christopher Baines severity 37553 normal tag 37553 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sun Sep 29 09:01:47 2019 Received: (at submit) by debbugs.gnu.org; 29 Sep 2019 13:01:48 +0000 Received: from localhost ([127.0.0.1]:52587 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iEYpf-00023X-KW for submit@debbugs.gnu.org; Sun, 29 Sep 2019 09:01:47 -0400 Received: from lists.gnu.org ([209.51.188.17]:40684) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iEYpd-00023Q-Tw for submit@debbugs.gnu.org; Sun, 29 Sep 2019 09:01:46 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:57048) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iEYpW-0005Yf-Ag for guix-patches@gnu.org; Sun, 29 Sep 2019 09:01:40 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,UNPARSEABLE_RELAY autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iEYpS-0008HN-B4 for guix-patches@gnu.org; Sun, 29 Sep 2019 09:01:38 -0400 Received: from mira.cbaines.net ([2a01:7e00::f03c:91ff:fe69:8da9]:57078) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1iEYpP-0008BL-2X for guix-patches@gnu.org; Sun, 29 Sep 2019 09:01:33 -0400 Received: from localhost (cpc102582-walt20-2-0-cust14.13-2.cable.virginm.net [86.27.34.15]) by mira.cbaines.net (Postfix) with ESMTPSA id 6940617450 for ; Sun, 29 Sep 2019 14:01:28 +0100 (BST) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id d1900893 for ; Sun, 29 Sep 2019 13:01:28 +0000 (UTC) From: Christopher Baines To: guix-patches@gnu.org Subject: [PATCH] inferior: Change to using guix-repl. Date: Sun, 29 Sep 2019 14:01:28 +0100 Message-Id: <20190929130128.18484-1-mail@cbaines.net> X-Mailer: git-send-email 2.23.0 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2a01:7e00::f03c:91ff:fe69:8da9 X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit 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 (--) Rather than machine-repl, that was removed in [1]. While this could work = if the %load-path is such that a module that defines machine-repl is loaded,= I believe the intent is that the (guix scripts repl) module comes from the = Guix managing the inferior. Therefore, matching the changes in [1], switch to calling the guix-repl function with the right arguments. 1: 92a4087bf4862d5ba9b77111eba3c68c2a1c4679 * guix/inferior.scm (inferior-pipe): Call guix-repl, rather than machine-= repl, and add necessary arguments. --- guix/inferior.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/guix/inferior.scm b/guix/inferior.scm index dcbc954432..7c0143062b 100644 --- a/guix/inferior.scm +++ b/guix/inferior.scm @@ -137,7 +137,8 @@ it's an old Guix." `(begin (primitive-load ,(search-path %load-path "guix/scripts/re= pl.scm")) - ((@ (guix scripts repl) machine-repl)))))) + ((@ (guix scripts repl) guix-repl) + "-t" "machine"))))) pipe))) =20 (define* (port->inferior pipe #:optional (close close-port)) --=20 2.23.0 From debbugs-submit-bounces@debbugs.gnu.org Sun Sep 29 11:20:08 2019 Received: (at 37553) by debbugs.gnu.org; 29 Sep 2019 15:20:08 +0000 Received: from localhost ([127.0.0.1]:55542 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iEazY-0007ue-2F for submit@debbugs.gnu.org; Sun, 29 Sep 2019 11:20:08 -0400 Received: from mira.cbaines.net ([212.71.252.8]:41158) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iEazV-0007uV-VS for 37553@debbugs.gnu.org; Sun, 29 Sep 2019 11:20:06 -0400 Received: from localhost (cpc102582-walt20-2-0-cust14.13-2.cable.virginm.net [86.27.34.15]) by mira.cbaines.net (Postfix) with ESMTPSA id CC07517451 for <37553@debbugs.gnu.org>; Sun, 29 Sep 2019 16:20:04 +0100 (BST) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id 7230dcbe for <37553@debbugs.gnu.org>; Sun, 29 Sep 2019 15:20:04 +0000 (UTC) From: Christopher Baines To: 37553@debbugs.gnu.org Subject: [PATCH] inferior: Change to use the (guix repl) module. Date: Sun, 29 Sep 2019 16:20:04 +0100 Message-Id: <20190929152004.20467-1-mail@cbaines.net> X-Mailer: git-send-email 2.23.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 37553 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 (-) Rather than (guix scripts repl), from which the machine-repl procedure was removed in [1]. 1: 92a4087bf4862d5ba9b77111eba3c68c2a1c4679 * guix/inferior.scm (inferior-pipe): Load (guix repl) rather than (guix scripts repl). --- guix/inferior.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guix/inferior.scm b/guix/inferior.scm index dcbc954432..dcffb7b4ab 100644 --- a/guix/inferior.scm +++ b/guix/inferior.scm @@ -137,7 +137,7 @@ it's an old Guix." `(begin (primitive-load ,(search-path %load-path "guix/scripts/repl.scm")) - ((@ (guix scripts repl) machine-repl)))))) + ((@ (guix repl) machine-repl)))))) pipe))) (define* (port->inferior pipe #:optional (close close-port)) -- 2.23.0 From debbugs-submit-bounces@debbugs.gnu.org Sun Sep 29 11:57:32 2019 Received: (at 37553) by debbugs.gnu.org; 29 Sep 2019 15:57:32 +0000 Received: from localhost ([127.0.0.1]:55611 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iEbZj-0004W7-SF for submit@debbugs.gnu.org; Sun, 29 Sep 2019 11:57:32 -0400 Received: from mira.cbaines.net ([212.71.252.8]:41250) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iEbZh-0004Vx-VE for 37553@debbugs.gnu.org; Sun, 29 Sep 2019 11:57:30 -0400 Received: from localhost (cpc102582-walt20-2-0-cust14.13-2.cable.virginm.net [86.27.34.15]) by mira.cbaines.net (Postfix) with ESMTPSA id CBFA517454 for <37553@debbugs.gnu.org>; Sun, 29 Sep 2019 16:57:28 +0100 (BST) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id 03fbf8f2 for <37553@debbugs.gnu.org>; Sun, 29 Sep 2019 15:57:28 +0000 (UTC) From: Christopher Baines To: 37553@debbugs.gnu.org Subject: [PATCH] inferior: Change to use the (guix repl) module. Date: Sun, 29 Sep 2019 16:57:28 +0100 Message-Id: <20190929155728.27777-1-mail@cbaines.net> X-Mailer: git-send-email 2.23.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 37553 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 (-) Rather than (guix scripts repl), from which the machine-repl procedure was removed in [1]. 1: 92a4087bf4862d5ba9b77111eba3c68c2a1c4679 * guix/inferior.scm (inferior-pipe): Load (guix repl) rather than (guix scripts repl). --- guix/inferior.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guix/inferior.scm b/guix/inferior.scm index dcbc954432..d6d2053ab8 100644 --- a/guix/inferior.scm +++ b/guix/inferior.scm @@ -136,8 +136,8 @@ it's an old Guix." (object->string `(begin (primitive-load ,(search-path %load-path - "guix/scripts/repl.scm")) - ((@ (guix scripts repl) machine-repl)))))) + "guix/repl.scm")) + ((@ (guix repl) machine-repl)))))) pipe))) (define* (port->inferior pipe #:optional (close close-port)) -- 2.23.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 01 04:56:10 2019 Received: (at 37553) by debbugs.gnu.org; 1 Oct 2019 08:56:10 +0000 Received: from localhost ([127.0.0.1]:60858 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iFDx4-0007RC-Hn for submit@debbugs.gnu.org; Tue, 01 Oct 2019 04:56:10 -0400 Received: from hera.aquilenet.fr ([185.233.100.1]:47598) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iFDx2-0007Qw-DG for 37553@debbugs.gnu.org; Tue, 01 Oct 2019 04:56:08 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 3817DAB1B0; Tue, 1 Oct 2019 10:56:07 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mX67P1TFFGW6; Tue, 1 Oct 2019 10:56:06 +0200 (CEST) Received: from ribbon (unknown [IPv6:2001:660:6102:320:e120:2c8f:8909:cdfe]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 52BBDAB1A6; Tue, 1 Oct 2019 10:56:06 +0200 (CEST) From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Christopher Baines Subject: Re: [bug#37553] [PATCH] inferior: Change to use the (guix repl) module. References: <20190929130128.18484-1-mail@cbaines.net> <20190929155728.27777-1-mail@cbaines.net> Date: Tue, 01 Oct 2019 10:56:05 +0200 In-Reply-To: <20190929155728.27777-1-mail@cbaines.net> (Christopher Baines's message of "Sun, 29 Sep 2019 16:57:28 +0100") Message-ID: <87blv0sv2y.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 37553 Cc: 37553@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: -0.0 (/) Hi, Christopher Baines skribis: > Rather than (guix scripts repl), from which the machine-repl procedure was > removed in [1]. > > 1: 92a4087bf4862d5ba9b77111eba3c68c2a1c4679 > > * guix/inferior.scm (inferior-pipe): Load (guix repl) rather than (guix > scripts repl). > --- > guix/inferior.scm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/guix/inferior.scm b/guix/inferior.scm > index dcbc954432..d6d2053ab8 100644 > --- a/guix/inferior.scm > +++ b/guix/inferior.scm > @@ -136,8 +136,8 @@ it's an old Guix." > (object->string > `(begin > (primitive-load ,(search-path %load-path > - "guix/scripts/re= pl.scm")) > - ((@ (guix scripts repl) machine-repl)))))) > + "guix/repl.scm")) > + ((@ (guix repl) machine-repl)))))) > pipe))) This one LGTM! (Note that this code is only used when spawning an inferior for a revision that dates back to before =E2=80=98guix repl=E2=80=99 existed, so = before July 2018.) Thanks, Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 01 15:27:00 2019 Received: (at 37553-done) by debbugs.gnu.org; 1 Oct 2019 19:27:00 +0000 Received: from localhost ([127.0.0.1]:34820 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iFNnY-0005pc-5O for submit@debbugs.gnu.org; Tue, 01 Oct 2019 15:27:00 -0400 Received: from mira.cbaines.net ([212.71.252.8]:42158) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iFNnW-0005pT-5h for 37553-done@debbugs.gnu.org; Tue, 01 Oct 2019 15:26:58 -0400 Received: from localhost (cpc102582-walt20-2-0-cust14.13-2.cable.virginm.net [86.27.34.15]) by mira.cbaines.net (Postfix) with ESMTPSA id 0ED691743C; Tue, 1 Oct 2019 20:26:57 +0100 (BST) Received: from capella (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 775aab29; Tue, 1 Oct 2019 19:26:56 +0000 (UTC) References: <20190929130128.18484-1-mail@cbaines.net> <20190929155728.27777-1-mail@cbaines.net> <87blv0sv2y.fsf@gnu.org> User-agent: mu4e 1.2.0; emacs 26.3 From: Christopher Baines To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: [bug#37553] [PATCH] inferior: Change to use the (guix repl) module. In-reply-to: <87blv0sv2y.fsf@gnu.org> Date: Tue, 01 Oct 2019 20:26:56 +0100 Message-ID: <87tv8sp8qn.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 37553-done Cc: 37553-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; charset=utf-8 Content-Transfer-Encoding: quoted-printable Ludovic Court=C3=A8s writes: > Hi, > > Christopher Baines skribis: > >> Rather than (guix scripts repl), from which the machine-repl procedure w= as >> removed in [1]. >> >> 1: 92a4087bf4862d5ba9b77111eba3c68c2a1c4679 >> >> * guix/inferior.scm (inferior-pipe): Load (guix repl) rather than (guix >> scripts repl). >> --- >> guix/inferior.scm | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) >> >> diff --git a/guix/inferior.scm b/guix/inferior.scm >> index dcbc954432..d6d2053ab8 100644 >> --- a/guix/inferior.scm >> +++ b/guix/inferior.scm >> @@ -136,8 +136,8 @@ it's an old Guix." >> (object->string >> `(begin >> (primitive-load ,(search-path %load-path >> - "guix/scripts/r= epl.scm")) >> - ((@ (guix scripts repl) machine-repl)))))) >> + "guix/repl.scm"= )) >> + ((@ (guix repl) machine-repl)))))) >> pipe))) > > This one LGTM! Great :) I've pushed it as 2cd599f005bb91ae120a66824b8efbac81a27a69. > (Note that this code is only used when spawning an inferior for a > revision that dates back to before =E2=80=98guix repl=E2=80=99 existed, s= o before July > 2018.) Yep, I've been experimenting with loading older revisions in to the Guix Data Service, and this is one of the issues I came across. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAEBCgB9FiEEPonu50WOcg2XVOCyXiijOwuE9XcFAl2TqIBfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcACgkQXiijOwuE 9XcI/w/9HFxjNejrBCeamAcjh9toWbKMUx2jN5JVCthVV0mGlU9MHK7/jpHCht7y 8Mq2lFkkWAVCkDRxXvWDiKCjngTIW6GCzNuRpKD1FgM9IbGalEyOI0rY07OLSqsB 9/l0H9ILEhWdfvH/8Iee3uLfpHQVr5LK+Tt5Bk/714X8w+dwPyopFKoXtDXrB2nz wWYEpsFLY7L0iURKCA3S9jdvJnQ4M5IxyWsWUDgtBZx/390gsepIKfk6g2CLReDV G0rcC6L+wB43IFju/95QcIB6PbR96/uRF4C8bB7OJ1R22N5UZMBLXc7AeCF+RZWv eBYmTIg3CBhAxZM/+F7gjxBpEazOeS+pyWYEa02QmyvFl+18LsJxeWqJANce4IhE jF7lVgAtAaljIoTs1hlnHMrOLwwPGQnfPgjKgAHcTNOTLY++yfLvmInNhm+aBxN4 QZeFBTkrHu3OJyIwVa7WDqzpOcRfFS58K4Q2kQ+qdKRlrjUca5GPsi75b5PI94+R 685wHMRHTq0e0tjgVWi23HsbIxOyNkg/0MJZtsJVo2xHT4q2IUyJJi/wHkxHQMQz hVoL5BNzadvYznoqoA0jNYR7ScCQPL0U281e6Fj66XKONwtrtOJDilBhW10Eupp4 gkx9A/CYvDXLloKhnRKo9VZAjpcEsX+DUnWcAkNK9wPGVJ8wIeU= =MGI8 -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Wed Oct 02 05:31:24 2019 Received: (at 37553-done) by debbugs.gnu.org; 2 Oct 2019 09:31:24 +0000 Received: from localhost ([127.0.0.1]:35387 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iFayi-0008CR-9D for submit@debbugs.gnu.org; Wed, 02 Oct 2019 05:31:24 -0400 Received: from hera.aquilenet.fr ([185.233.100.1]:57914) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iFayg-0008CH-Mz for 37553-done@debbugs.gnu.org; Wed, 02 Oct 2019 05:31:23 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 3BD38AD8CB; Wed, 2 Oct 2019 11:31:19 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1U2LkdIje7an; Wed, 2 Oct 2019 11:31:18 +0200 (CEST) Received: from ribbon (unknown [IPv6:2a01:e0a:1d:7270:af76:b9b:ca24:c465]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 7BBACAD9CC; Wed, 2 Oct 2019 11:30:07 +0200 (CEST) From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Christopher Baines Subject: Re: [bug#37553] [PATCH] inferior: Change to use the (guix repl) module. References: <20190929130128.18484-1-mail@cbaines.net> <20190929155728.27777-1-mail@cbaines.net> <87blv0sv2y.fsf@gnu.org> <87tv8sp8qn.fsf@cbaines.net> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 11 =?utf-8?Q?Vend=C3=A9miaire?= an 228 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Wed, 02 Oct 2019 11:30:06 +0200 In-Reply-To: <87tv8sp8qn.fsf@cbaines.net> (Christopher Baines's message of "Tue, 01 Oct 2019 20:26:56 +0100") Message-ID: <87imp7jy01.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 37553-done Cc: 37553-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: -0.0 (/) Hi, Christopher Baines skribis: > Yep, I've been experimenting with loading older revisions in to the Guix > Data Service, and this is one of the issues I came across. Nice! I=E2=80=99ve been thinking we should have time-traveling continuous integration. Like checking that we can build some Guix revision of the past in between two =E2=80=98core-updates=E2=80=99 merges. It would also be useful to flag known-bad revisions, but in a way the Data Service is already doing that for recent revisions. Thanks, Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Sun Oct 06 04:46:35 2019 Received: (at 37553-done) by debbugs.gnu.org; 6 Oct 2019 08:46:35 +0000 Received: from localhost ([127.0.0.1]:45530 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iH2BX-0005Sf-3G for submit@debbugs.gnu.org; Sun, 06 Oct 2019 04:46:35 -0400 Received: from mira.cbaines.net ([212.71.252.8]:45160) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iH2BT-0005SW-Jy for 37553-done@debbugs.gnu.org; Sun, 06 Oct 2019 04:46:32 -0400 Received: from localhost (cpc102582-walt20-2-0-cust14.13-2.cable.virginm.net [86.27.34.15]) by mira.cbaines.net (Postfix) with ESMTPSA id 7EE251743E; Sun, 6 Oct 2019 09:46:30 +0100 (BST) Received: from capella (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 419eb41d; Sun, 6 Oct 2019 08:46:29 +0000 (UTC) References: <20190929130128.18484-1-mail@cbaines.net> <20190929155728.27777-1-mail@cbaines.net> <87blv0sv2y.fsf@gnu.org> <87tv8sp8qn.fsf@cbaines.net> <87imp7jy01.fsf@gnu.org> User-agent: mu4e 1.2.0; emacs 26.3 From: Christopher Baines To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: [bug#37553] [PATCH] inferior: Change to use the (guix repl) module. In-reply-to: <87imp7jy01.fsf@gnu.org> Date: Sun, 06 Oct 2019 09:46:27 +0100 Message-ID: <874l0mp8gs.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 37553-done Cc: 37553-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; charset=utf-8 Content-Transfer-Encoding: quoted-printable Ludovic Court=C3=A8s writes: > Hi, > > Christopher Baines skribis: > >> Yep, I've been experimenting with loading older revisions in to the Guix >> Data Service, and this is one of the issues I came across. > > Nice! I=E2=80=99ve been thinking we should have time-traveling continuous > integration. Like checking that we can build some Guix revision of the > past in between two =E2=80=98core-updates=E2=80=99 merges. > > It would also be useful to flag known-bad revisions, but in a way the > Data Service is already doing that for recent revisions. So I've been looking at retrying failed jobs in the Guix Data Service, there are a few where it's just networking issues talking to Savannah. I guess it could be useful to have a list of revisions which can't be used through guix pull or a channel, and that information could also be used in the Guix Data Service. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAEBCgB9FiEEPonu50WOcg2XVOCyXiijOwuE9XcFAl2ZqeNfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcACgkQXiijOwuE 9XcVOhAAoas3ntAK+6MPBDvjYTeIgjBrkJUarpDi7gM8VdBXWXcSqNstv/yHSb4a mWvxaGgZcaCxpRRf4aJ36gzkJUxNNAe0oNmgxg11jR4tCpFUcrXlLibonfrBoquo 23Edrbf4uWSt/E1UEqoIc6NEewLJv9reU/iBQe0bSL2Y4LdKiI8DIiqH7ZwlJ8UH 1KRundvLavJ2mW772p1uwF2vI1/mBE9Orgu8/Y8qJK/GuzG03Ypx3mUKm706i8RP MlY3nx2XgHqxdjvVneah/ChW2XFNgQ2NV4kkpvC6XDYOd1zUGf3MPw3YruOW3c+H WVggb0rDJr5sUdYfmgHoqQHhHD+aGIf/URxtSZA4smvy1H7BOtC1o5MdGqtNPXGF DWa1Kl1gVyp90xoZFu0QHmqrpZfi64YEbElVNpAVjC4kQc3R7RBVQRyqbArCe6gs s+eRG0KS5HsMmFsnzAoN97QEi0nbw2kpBLFL9PbEWrDS4gOB131DSK9/1n+uxdic NNwCelsSNZyOuzBghiSJeeTEvz29OsKIQdwIDNauAkBMtxA24l4dOvjp4eNeofg6 ywOyo+5/a1IbX/ddbOEnZV29JgpUXwcRRCWqlD/oZth3i4UQiBES+27PKu8n69Ar 6UV6+5RPoovvHHrLbaPQbPfHZWtsf84xg4a8S/vNCrmLGs9xq6w= =6Gxi -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sun Oct 06 04:58:27 2019 Received: (at 37553-done) by debbugs.gnu.org; 6 Oct 2019 08:58:27 +0000 Received: from localhost ([127.0.0.1]:45548 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iH2N0-0005k6-Qc for submit@debbugs.gnu.org; Sun, 06 Oct 2019 04:58:27 -0400 Received: from eggs.gnu.org ([209.51.188.92]:60875) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iH2My-0005js-27 for 37553-done@debbugs.gnu.org; Sun, 06 Oct 2019 04:58:25 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:54044) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1iH2Ms-0008RX-RY; Sun, 06 Oct 2019 04:58:18 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=35868 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1iH2Mr-0007Qz-SY; Sun, 06 Oct 2019 04:58:18 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Christopher Baines Subject: Re: [bug#37553] [PATCH] inferior: Change to use the (guix repl) module. References: <20190929130128.18484-1-mail@cbaines.net> <20190929155728.27777-1-mail@cbaines.net> <87blv0sv2y.fsf@gnu.org> <87tv8sp8qn.fsf@cbaines.net> <87imp7jy01.fsf@gnu.org> <874l0mp8gs.fsf@cbaines.net> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 15 =?utf-8?Q?Vend=C3=A9miaire?= an 228 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Sun, 06 Oct 2019 10:58:15 +0200 In-Reply-To: <874l0mp8gs.fsf@cbaines.net> (Christopher Baines's message of "Sun, 06 Oct 2019 09:46:27 +0100") Message-ID: <87y2xygsig.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 37553-done Cc: 37553-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 Chris, Christopher Baines skribis: > Ludovic Court=C3=A8s writes: > >> Hi, >> >> Christopher Baines skribis: >> >>> Yep, I've been experimenting with loading older revisions in to the Guix >>> Data Service, and this is one of the issues I came across. >> >> Nice! I=E2=80=99ve been thinking we should have time-traveling continuo= us >> integration. Like checking that we can build some Guix revision of the >> past in between two =E2=80=98core-updates=E2=80=99 merges. >> >> It would also be useful to flag known-bad revisions, but in a way the >> Data Service is already doing that for recent revisions. > > So I've been looking at retrying failed jobs in the Guix Data Service, > there are a few where it's just networking issues talking to Savannah. Cool. > I guess it could be useful to have a list of revisions which can't be > used through guix pull or a channel, and that information could also be > used in the Guix Data Service. Yes, thanks for looking into it! Ludo=E2=80=99. From unknown Wed Aug 20 01:18:28 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, 03 Nov 2019 12:24:08 +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