[racket] Compilation of program in racket failed
At Fri, 09 Jul 2010 16:21:14 +0100, Paulo J. Matos wrote:
> Matthew Flatt <mflatt at cs.utah.edu> writes:
>
> >
> > This looks like a bug in the module-name resolver created for the
> > executable.
> >
> > Is one of the following true?:
> >
> > * "esmc-mode.rkt" (or ".ss") uses `(require (planet ....))' to refer
> > to a Planet package.
> >
> > In that case, what form of Planet path does it use?
> >
>
> esmc-mode.scm has:
> ,----
> | (require (planet "modes/esmc-mode/search-sig.scm" ("pjmatos" "eboc.plt" 1
> 0)))
> `----
Yep, a path of that form triggers the bug in `planet'-path
normalization. I've pushed a repair to the git repo.
Thanks for the report,
Matthew