[plt-scheme] Specifying directory sandbox evalutes file requires relative to
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