From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyril Roelandt Subject: Re: [PATCH 1/5] guix: lint: Use string-suffix? and string-prefix? where appropriate. Date: Fri, 24 Oct 2014 12:47:54 +0200 Message-ID: <544A2E5A.6080300@gmail.com> References: <871tpyys77.fsf@member.fsf.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38646) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhcPe-0003Er-AO for guix-devel@gnu.org; Fri, 24 Oct 2014 06:48:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XhcPV-0008Mv-OC for guix-devel@gnu.org; Fri, 24 Oct 2014 06:48:06 -0400 Received: from mail-wi0-x230.google.com ([2a00:1450:400c:c05::230]:62577) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhcPV-0008MX-Gu for guix-devel@gnu.org; Fri, 24 Oct 2014 06:47:57 -0400 Received: by mail-wi0-f176.google.com with SMTP id n3so840465wiv.15 for ; Fri, 24 Oct 2014 03:47:56 -0700 (PDT) Received: from [192.168.0.10] (tal33-3-82-233-82-24.fbx.proxad.net. [82.233.82.24]) by mx.google.com with ESMTPSA id u8sm5222954wjq.1.2014.10.24.03.47.55 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 24 Oct 2014 03:47:55 -0700 (PDT) In-Reply-To: <871tpyys77.fsf@member.fsf.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: guix-devel@gnu.org On 10/24/2014 07:04 AM, Eric Bavier wrote: > From b3b98226891164cf274d97b339b8f2cbc69f95d8 Mon Sep 17 00:00:00 2001 > From: Eric Bavier > Date: Wed, 22 Oct 2014 09:20:20 -0500 > Subject: [PATCH 1/5] guix: lint: Use string-suffix? and string-prefix? where > appropriate. > > * guix/scripts/lint.scm (check-synopsis): Use string-suffix? and > string-prefix? in place of string-take and string=?. > --- > guix/scripts/lint.scm | 19 +++++++++---------- > 1 file changed, 9 insertions(+), 10 deletions(-) Looks good to me. Cyril.