samth
2020-11-2 12:16:19

Yes


laurent.orseau
2020-11-2 12:18:05

@cris2000.espinoza677 pro tip: before uninstalling, run racket -v so that you know from which version to migrate since the command is raco pkg migrate <from-version>


laurent.orseau
2020-11-2 12:26:28

(but since I’m lazy and don’t want to have to remember the previous version number, I usually use this script to migrate the packages: https://gist.github.com/Metaxal/13c4effc483c5ef9f5797ace4950f97a#file-raco-pkg-migrate-rkt I think there are a few cases where it doesn’t migrate everything, but I’m not sure when. Maybe it works only when upgrading from nightlies/snapshots? )


mihaidobri
2020-11-2 13:52:59

Hello! How can I create a new “my-location” ? that is bound to “new-location!” ?


laurent.orseau
2020-11-2 13:53:54

(define my-location (new-location!))


mihaidobri
2020-11-2 13:53:59

aaa


mihaidobri
2020-11-2 13:54:03

yes, okay


mihaidobri
2020-11-2 13:54:07

thank you!


laurent.orseau
2020-11-2 13:54:13

np