[plt-scheme] Compiler bug?
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