Re: [racket-users] Is this a good uninstall then install Racket plan...

2021-04-14 Thread Don Green
All I really need to do is click [Check Syntax] button in DrRacket and all the modules/files in the program recompile. So there really is no problem. Took me a while to realize this. I would still like confirmation that it should be okay for me to clean up by removing all versions of Racket

Re: [racket-users] Incorrect value/typo in write-resource procedure documentation

2021-04-14 Thread Gustavo Massaccesi
Thanks for the report. I think the fix is correct, but this is a part of the code I don't use too much. I made a pull request, https://github.com/racket/racket/pull/3785 so someone can confirm it's correct and the message is not lost. If you have an account in Github you can subscribe to this PR

[racket-users] Questions about multiple Racket installations...

2021-04-14 Thread Don Green
I have several versions of Racket installed. Is there a way to switch between using one version and another? Example: use Racket 8 then switch back to using Racket 7. If there is no point in going back to a previous version, is there merit in removing older versions. Thanks. Don. -- You

Re: [racket-users] Questions about multiple Racket installations...

2021-04-14 Thread 'William J. Bowman' via Racket Users
I use this: https://github.com/takikawa/racket-dev-goodies When I need to switch, I just change PLTHOME to the right directory. -- William J. Bowman On Wed, Apr 14, 2021 at 11:06:15AM -0700, Don Green wrote: > I have several versions of Racket installed. > Is there a way to switch between