[plt-scheme] read (compiled): ill-formed code
On Wed, Mar 24, 2010 at 11:28 AM, Noel Welsh <noelwelsh at gmail.com> wrote:
> I have fixed this on my local install by defining a new UNSAFE_FL
> variant, but this seemed too big a change to commit to the trunk. I'll
> send the diff in a bit... gotta go right now.
I decided to man up and just commit the fix. r18609.
The test suite did not trigger this as it always uses eval which
presumably doesn't invoke the primitive folding pass. Something to
think about.
This fix has no effect on ill-formed code error I originally reported.
N.