From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:59570) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jRIvn-0000lF-EV for guix-patches@gnu.org; Wed, 22 Apr 2020 13:13:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jRIvn-0004wx-28 for guix-patches@gnu.org; Wed, 22 Apr 2020 13:13:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:41539) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jRIvm-0004v5-4c for guix-patches@gnu.org; Wed, 22 Apr 2020 13:13:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jRIvl-0000Ko-Ta for guix-patches@gnu.org; Wed, 22 Apr 2020 13:13:01 -0400 Subject: [bug#40770] [PATCH 0/5] Add declarative profiles Resent-Message-ID: From: Mathieu Othacehe References: <20200422150641.5267-1-ludo@gnu.org> Date: Wed, 22 Apr 2020 19:12:41 +0200 In-Reply-To: <20200422150641.5267-1-ludo@gnu.org> ("Ludovic \=\?utf-8\?Q\?Cour\?\= \=\?utf-8\?Q\?t\=C3\=A8s\=22's\?\= message of "Wed, 22 Apr 2020 17:06:41 +0200") Message-ID: <877dy7la0m.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 40770@debbugs.gnu.org Hey Ludo, > 2. To potentially improve high-level caching in the object cache > as well as =E2=80=9Cparallelism=E2=80=9D (see ). > > Feedback welcome! This is really nice and it all looks good to me. Any reason not to use it in "package-cache-file" to get rid of the mlet? Thanks, Mathieu