From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thompson, David" Subject: Re: Bags Date: Thu, 2 Oct 2014 09:05:10 -0400 Message-ID: References: <87tx3m4pn2.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42431) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XZg4N-0005nb-8m for Guix-devel@gnu.org; Thu, 02 Oct 2014 09:05:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XZg4H-00061e-CN for Guix-devel@gnu.org; Thu, 02 Oct 2014 09:05:19 -0400 Received: from na3sys009aog101.obsmtp.com ([74.125.149.67]:51736) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XZg4H-00061R-5A for Guix-devel@gnu.org; Thu, 02 Oct 2014 09:05:13 -0400 Received: by mail-lb0-f172.google.com with SMTP id b6so2187104lbj.31 for ; Thu, 02 Oct 2014 06:05:10 -0700 (PDT) In-Reply-To: <87tx3m4pn2.fsf@gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: =?UTF-8?Q?Ludovic_Court=C3=A8s?= Cc: Guix-devel On Thu, Oct 2, 2014 at 8:33 AM, Ludovic Court=C3=A8s wrote: > Hello, > > I=E2=80=99ve pushed a new branch, =E2=80=98wip-bags=E2=80=99, which chang= es the way > build systems work. Basically, it introduces an intermediate > representation between packages and derivations, called =E2=80=9Cbags.=E2= =80=9D > > The main difference between a bag and a package is that a bag lists all > the inputs of the build process, including the =E2=80=9Cimplicit inputs= =E2=80=9D added > by the build system. > I took a quick look through the commit log. I like it! > This simplifies the code and should unlock nifty features like =E2=80=98g= uix > environment=E2=80=99 and =E2=80=9Cgrafts=E2=80=9D (a trick for faster sec= urity updates; more on > that later.) I'm excited. :) - Dave