[plt-scheme] DrScheme startup error: unbound variable in module in: -reset-console

From: Robby Findler (robby at cs.uchicago.edu)
Date: Tue May 22 18:29:54 EDT 2007

It keeps separate caches & mappings for each version, so that would do it, yep.

Robby

On 5/22/07, Dave Gurnell <d.j.gurnell at gmail.com> wrote:
> Oops! Okay, I guess I must've always updated Scheme at the right
> moment. That would clear the PLaneT cache, wouldn't it?
>
> > No, it won't. PLaneT has a strict "no magic upgrades" policy.
> >
> > PLaneT remembers what version a particular file got the first time it
> > did the require and it gets that version in the future, even if there
> > are new versions released. You can clear that linking with the planet
> > commandline tool, or you can edit the require line to insist on a
> > version that is at least a certain minor version, tho.
> >
> > Robby
>
> _________________________________________________
>   For list-related administrative tasks:
>   http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>


Posted on the users mailing list.