racket/collects/tests/planet2
Matthew Flatt 59f289249f raco pkg: user-specific and version-specific by default
The default `raco pkg' mode should work right for a
multiple-version installation (because everything in
Racket should work in a multiple-version installation).
Along the same lines, `raco pkg' should work if the
installation directory is unwriteable. So, the default
mode is user-specific and version-specific.

Use `--shared' or `-s' for user-specific, all-version
installs.

By default, `raco pkg show' now shows packages installed
in all three modes (installation-wide, user- and version-
specific, and user-specific all-version). Use `-i', `-u',
or `-s' to show just one of them.
2012-11-30 19:09:19 -07:00
..
test-pkgs raco pkg: switch from "METADATA.rktd" to "info.rkt" 2012-11-30 19:09:19 -07:00
shelly.rkt
test.rkt raco pkg: switch from "METADATA.rktd" to "info.rkt" 2012-11-30 19:09:19 -07:00
tests-basic.rkt
tests-checksums.rkt
tests-config.rkt
tests-conflicts.rkt raco pkg: user-specific and version-specific by default 2012-11-30 19:09:19 -07:00
tests-create.rkt Removing default from 'raco pkg create' 2012-11-12 12:03:40 -07:00
tests-deps.rkt
tests-install.rkt raco pkg: switch from "METADATA.rktd" to "info.rkt" 2012-11-30 19:09:19 -07:00
tests-locking.rkt
tests-main-server.rkt
tests-name.rkt raco pkg: switch from "METADATA.rktd" to "info.rkt" 2012-11-30 19:09:19 -07:00
tests-network.rkt `raco pkg': fixes for package source inference and handling 2012-11-29 06:43:51 -07:00
tests-overwrite.rkt raco pkg: switch from "METADATA.rktd" to "info.rkt" 2012-11-30 19:09:19 -07:00
tests-planet.rkt
tests-raco.rkt `raco pkg': fixes for package source inference and handling 2012-11-29 06:43:51 -07:00
tests-remove.rkt raco pkg: user-specific and version-specific by default 2012-11-30 19:09:19 -07:00
tests-update-auto.rkt raco pkg: user-specific and version-specific by default 2012-11-30 19:09:19 -07:00
tests-update-deps.rkt Removing default from 'raco pkg create' 2012-11-12 12:03:40 -07:00
tests-update.rkt `raco pkg': fixes for package source inference and handling 2012-11-29 06:43:51 -07:00
util.rkt