From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 19 04:46:29 2021 Received: (at 50960) by debbugs.gnu.org; 19 Oct 2021 08:46:29 +0000 Received: from localhost ([127.0.0.1]:49373 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mcklR-0002uG-1q for submit@debbugs.gnu.org; Tue, 19 Oct 2021 04:46:29 -0400 Received: from mail-wr1-f52.google.com ([209.85.221.52]:44700) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mcklN-0002tv-1A for 50960@debbugs.gnu.org; Tue, 19 Oct 2021 04:46:27 -0400 Received: by mail-wr1-f52.google.com with SMTP id e3so46031603wrc.11 for <50960@debbugs.gnu.org>; Tue, 19 Oct 2021 01:46:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:in-reply-to:references:date:message-id :mime-version:content-transfer-encoding; bh=nLvpB4svSiWrkp+QGU67Kv3ifT17Z/tuAchEQoDDAvs=; b=XSCtPVWA+I2h0LpG9KvXBWtbUG8jQFH1ZF0CW8vgitiQZ6ie/l0Uqv8oX8NVLTiRDa eBUGjKmXmItgYsTsXUYSbMrK2FqXnJIekj7SkBt77vfMFYsq49OjQXYDC49TDsoH1xJ2 JiErlECoHs2gz2LQ3ntcimrAm5oCti4FqGrFh2k7JdteGpbvkKxIEBar68QeLMyqKHv3 TYWbi10bQw8TMjoltsMBAKjcQMM1iohDvJamS4A2JVBZPN+2sJcQekmym3ZxYI4/3OBP 1bt4uKH2kbqlydP8EbIqt5MLDwGE4ZobkdnvkQ6ishiXmHz5JNEUifnTDjiM3jwX/PV9 w+xg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:in-reply-to:references:date :message-id:mime-version:content-transfer-encoding; bh=nLvpB4svSiWrkp+QGU67Kv3ifT17Z/tuAchEQoDDAvs=; b=fuJb6DXtF6yozZc/IdAsXk0Zyy+JrRqDXsGrv3L6eHlRc5LxxhED98k0In77ZnNvjc SGmB2NDfDJZvJRDPVK37LL0bHFXOXJYk97DtBVJJMDHE1YFalwegOK+KOgSQnE6BEkIn zeb5/+88bWlXyt1BoUukx8CR9e5sjRETJBZuEJByY5qoBwFX4hiFL+hun+9sqvrY0OHa 2aLafHzPURdlJAfHHnrqkF3CqqLzxrvshi/QQDFqLhdfjRgmA1ZO/MUSzYAlcUv1IsB6 VlBYmXi617SWs0ZgBKIPSbJYebOyKZ0c1bhlVY2WOGmiOg9kK5Wnd3VhD39XJdNfyTWZ gEWg== X-Gm-Message-State: AOAM530EXAEpWgUCSXeT0YHv5/l6zvYqRzjjbNe2GZXysSYU73Qf5isn npRxZB5uN8CP3gZFdyCidYM= X-Google-Smtp-Source: ABdhPJwNpjbqAsC3NhsZoF/bD+goMvnXvLGdTTO5Wf9HM6gR24epoJN0XDgGBTA+CrWNNf8mZvSxUA== X-Received: by 2002:adf:d1c9:: with SMTP id b9mr43139400wrd.426.1634633179117; Tue, 19 Oct 2021 01:46:19 -0700 (PDT) Received: from lili ([2a01:e0a:59b:9120:65d2:2476:f637:db1e]) by smtp.gmail.com with ESMTPSA id k13sm10420907wrp.86.2021.10.19.01.46.18 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 19 Oct 2021 01:46:18 -0700 (PDT) From: zimoun To: Ludovic =?utf-8?Q?Court=C3=A8s?= , 50960@debbugs.gnu.org Subject: Re: [bug#50960] [PATCH v3 00/10] Adding 'guix shell': last call! In-Reply-To: <20211018195219.13898-1-ludo@gnu.org> References: <20211011213809.17482-1-ludo@gnu.org> <20211018195219.13898-1-ludo@gnu.org> Date: Tue, 19 Oct 2021 10:43:48 +0200 Message-ID: <864k9dflq3.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 50960 Cc: Ludovic =?utf-8?Q?Court=C3=A8s?= 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: -1.0 (-) Hi, On Mon, 18 Oct 2021 at 21:52, Ludovic Court=C3=A8s wrote: > Ludovic Court=C3=A8s (10): > packages: Add 'package-development-inputs'. > profiles: Add 'package->development-manifest'. LGTM. I have not checked the others. :-) > Add 'guix shell'. > shell: By default load the local 'guix.scm' or 'manifest.scm' file. > environment: Add tests for '--profile'. > environment: Skip derivation computation when '--profile' is used. > environment: Do not connect to the daemon when '--profile' is used. > environment: Autoload some modules. > cache: Gracefully handle non-existent cache. > shell: Maintain a profile cache. Cheers, simon