[plt-scheme] Re: side effects in R6RS modules

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Tue May 12 09:46:33 EDT 2009

At Mon, 11 May 2009 22:50:21 -0700 (PDT), Michele Simionato wrote:
> Now
> everything works as you say, however my sweet-macros
> library does not work anymore! It may depend from your
> recent fix, or from and unrelated change, but now
> it I try to compile a script which imports sweet-macros
> I get
> 
> $ cat x.ss
> (import (sweet-macros))
> $ plt-r6rs x.ss
> syntax-e: expects argument of type <syntax>; given ()

I re-implemented R6RS templates since v4.1.5, and I got quoting
ellipses wrong. Thanks for the report!

This is now fixed in SVN (including new test cases, of course).



Posted on the users mailing list.