[plt-scheme] expr-syntax-object-iterator: unknown expr: (#%variable-reference)

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Thu Mar 26 15:30:00 EDT 2009

I fixed this in SVN by adding a case for `#%variable-reference' in
`expr-syntax-object-iterator'.

At Thu, 26 Mar 2009 14:13:10 +0100, Tom Schouten wrote:
> Hello,
> 
> In DrScheme, the following code produces no errors on "run":
> 
>   #lang scheme/base
>   (require html)
>   (read-html-as-xml (open-input-string "<html>"))
> 
> but it does print out an error message on "debug":
> 
>   Welcome to DrScheme, version 4.1.5 [3m].
>   Language: Module; memory limit: 128 megabytes.
>   expr-syntax-object-iterator: unknown expr: (#%variable-reference)
> 
> Cheers,
> Tom
> 
> _________________________________________________
>   For list-related administrative tasks:
>   http://list.cs.brown.edu/mailman/listinfo/plt-scheme


Posted on the users mailing list.