[plt-scheme] read error

From: Robby Findler (robby at cs.uchicago.edu)
Date: Sun Nov 9 08:50:44 EST 2008

(I don't know the answer to your real question below, but setup-plt
was not affected by my changes, only drscheme was.)

Robby

On Sun, Nov 9, 2008 at 6:35 AM, Dave Herman <dherman at ccs.neu.edu> wrote:
> setup-plt is barfing when it encounters a source file that uses a custom
> reader. I have a subdirectory "collects" with a file "js.js" that has a
> custom #reader line at the top. With the Nov. 3rd build, setup-plt seems
> just to skip this file completely. But with the Nov. 8th build (which I
> *believe* predates Robby's changes to zo behavior), it insists on compiling
> the file, even if I create an info.ss that includes it in the
> compile-omit-paths list. And then I get this error:
>
> setup-plt:   collects/compiled/js_js.zo::1396: read (compiled): ill-formed
> code [../../../mzscheme/gc2/../src/read.c:4648]
>
> How can I debug this error?
>
> Thanks,
> Dave
>
> _________________________________________________
>  For list-related administrative tasks:
>  http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>
>


Posted on the users mailing list.