From debbugs-submit-bounces@debbugs.gnu.org Mon Oct 25 14:25:48 2021 Received: (at 50960) by debbugs.gnu.org; 25 Oct 2021 18:25:48 +0000 Received: from localhost ([127.0.0.1]:44258 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mf4fL-0004kP-OH for submit@debbugs.gnu.org; Mon, 25 Oct 2021 14:25:47 -0400 Received: from eggs.gnu.org ([209.51.188.92]:33536) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mf4fJ-0004k9-Fl for 50960@debbugs.gnu.org; Mon, 25 Oct 2021 14:25:45 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:51526) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mf4fE-0004Dz-3P for 50960@debbugs.gnu.org; Mon, 25 Oct 2021 14:25:40 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=wYS98Jj8VUzZRzVad2Qg77yY1Y6nIFP3VbjjFK2ETiQ=; b=OBBfd/L82ypnbnyC82/X Dd4fh0VMrMW3STyF8LsXnP4HCthk1wd5aU9mWqEeijBKHgqMX0ZdRecotQxB40faVQzB3j+t2JjIg odGNPSXGPNjqTADSelaD8fpnMO/STS6tg8/4E2jU8lbdFnAEYgYzTP/yj8+uRAfclFWzbRZJgftKZ zxdZ7cjLpubIYpbIT89bH7orawGYvtpyr/r/Zz9T7FaJNx/u5wqlm53tj2Ijdn5jLy3ml4XdWgT9l 8C0fXlm7c+dEzJkUqM21sucQhAwHKCTzXcXWKELucrb5iPtJ+/X/HPW5Z6GnUf4geXgKMvkYSFEi8 rU8jWDynw4Rf/g==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:54214 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mf4eq-0005mj-Ef for 50960@debbugs.gnu.org; Mon, 25 Oct 2021 14:25:39 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: 50960@debbugs.gnu.org Subject: Re: bug#50960: [PATCH 00/10] Add 'guix shell' to subsume 'guix environment' References: <20211011213809.17482-1-ludo@gnu.org> <20211018195219.13898-1-ludo@gnu.org> Date: Mon, 25 Oct 2021 20:25:15 +0200 In-Reply-To: <20211018195219.13898-1-ludo@gnu.org> ("Ludovic =?utf-8?Q?Cou?= =?utf-8?Q?rt=C3=A8s=22's?= message of "Mon, 18 Oct 2021 21:52:09 +0200") Message-ID: <87mtmxj71w.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 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! Ludovic Court=C3=A8s skribis: > This is v3 of the =E2=80=98guix shell=E2=80=99 patch set. Changes since = v2: > > =E2=80=A2 Merged as a single commit the one that adds support for impli= cit > =E2=80=98guix.scm=E2=80=99/=E2=80=98manifest.scm=E2=80=99 and then on= e that adds authorization > checks; > > =E2=80=A2 Fixed =E2=80=98package-development-inputs=E2=80=99 bug/typo r= eported by zimoun; > > =E2=80=A2 Fixed doc typos reported by Florian. > > If there are no objections, I=E2=80=99ll go ahead with this patch series > in a few days. I=E2=80=99ll also add a news entry, and I guess a blog po= st > introducing it would be welcome. I went ahead and pushed it, woohoo! 4aa41a37f0 news: Add entry about "guix shell". 9730692d9f shell: Maintain a profile cache. 2cb0b3709a cache: Gracefully handle non-existent cache. 3c96158438 environment: Autoload some modules. 99499a2037 environment: Do not connect to the daemon when '--profile' is = used. 648a6eb03f environment: Skip derivation computation when '--profile' is u= sed. 10208952ea environment: Add tests for '--profile'. 746584e0ca shell: By default load the local 'manifest.scm' or 'guix.scm' = file. 80edb7df65 Add 'guix shell'. 23f99f1a29 profiles: Add 'package->development-manifest'. fb368f4e76 packages: Add 'package-development-inputs'. I made minor changes: =E2=80=A2 addressing the issues zimoun reported (Bash completion and upda= ting the =E2=80=9CDebugging Failed Builds=E2=80=9D node); =E2=80=A2 changing the order in which =E2=80=98guix shell=E2=80=99 withou= t arguments looks for files, =E2=80=98manifest.scm=E2=80=99 first (because it=E2=80=99s the m= ost expressive) and =E2=80=98guix.scm=E2=80=99 second, in case both are present (this was s= uggested by singpolyma on IRC=C2=B9). Please report any issues you find! There=E2=80=99s a draft blog post that I intend to publish tomorrow: https://git.savannah.gnu.org/cgit/guix/guix-artwork.git/tree/website/draf= ts/guix-environment-to-shell.md Thanks everyone! =F0=9F=8E=89 Ludo=E2=80=99. =C2=B9 https://logs.guix.gnu.org/guix/2021-10-25.log#183552