From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH] GCJ: run libjava tests. Date: Tue, 27 Oct 2015 15:39:15 +0100 Message-ID: References: <20151022123345.GA7846@debian> <871tcik4b0.fsf@gnu.org> <87egggwl5d.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]:59245) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zr5Pm-0004Zf-4r for guix-devel@gnu.org; Tue, 27 Oct 2015 10:40:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zr5Pi-0000qx-QW for guix-devel@gnu.org; Tue, 27 Oct 2015 10:39:54 -0400 In-Reply-To: <87egggwl5d.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: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel Ludovic Court=C3=A8s writes: > Ricardo Wurmus skribis: > >> Attached is a new patch that pulls the =E2=80=98#:test-target=E2=80=99= line out of the >> =E2=80=98substitute-keyword-arguments=E2=80=99 expression. The indent= ation of many >> lines changes because of this. =E2=80=98git diff -w=E2=80=99 shows th= at the actual >> change is pretty small. > > [...] > >> + `(#:test-target "check-target-libjava" >> + ,@(substitute-keyword-arguments `(#:modules ((guix build gnu-b= uild-system) >> + (guix build utils= ) >> + (ice-9 regex) >> + (srfi srfi-1) >> + (srfi srfi-26)) >> + ,@(package-argumen= ts gcc)) > > #:test-target could even go after #:modules in the argument to > =E2=80=98substitute-keyword-arguments=E2=80=99, for consistency. Ah, yes, that=E2=80=99s much prettier. I=E2=80=99ll push with this chang= e. Thanks! ~~ Ricardo