From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joshua Branson Subject: Re: Should 'build-expression->derivation' be used for new build systems? Date: Fri, 19 Oct 2018 12:11:31 -0400 Message-ID: <87zhv9rk5o.fsf@fastmail.com> References: <87woqfcatr.fsf@gmail.com> <87muraf2vl.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]:52606) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gDX8E-0003Di-R2 for guix-devel@gnu.org; Fri, 19 Oct 2018 11:56:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gDX89-000631-Nc for guix-devel@gnu.org; Fri, 19 Oct 2018 11:56:10 -0400 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:56729) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gDX89-0005w7-G2 for guix-devel@gnu.org; Fri, 19 Oct 2018 11:56:05 -0400 Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id BAF3B21F37 for ; Fri, 19 Oct 2018 11:55:59 -0400 (EDT) Received: from dobby (unknown [72.12.220.132]) by mail.messagingengine.com (Postfix) with ESMTPA id D58A8E489B for ; Fri, 19 Oct 2018 11:55:58 -0400 (EDT) In-Reply-To: <87muraf2vl.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Fri, 19 Oct 2018 16:05:34 +0200") 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" To: guix-devel@gnu.org ludo@gnu.org (Ludovic Court=C3=A8s) writes: > Hello Alex, > > Alex Vong skribis: > >> I noticed that in the (guix derivations) module, >> 'build-expression->derivation' is marked as deprecated. However, I see >> that all build systems currently living in the (guix build-system ...) >> namespaces are still using it. Is this intended or will this be changed >> eventually? If this is going to change, is there an example to follow? > > For now, you have to use it. > > The story of =E2=80=98build-expression->derivation=E2=80=99 is that of an= unfinished > transition to G-expressions. :-) > > There=E2=80=99s a branch called =E2=80=98wip-build-systems-gexp=E2=80=99 = that aims to complete > that transition, but I haven=E2=80=99t yet gotten around to actually fini= shing > the work. This is one of the things I want us to complete for 1.0 > though, so sooner rather than later. May I ask why the transition? Just curious. > > Thanks, > Ludo=E2=80=99.