From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: 01/01: download: Handle HTTP redirects to relative URI references. Date: Tue, 24 Feb 2015 23:59:05 +0100 Message-ID: <8761aq9arq.fsf@gnu.org> References: <20150219083234.7923.57098@vcs.savannah.gnu.org> <87h9uc4bux.fsf@gnu.org> <871tlfkgmx.fsf@netris.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]:35799) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQORa-0005I8-UH for guix-devel@gnu.org; Tue, 24 Feb 2015 17:59:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YQORX-0004zo-N5 for guix-devel@gnu.org; Tue, 24 Feb 2015 17:59:10 -0500 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:41910) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQORX-0004zk-Jf for guix-devel@gnu.org; Tue, 24 Feb 2015 17:59:07 -0500 In-Reply-To: <871tlfkgmx.fsf@netris.org> (Mark H. Weaver's message of "Tue, 24 Feb 2015 00:44:38 -0500") 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 skribis: > ludo@gnu.org (Ludovic Court=C3=A8s) writes: > >> "Mark H. Weaver" skribis: >> >>> +;; XXX: Work around , present in Guile >>> +;; up to 2.0.11. >>> +(unless (or (> (string->number (major-version)) 2) >>> + (> (string->number (minor-version)) 0) >>> + (> (string->number (micro-version)) 11)) >> >> Just a minor nit: could you change that to use =E2=80=98guile-version>?= =E2=80=99 >> instead? It is more concise and easier to search for. > > I thought about that, but it would involve importing (guix utils) from > (guix build download), Oh sorry, I had overlooked that; this is indeed a showstopper. No problem then! Ludo=E2=80=99.