From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:41696) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hmweR-0002Xh-FW for guix-patches@gnu.org; Mon, 15 Jul 2019 04:48:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hmweQ-0005VC-HD for guix-patches@gnu.org; Mon, 15 Jul 2019 04:48:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:37493) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hmweQ-0005V7-Di for guix-patches@gnu.org; Mon, 15 Jul 2019 04:48:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hmweQ-0000tw-BY for guix-patches@gnu.org; Mon, 15 Jul 2019 04:48:02 -0400 Subject: bug#36578: [PATCH 0/9] Modernize the API of the 'derivation' primitive Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20190710170408.21321-1-ludo@gnu.org> Date: Mon, 15 Jul 2019 10:46:53 +0200 In-Reply-To: <20190710170408.21321-1-ludo@gnu.org> ("Ludovic \=\?utf-8\?Q\?Cou\?\= \=\?utf-8\?Q\?rt\=C3\=A8s\=22's\?\= message of "Wed, 10 Jul 2019 19:04:08 +0200") Message-ID: <871ryrsn0i.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: 36578-done@debbugs.gnu.org Ludovic Court=C3=A8s skribis: > derivations: 'derivation' primitive accepts and > #:sources. > gexp: separates sources from derivation inputs. > gnu: guile-bootstrap: Use the new 'derivation' calling convention. > download: Use the new 'derivation' calling convention. > derivations: 'map-derivation' uses the new 'derivation' calling > convention. > derivations: Update tests to use new calling convention. > derivations: Deprecate the previous calling convention. > gexp: 'lowered-gexp-guile' now returns a . > channels: Avoid use of 'derivation-input-path'. Pushed! Ludo=E2=80=99.