From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:46616) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hj4Vk-0006aK-AC for guix-patches@gnu.org; Thu, 04 Jul 2019 12:23:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hj4Vi-0005Ex-UD for guix-patches@gnu.org; Thu, 04 Jul 2019 12:23:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:42983) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hj4Vi-0005Er-Qp for guix-patches@gnu.org; Thu, 04 Jul 2019 12:23:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hj4Vh-0006MS-MQ for guix-patches@gnu.org; Thu, 04 Jul 2019 12:23:01 -0400 Subject: [bug#36162] [PATCH 0/4] Add 'remote-eval' Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20190610210853.5709-1-ludo@gnu.org> <87ef40c9f7.fsf@sdf.lonestar.org> <87zhmmvrwg.fsf@gnu.org> <87zhmmbzxs.fsf@sdf.lonestar.org> <8736kd4u9a.fsf@gnu.org> <874l4thbea.fsf@sdf.lonestar.org> <87sgsdfoj0.fsf@sdf.lonestar.org> <87tvcsjtw9.fsf@gnu.org> <878stjkxze.fsf@dustycloud.org> Date: Thu, 04 Jul 2019 18:22:05 +0200 In-Reply-To: <878stjkxze.fsf@dustycloud.org> (Christopher Lemmer Webber's message of "Sun, 30 Jun 2019 09:24:05 -0400") Message-ID: <87d0ip22j6.fsf@gnu.org> 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: Christopher Lemmer Webber Cc: 36162@debbugs.gnu.org Hello! Christopher Lemmer Webber skribis: > It looks like Jakob's code is nearing the point where we can merge it > into Guix proper. I'd like to get in the "guix deploy" stuff as soon as > it's good enough to merge. Would you mind pushing up your remote-eval > stuff, if you're confident enough to do so, since it's a preliminary > requirement for "guix deploy"? I finally went ahead and pushed it, after adding a note about the instability of the API. :-) I think =E2=80=98remote-eval=E2=80=99 shouldn=E2=80=99t change much, but I= =E2=80=99m not fully satisfied with =E2=80=98lower-gexp=E2=80=99 in that it=E2=80=99s a bit too redundant = with etc. I couldn=E2=80=99t turn that vague feeling into actual code changes though, so I=E2=80=99ll keep looking at it in the background, and it should= n=E2=80=99t have any impact on how =E2=80=98guix deploy=E2=80=99 uses =E2=80=98remote-e= val=E2=80=99. Apologies for the delay! Ludo=E2=80=99.