chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] compiler bug at macro-expand time?


From: Felix Winkelmann
Subject: Re: [Chicken-users] compiler bug at macro-expand time?
Date: Mon, 07 Jul 2003 09:48:54 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.0) Gecko/20020530

Bruce Hoult wrote:
On Sun, 2003-07-06 at 18:49, Bruce Hoult wrote:

Error: during expansion of (down-and-print ...) - unbound variable:
string-downcase


Thanks to Chris Double for helping me fix this.  I needed
require-for-syntax instead of (declare (uses ...)) and also "csi
-setup".

And apparently the original code would have worked pre 1.0, so it's not
just Tony GJ leaving me with broken code :-)


[Nagnagnag... ;-)]

`string-downcase' used to be in the `extras' library unit, but
several people pointed out that SRFI-13 functionality was
duplicated, so all stuff already provided by SRFI-13 was dumped.
(I think I should add a `-require' option to the compiler that
does a `require-for-syntax')


cheers,
felix





reply via email to

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