From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Re: [PATCH 2/2] gnu: git-modes: Update to 1.2.0. Date: Sat, 22 Aug 2015 18:39:18 +0300 Message-ID: <871tevqqmx.fsf@gmail.com> References: <87d1yj2fnz.fsf@gmail.com> <87egiw6obs.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51779) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZTAt2-0002X4-E9 for guix-devel@gnu.org; Sat, 22 Aug 2015 11:39:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZTAsz-0006m9-7o for guix-devel@gnu.org; Sat, 22 Aug 2015 11:39:16 -0400 Received: from mail-lb0-x230.google.com ([2a00:1450:4010:c04::230]:36213) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZTAsz-0006m1-0V for guix-devel@gnu.org; Sat, 22 Aug 2015 11:39:13 -0400 Received: by lbbpu9 with SMTP id pu9so58915830lbb.3 for ; Sat, 22 Aug 2015 08:39:12 -0700 (PDT) In-Reply-To: <87egiw6obs.fsf@netris.org> (Mark H. Weaver's message of "Fri, 21 Aug 2015 22:37:11 -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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Mark H Weaver Cc: guix-devel@gnu.org Mark H Weaver (2015-08-22 05:37 +0300) wrote: > Alex Kost writes: > >> From b2f3b8873f7243c13cbfdd8395c8adc9a5678418 Mon Sep 17 00:00:00 2001 >> From: Alex Kost >> Date: Wed, 19 Aug 2015 23:06:12 +0300 >> Subject: [PATCH 2/2] gnu: git-modes: Update to 1.2.0. > > [...] > >> - #:test-target "test" >> + #:tests? #f ; no check target > > Interesting. Did version 1.0.0 have a test suite, and they got rid of > it in 1.2.0? I don't know if 1.0.0 had a test suite, but 1.2.0 definitely does not have it (neither "check", nor "test" target). > Otherwise looks good to me. Thank you. -- Alex