[racket-dev] okay to add planet error check?

2011-02-15 Thread John Clements
Currently, raco planet does not signal an error on the removal of a nonexistent link: pcp070580pcs:~/sxml clements$ raco planet unlink frooty bogus.plt 3 4 pcp070580pcs:~/sxml clements$ Anyone mind if I change the code to signal an error in this case? John Clements smime.p7s Description:

Re: [racket-dev] okay to add planet error check?

2011-02-15 Thread Carl Eastlund
I have a make unlink target in my Planet-development Makefile that removes all the development links I commonly use. I use it to start fresh, when some or all of the links are installed. I would rather keep the ability to use it regardless of the current set of installed links, than have it fail

Re: [racket-dev] okay to add planet error check?

2011-02-15 Thread John Clements
On Feb 15, 2011, at 12:55 PM, Carl Eastlund wrote: I have a make unlink target in my Planet-development Makefile that removes all the development links I commonly use. I use it to start fresh, when some or all of the links are installed. I would rather keep the ability to use it regardless