all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: ludo@gnu.org (Ludovic Courtès)
To: Mark H Weaver <mhw@netris.org>
Cc: guix-devel@gnu.org
Subject: Re: 01/01: download: Handle HTTP redirects to relative URI references.
Date: Mon, 23 Feb 2015 21:22:14 +0100	[thread overview]
Message-ID: <87h9uc4bux.fsf@gnu.org> (raw)
In-Reply-To: <E1YOMXD-00024m-JG@vcs.savannah.gnu.org> (Mark H. Weaver's message of "Thu, 19 Feb 2015 08:32:35 +0000")

"Mark H. Weaver" <mhw@netris.org> skribis:

> +;; XXX: Work around <http://bugs.gnu.org/19840>, 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 ‘guile-version>?’
instead?  It is more concise and easier to search for.

Thanks for the fix!

Ludo’.

       reply	other threads:[~2015-02-23 20:22 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20150219083234.7923.57098@vcs.savannah.gnu.org>
     [not found] ` <E1YOMXD-00024m-JG@vcs.savannah.gnu.org>
2015-02-23 20:22   ` Ludovic Courtès [this message]
2015-02-24  5:44     ` 01/01: download: Handle HTTP redirects to relative URI references Mark H Weaver
2015-02-24 22:59       ` Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87h9uc4bux.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=guix-devel@gnu.org \
    --cc=mhw@netris.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.