Is it possible to offer to run the migrate process automatically
during the setup? I guess most users (i.e. me) expect and want it.

It would be also useful to check that the user had at least installed
one package in the previous version. For multiuser installations,
perhaps also offer to migrate the packages when DrRacket starts for
the first time.

Gustavo

On Wed, Jan 25, 2017 at 9:53 AM, Matthew Flatt <mfl...@cs.utah.edu> wrote:
> There's a `raco pkg migrate` command that should do what you want. The
> same functionality is in DrRacket's "File" -> "Package Manager..." ->
> "Copy from Version".
>
> At Wed, 25 Jan 2017 09:25:52 +0100, Konrad Hinsen wrote:
>> As with every new Racket release, I wonder if there is a straightforward
>> way to install all the packages I have installed under 6.7. Something like
>>
>>    ./6.8/raco pkg install `./6.7/raco pkg show -u`
>>
>> except that it 1) it works and 2) it handles packages from all sources,
>> not just the official catalog.
>>
>> I'll probably end up hacking something like that myself, but I wonder if
>> somebody has already done it?
>>
>> Konrad.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Racket Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to racket-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to