chicken-hackers
[Top][All Lists]
Advanced

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

Re: [Chicken-hackers] [PATCH] Fix line numbers in error messages inside


From: Felix
Subject: Re: [Chicken-hackers] [PATCH] Fix line numbers in error messages inside modules
Date: Sat, 12 May 2012 16:32:28 +0200 (CEST)

> "module" is not supposed to work anywhere besides in a toplevel context
> (this is documented, AFAIK). The s48-modules tests appear to work for me.
> Or do you mean whjen put in a "let" context?

I get now this, when running "chicken-install -update-db":

../bin/chicken-install -update-db
loading import libraries ...

Failed to import from 
`/home/felix/chicken/master/lib/chicken/6/hermes.import.so': (import) during 
expansion of (import ...) - during expansion of (import ...) - during expansion 
of (import ...) - cannot import from undefined module: srfi-8

Failed to import from 
`/home/felix/chicken/master/lib/chicken/6/prometheus.import.so': during 
expansion of (import ...) - during expansion of (import ...) - during expansion 
of (import ...) - module not found: hermes

Failed to import from 
`/home/felix/chicken/master/lib/chicken/6/_prometheus.import.so': during 
expansion of (import ...) - module not found: _prometheus

Failed to import from 
`/home/felix/chicken/master/lib/chicken/6/_hermes.import.so': during expansion 
of (import ...) - module not found: _hermes

I do not understand why this fails now. I added ##sys#strip-syntax in the 
processing of "import" (##sys#expand-import), but this doesn't seem to make any 
difference.


cheers,
felix




reply via email to

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