chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Changes to Svnwiki's extensions system coming


From: felix winkelmann
Subject: Re: [Chicken-users] Changes to Svnwiki's extensions system coming
Date: Mon, 10 Nov 2008 08:41:31 +0100

On Mon, Nov 10, 2008 at 8:26 AM, Ivan Raikov <address@hidden> wrote:
>
>  Yes, the code has (require-extension syntax-case srfi-40 ...). It
> has not changed in quite some time, so unless there have been changes
> to srfi-40 in the past two or three months I am not sure why this is
> failing.

The "syntax-case" extension replaces the macro-expander. As the current
toplevel form (the "require-extension") is still being processed, the
expander will only be active on the *next* toplevel form. Try to use
two require-extension forms, or load the syntax-case expander into
the compiler with "-R syntax-case".


cheers,
felix




reply via email to

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