From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: The future of 'guix environment' Date: Tue, 05 Sep 2017 16:34:42 +0200 Message-ID: <878thtqkn1.fsf@gnu.org> References: <87ziahytsq.fsf@member.fsf.org> <20170830155634.GB2248@jurong> <87lglz2hrn.fsf@dustycloud.org> <87pob8vmhy.fsf@gnu.org> <87h8wkxnfy.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]:51391) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dpEwM-0005jf-Eg for guix-devel@gnu.org; Tue, 05 Sep 2017 10:35:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dpEwH-00016F-LB for guix-devel@gnu.org; Tue, 05 Sep 2017 10:34:58 -0400 In-Reply-To: (David Thompson's message of "Tue, 5 Sep 2017 08:42:00 -0400") 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: "Thompson, David" Cc: guix-devel "Thompson, David" skribis: > On Sun, Sep 3, 2017 at 3:15 AM, Jan Nieuwenhuizen wrote: >> Ludovic Court=C3=A8s writes: >> >>>> I do use guix.scm for testing `guix build'. Maybe I ma the only one >>>> though. It turns out to be very useful to find out whether or not I've >>>> done something that borked my package that's not obvious because I have >>>> some compiled .go file around in working directory or something. >>> >>> I use it too, occasionally! :-) >> >> Me too! It's great to test if all is fine. What I'm also using is your >> git-file? hack >> >> https://git.dthompson.us/guile-sdl2.git/blob/HEAD:/guix.scm >> >> does anyone see a nice way to put that function/functionaly in guix? > > git-file? was snarfed from some internal Guix code that Ludovic wrote. > I would also like to see a public API for it. It=E2=80=99s =E2=80=98git-predicate=E2=80=99 in (guix git-download). Ludo=E2=80=99.