[plt-scheme] Compiler bug?

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Tue Apr 17 09:51:34 EDT 2007

At Tue, 17 Apr 2007 09:03:23 -0400, "Jay McCarthy" wrote:
> It appears the moddep requires PLaneT which requires url.ss.
> 
> But, serialize only uses `collapse-module-path' paths, which do not
> use the planet function under any path. (The other functionality of
> moddep appears to be `resolve-mod-path', which does use planet.)
> 
> It appears the two functionalities of moddep could be split apart.

Good idea. In SVN, I've split "moddep.ss" into four new modules (which
are all re-exported by "moddep.ss" for compatibility) and changed
"serialize.ss" to use one of the new modules.

Matthew



Posted on the users mailing list.