From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyril Roelandt Subject: Re: [PATCH 2/5] guix: lint: Use if/when consistently. Date: Fri, 24 Oct 2014 12:48:48 +0200 Message-ID: <544A2E90.6030103@gmail.com> References: <87y4s6xdkk.fsf@member.fsf.org> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38781) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhcQV-0003ND-3j for guix-devel@gnu.org; Fri, 24 Oct 2014 06:49:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XhcQN-0008Tg-Kz for guix-devel@gnu.org; Fri, 24 Oct 2014 06:48:59 -0400 Received: from mail-wi0-x235.google.com ([2a00:1450:400c:c05::235]:59513) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhcQN-0008TU-Ds for guix-devel@gnu.org; Fri, 24 Oct 2014 06:48:51 -0400 Received: by mail-wi0-f181.google.com with SMTP id n3so868470wiv.14 for ; Fri, 24 Oct 2014 03:48:50 -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 ny6sm1563984wic.22.2014.10.24.03.48.49 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 24 Oct 2014 03:48:49 -0700 (PDT) In-Reply-To: <87y4s6xdkk.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:05 AM, Eric Bavier wrote: > From 60a9c0b0b20f37b9866f1a2825842c496ee5333d Mon Sep 17 00:00:00 2001 > From: Eric Bavier > Date: Wed, 22 Oct 2014 12:01:04 -0500 > Subject: [PATCH 2/5] guix: lint: Use if/when consistently. > > * guix/scripts/lint.scm (check-synopsis-style): Replace single-branch > uses of if with when. > --- > guix/scripts/lint.scm | 28 ++++++++++++++-------------- > 1 file changed, 14 insertions(+), 14 deletions(-) Looks good to me. Cyril.