Re: [racket] Unlinking tool and package file injection

2012-04-21 Thread Laurent
On Fri, Apr 20, 2012 at 14:19, Sam Tobin-Hochstadt wrote: > On Fri, Apr 20, 2012 at 2:16 AM, Laurent 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 DrRack

Re: [racket] Unlinking tool and package file injection

2012-04-20 Thread Sam Tobin-Hochstadt
On Fri, Apr 20, 2012 at 2:16 AM, Laurent 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 `ra

Re: [racket] Unlinking tool and package file injection

2012-04-19 Thread Laurent
On Fri, Apr 20, 2012 at 08:16, Laurent wrote: > Hi, > > 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 i

[racket] Unlinking tool and package file injection

2012-04-19 Thread Laurent
Hi, 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 misunderstandin