Re: [racket-users] raco pkg migrate

2021-07-02 Thread Laurent
I usually use this script: https://gist.github.com/Metaxal/13c4effc483c5ef9f5797ace4950f97a The only drawback I've found so far for my own use cases (unix-wide distribution) is that it won't migrate between snapshots and releases (but it will migrate between snapshots and snapshots, and between rel

[racket-users] raco pkg migrate

2021-07-01 Thread Curtis Dutton
after I install the newest racket package on my linux servers I always need to run raco pkg migrate to reinstall dependant packages. trouble is I can never figure out the version name of the previous install. Is there a raco pkg migrate command that can just migrate the packages from the latest pre

[racket-users] raco pkg migrate previous versions

2020-05-15 Thread Curtis Dutton
Is there a way to view the previous versions that were installed from raco using raco pkg migrate? I always find myself trying to guess the previous version number after an upgrade to migrate from. Does raco pkg have the ability to list previously instlalled versions like drracket does? Thanks,