guix-devel
[Top][All Lists]
Advanced

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

Re: Trying to fix an error in the pypi-importer


From: swedebugia
Subject: Re: Trying to fix an error in the pypi-importer
Date: Sun, 03 Jan 2016 17:29:33 +0100
User-agent: Riseup mail

On 2016-01-03 15:09, address@hidden wrote:
address@hidden skribis:

During compilation after applying my patch above I get this error.

  GUILEC guix/build-system/python.go
ice-9/boot-9.scm:106:20: In procedure #<procedure 8bbb4e0 at
ice-9/boot-9.scm:97:6 (thrown-k . args)>:
ice-9/boot-9.scm:106:20: In procedure scm_i_lreadparen:
guix/build-system/python.scm:216:1: end of file

This (admittedly suboptimal) error suggests that Guile was looking for a
closing parenthesis that never came.  Presumably the patch adds an
opening parenthesis but forgets to close it.

Editors such as Emacs and Vim have support to highlight parentheses or
even enter them automatically; I suggest using that to simplify work
with Scheme code.  For Emacs, see
<https://www.gnu.org/software/guix/manual/html_node/The-Perfect-Setup.html>.

Thanks for taking you time to tip me about this.

I will soon send a patch with my changes to the pypi-uri importer using define* and an #:optional argument 'ending'

:)



reply via email to

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