[racket] Compilation of program in racket failed

From: Paulo J. Matos (pocmatos at gmail.com)
Date: Sat Jul 10 10:45:01 EDT 2010

On Fri, Jul 9, 2010 at 4:50 PM, Matthew Flatt <mflatt at cs.utah.edu> wrote:
> 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, I will try it out again with the latest version.

> Thanks for the report,
> Matthew
>
>



-- 
PMatos


Posted on the users mailing list.