chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] obscure error message after refactoring


From: Felix
Subject: Re: [Chicken-users] obscure error message after refactoring
Date: Thu, 20 Jan 2011 09:09:25 -0500 (EST)

From: Alan Post <address@hidden>
Subject: [Chicken-users] obscure error message after refactoring
Date: Thu, 20 Jan 2011 06:58:27 -0700

> 
> I don't have an explicit call to caddr anywhere in my code, and I
> believe the following line:
> 
>           <syntax>          (##core#set! genturfahi-version "trunk")
> 
> Refers to the last line in the last file of my library.
> 
> I've been looking over diffs trying to see if I've introduced a
> subtle scope or syntax error somewhere, but I'm not having much
> luck.
> 
> What do I do with an error message like the one above?  It isn't
> obvious to me where I need to look to fix the problem.
> 

This is an expansion error in a macro, or it's an internal
compiler error. The code runs correctly when interpreted?


cheers,
felix



reply via email to

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