Re: [racket-dev] tool transition leads to fragile middle-ground

2011-02-10 Thread John Clements
On Feb 10, 2011, at 9:28 AM, Robby Findler wrote: > Is it possible you're misparsing the error message? The message (I > think!) says that the unit expects its import to be drscheme:tool^ but > that it is invoked with something else (drracket:tool^ in this case). > > (Not that this defends anyth

Re: [racket-dev] tool transition leads to fragile middle-ground

2011-02-10 Thread Robby Findler
Is it possible you're misparsing the error message? The message (I think!) says that the unit expects its import to be drscheme:tool^ but that it is invoked with something else (drracket:tool^ in this case). (Not that this defends anything about the head-scratching-ness, but just to clarify what t

[racket-dev] tool transition leads to fragile middle-ground

2011-02-10 Thread John Clements
Updating tools from drscheme->drrracket involves two steps: 1) changing the tool to refer to drracket, and 2) changing the info.rkt file to refer to drracket-tools rather than tools. Unfortunately, if you do #2 before #1, you get a real head-scratcher of an error message: define-unit-binding: