From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id 4JlbGwfZH18gDAAA0tVLHw (envelope-from ) for ; Tue, 28 Jul 2020 07:51:35 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id MBhBFwfZH19pTwAAB5/wlQ (envelope-from ) for ; Tue, 28 Jul 2020 07:51:35 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 3818C940391 for ; Tue, 28 Jul 2020 07:51:35 +0000 (UTC) Received: from localhost ([::1]:48966 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k0KOc-0002Xl-6q for larch@yhetil.org; Tue, 28 Jul 2020 03:51:34 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:42712) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k0KOT-0002X0-BN for guix-devel@gnu.org; Tue, 28 Jul 2020 03:51:25 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:46402) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k0KOT-0004yR-22; Tue, 28 Jul 2020 03:51:25 -0400 Received: from [2a01:cb18:832e:5f00:cd85:33f5:211:292b] (port=42350 helo=cervin) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1k0KOS-0001ms-Fs; Tue, 28 Jul 2020 03:51:24 -0400 From: Mathieu Othacehe To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: Release Guix 1.1.1? References: <87r1vd80cf.fsf@devup.no> <87367rvp6v.fsf@gnu.org> <87o8qdxbzw.fsf@gnu.org> <87365cvckg.fsf@gnu.org> Date: Tue, 28 Jul 2020 09:51:21 +0200 In-Reply-To: <87365cvckg.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Tue, 28 Jul 2020 00:05:19 +0200") Message-ID: <87o8o0krgm.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-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: guix-devel@gnu.org, Marius Bakke Errors-To: guix-devel-bounces+larch=yhetil.org@gnu.org Sender: "Guix-devel" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-devel-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-devel-bounces@gnu.org X-Spam-Score: 1.49 X-TUID: trlUn0s9CE9q Hey Ludo, > I think we=E2=80=99ve pretty much reached all these milestones. So we ne= ed to > do some testing again of the installer, but at least we no longer have > the excuse of adding one last feature. So I guess we could seriously > work on it. Thoughts? That's true, really nice we could achieve all those milestones! Regarding the installer tests, the only worrying issue is the "Shepherd deadlocks"[1]. I suspect it's more a Guile issue though (https://issues.guix.gnu.org/42353) and not necessarily a show stopper as it seems to occur rarely. Anyway, targeting the 1.1.1 for early September seems like a nice idea to me. I'll focus on fixing the tests and see if I can bring some improvements to Cuirass in the meantime. Thanks, Mathieu [1]: https://issues.guix.gnu.org/41948