From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59606) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fg5hH-0003DH-EC for guix-patches@gnu.org; Thu, 19 Jul 2018 05:58:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fg5hC-0003vI-JE for guix-patches@gnu.org; Thu, 19 Jul 2018 05:58:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:42508) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fg5hC-0003v8-EU for guix-patches@gnu.org; Thu, 19 Jul 2018 05:58:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fg5hC-0001yk-6g for guix-patches@gnu.org; Thu, 19 Jul 2018 05:58:02 -0400 Subject: bug#32174: [PATCH 0/6] Add 'add-file-tree-to-store' and related facilities Resent-To: guix-patches@gnu.org Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180716133049.15108-1-ludo@gnu.org> Date: Thu, 19 Jul 2018 11:57:11 +0200 In-Reply-To: <20180716133049.15108-1-ludo@gnu.org> ("Ludovic \=\?utf-8\?Q\?Cou\?\= \=\?utf-8\?Q\?rt\=C3\=A8s\=22's\?\= message of "Mon, 16 Jul 2018 15:30:49 +0200") Message-ID: <87d0vjwnt4.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: 32174-done@debbugs.gnu.org Ludovic Court=C3=A8s skribis: > Ludovic Court=C3=A8s (6): > serialization: Add 'write-file-tree'. > store: Add 'add-file-tree-to-store'. > gexp: Remove unnecessary 'mlet'. > gexp: 'imported-files' no longer creates a derivation by default. > gexp: 'imported-files/derivation' can copy files instead of > symlinking. > self: Use the new 'imported-files'. I went ahead and merged this. There=E2=80=99s a couple of XXX/TODOs that we=E2=80=99ll address in =E2=80= =98core-updates=E2=80=99 next. Ludo=E2=80=99.