[racket] shell-completion package missing
On Sat, Oct 5, 2013 at 4:12 PM, Vlad Kozin <vladilen.kozin at gmail.com> wrote:
>
> Docs say:
>
> > The "meta" collection is only available in the Racket Full distribution
>
> What's Racket Full distribution?
The "Full" distribution includes everything in the repository,
including tests and libraries that weren't widely used. It's a
concept that's going away with the new package system.
It appears the it's no longer available on the release page -- Eli, do
you know what happened there? You can download it from the nightly
build page from before the package split:
http://pre.racket-lang.org/installers/ but I don't recommend that.
Instead, get a current snapshot: http://www.cs.utah.edu/plt/snapshots/
and use that.
I think it was probably a mistake to have the shell completion scripts
only in the Full distribution, but since we've re-organized the
distribution it won't be a problem in the future..
Sam