From debbugs-submit-bounces@debbugs.gnu.org Mon Oct 04 08:24:04 2021 Received: (at 50960) by debbugs.gnu.org; 4 Oct 2021 12:24:05 +0000 Received: from localhost ([127.0.0.1]:35845 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mXN0m-0001dI-Ng for submit@debbugs.gnu.org; Mon, 04 Oct 2021 08:24:04 -0400 Received: from eggs.gnu.org ([209.51.188.92]:43270) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mXN0k-0001cl-1N for 50960@debbugs.gnu.org; Mon, 04 Oct 2021 08:24:02 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:50966) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mXN0c-0001DR-65; Mon, 04 Oct 2021 08:23:55 -0400 Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=60538 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mXN0a-0000o9-My; Mon, 04 Oct 2021 08:23:54 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: zimoun Subject: Re: [bug#50960] [PATCH 00/10] Add 'guix shell' to subsume 'guix environment' References: <20211002102116.27726-1-ludo@gnu.org> <868rz9ffck.fsf@gmail.com> <87r1d1qj3v.fsf@gnu.org> <86a6jpdqf2.fsf@gmail.com> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 13 =?utf-8?Q?Vend=C3=A9miaire?= an 230 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: Mon, 04 Oct 2021 14:23:50 +0200 In-Reply-To: <86a6jpdqf2.fsf@gmail.com> (zimoun's message of "Mon, 04 Oct 2021 12:40:01 +0200") Message-ID: <878rz9q8q1.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 50960 Cc: 50960@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 (---) zimoun skribis: > On Mon, 04 Oct 2021 at 10:39, Ludovic Court=C3=A8s wrote: [...] >> As discussed in , removal is an >> issue because of existing scripts but also because of learning material >> around: MOOCs, articles, tutorials, etc. These won=E2=80=99t be updated >> overnight, and we owe our users stability. > > For sure, I agree =C2=ABwe owe our users stability=C2=BB. That=E2=80=99s= I translate into > =C2=ABthe real issue is to let people knowing such change=C2=BB. :-) No no. The problem is that there *will* be material out there explaining Guix in terms of =E2=80=98guix environment=E2=80=99, people *wil= l* stumble on it, and it=E2=80=99s important to keep it working long enough so people can update their material. Ludo=E2=80=99.