guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] R build system and CRAN importer (updated)


From: Ludovic Courtès
Subject: Re: [PATCH] R build system and CRAN importer (updated)
Date: Mon, 31 Aug 2015 17:29:40 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Nothing serious, but I just realized this minor issue as I wrote “cairo”
instead of “Cairo”:

--8<---------------cut here---------------start------------->8---
$ ./pre-inst-env guix import cran cairo
guix import: error: failed to download description for package 'cairo'
--8<---------------cut here---------------end--------------->8---

I think we need to have details as to why downloading things failed,
such as whether it’s a system error (say, DNS resolution error), an HTTP
error, or invalid upstream XHTML.

Currently ‘cran-fetch’ seems to hide those details.  I think it mostly
boils down to removing ‘false-if-exception’ to let exceptions through
(‘with-error-handling’ takes care of them, except for SXML exceptions.)

Could you eventually look into it?

(Now I notice that the ‘gnu’ and ‘nix’ importers are doing a very bad
job at reporting errors, I’m not really setting an example here.  ;-))

Thanks,
Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]