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.