[racket] Unlinking tool and package file injection

From: Laurent (laurent.orseau at gmail.com)
Date: Sat Apr 21 15:38:46 EDT 2012

On Fri, Apr 20, 2012 at 14:19, Sam Tobin-Hochstadt <samth at ccs.neu.edu>wrote:

> On Fri, Apr 20, 2012 at 2:16 AM, Laurent <laurent.orseau at gmail.com> wrote:
> >
> > After developing a tool using a development link, I want to test the file
> > injection of the package, so I removed the link.
> > The problem is that the tool still loads on DrRacket startup, even though
> > the development link does not appear in `raco planet show`.
> > Is this a bug or am I misunderstanding something?
>
> That sounds like a bug.  One way to get around it for the moment is to
> disable the tool in DrRacket.  Go to the Preferences dialog, choose
> the Tools tab, and select the appropriate tool.  Then choose "Skip the
> tool", and the next time you start DrRacket, it won't load the tool.
>

Thanks.
I could finally solve my problem by editing the cache.rktd file in my home
dir (in ~/.racket/planet/300/<racket-version>) and then `sudo raco setup`.

Laurent
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20120421/2e68872e/attachment.html>

Posted on the users mailing list.