From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 1/2] guix: packages: Add package-direct-sources and package-transitive-sources. Date: Fri, 01 May 2015 22:12:37 +0200 Message-ID: <871tj0awga.fsf@gnu.org> References: <1429881562-19456-1-git-send-email-bavier@member.fsf.org> <1429881562-19456-2-git-send-email-bavier@member.fsf.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]:58842) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YoHIj-00081d-6n for guix-devel@gnu.org; Fri, 01 May 2015 16:12:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YoHIe-00070q-8J for guix-devel@gnu.org; Fri, 01 May 2015 16:12:45 -0400 In-Reply-To: <1429881562-19456-2-git-send-email-bavier@member.fsf.org> (Eric Bavier's message of "Fri, 24 Apr 2015 08:19:21 -0500") 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: Eric Bavier Cc: guix-devel@gnu.org Eric Bavier skribis: > * guix/tests.scm (dummy-origin): New syntax. > * guix/packages.scm (package-direct-sources) > (package-transitive-sources): New procedures. > * tests/packages.scm: Test them. Could you list the names of the tests for tests/packages.scm? Otherwise LGTM, thanks! Ludo=E2=80=99.