From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:45502) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ic5WN-0005Zg-Ma for guix-patches@gnu.org; Tue, 03 Dec 2019 05:35:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ic5WK-0007Dt-Ez for guix-patches@gnu.org; Tue, 03 Dec 2019 05:35:06 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:33343) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ic5WK-0007DF-9R for guix-patches@gnu.org; Tue, 03 Dec 2019 05:35:04 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ic5WI-0005wi-6P for guix-patches@gnu.org; Tue, 03 Dec 2019 05:35:02 -0500 Subject: [bug#38455] [PATCH] doc: Mention how to test against make / guix pull breakage. Resent-Message-ID: MIME-Version: 1.0 References: <20191202091550.15132-1-mail@ambrevar.xyz> <20191202203157.70c0310c@scratchpost.org> In-Reply-To: <20191202203157.70c0310c@scratchpost.org> From: zimoun Date: Tue, 3 Dec 2019 11:34:42 +0100 Message-ID: Content-Type: text/plain; charset="UTF-8" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Danny Milosavljevic Cc: 38455@debbugs.gnu.org, Pierre Neidhardt Hi Danny, On Mon, 2 Dec 2019 at 20:33, Danny Milosavljevic wrote: > good idea, but I use > > $ guix environment --pure guix --ad-hoc git guile-readline guile-json I think that it is described here [1] [1] https://guix.gnu.org/manual/en/guix.html#Building-from-Git >From my point of view, the change should only concern how to test "guix pull" by adding a bullet -- with a link to Building from Git and Running Test Suite. > (Not using "--pure" is asking for trouble in my opinion) I agree that --pure should be always added to avoid troubles. Maybe it should be the default of "guix environment"? Cheers, simon