Re: [racket-dev] Installing Optimization Coach broke Racket's reader

2013-01-30 Thread Neil Toronto
Setup finished, still had the reader error. I removed Optimization Coach, cleaned, and ran setup again. My reader is still broken. git status shows no changes in my local repo. raco pkg show shows no packages. raco link -l shows no additional links. Where are these invisible craptastic

Re: [racket-dev] Installing Optimization Coach broke Racket's reader

2013-01-30 Thread Neil Toronto
This worked: ~/plt/collects$ find . -name compiled -exec rm -rf \{\} \; ~/plt/collects$ ../bin/raco setup That first command to delete the ghosts of misbegotten .zos is arcane and dangerous. Why would installing a package create compiled files in collects? Neil ⊥ On 01/30/2013 05:12 PM,