From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] lint: handle FTP URIs. Date: Sun, 01 Feb 2015 21:44:24 +0100 Message-ID: <87k301gy53.fsf@gnu.org> References: <1422471067-32400-1-git-send-email-tipecaml@gmail.com> 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]:57499) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YI3z3-0006Qk-3q for guix-devel@gnu.org; Sun, 01 Feb 2015 18:31:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YI3yy-0005xv-3I for guix-devel@gnu.org; Sun, 01 Feb 2015 18:31:17 -0500 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:54004) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YI3yy-0005xr-0z for guix-devel@gnu.org; Sun, 01 Feb 2015 18:31:12 -0500 In-Reply-To: <1422471067-32400-1-git-send-email-tipecaml@gmail.com> (Cyril Roelandt's message of "Wed, 28 Jan 2015 19:51:07 +0100") 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: Cyril Roelandt Cc: guix-devel@gnu.org Cyril Roelandt skribis: > * guix/scripts/lint.scm (probe-uri): handle FTP URIs. [...] > + (let ((port (ftp-open (uri-host uri) 21))) > + (define response Please indent opening bracket below the =E2=80=98e.=E2=80=99 LGTM, thank you! Ludo=E2=80=99.