[plt-scheme] Specifying directory sandbox evalutes file requires relative to

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Fri Aug 29 17:36:41 EDT 2008

At Fri, 29 Aug 2008 21:37:11 +0100, "Noel Welsh" wrote:
> WARNING: collected information for key multiple times: (exporting-libraries #f)
> "modcollapse.ss" broke the contract
>   (->
>    (or/c symbol? module-path-index?)
>    (or/c
>     ...etc...
>     path?))
> on collapse-module-path-index; expected <(or/c (and/c module-path?
> (or/c symbol? (cons/c (symbols (quote lib)) any/c) (cons/c (symbols
> (quote file)) any/c) (cons/c (symbols (quote planet)) any/c) (cons/c
> (symbols (quote quote)) any/c))) path?)>, given: (planet
> "../generic/connection.ss" ("untyped" "snooze.plt" 2))

A bug in `syntax/modcollapse' --- probably the one that you're running
into --- is now fixed in SVN.


Matthew



Posted on the users mailing list.