racket/pkgs
Matthew Flatt 47f1b4498f setup/infotab: drop (require string-constants)' and (string-constant <id>)'
The problem with allowing `(require string-constants)' in an
"info.rkt" file is that "string-constants-lib" is a package that might
not be installed.  Removing it allows any "info.rkt" file to be loaded
with just the core.

Strings constants were used for `textbook-pls' and
`drscheme-language-positions' entries. To enable access to string
constants for those specifications, DrRacket now recognizes
`get-textbook-pls' and `get-drscheme-language-positions' as
module path plus symbol specifications.

Also, fix up conflict checking in `raco pkg install' so that ".zo"
files without source do not count as provided modules unless an
"info.rkt" declares `assume-virtual-sources' (which is where we
got into trouble, again, with `string-constants'), making it
consistent with the way that `raco setup' removes ".zo" files.
2013-06-28 06:06:01 -06:00
..
algol60 a step toward single-collection packages as default 2013-06-25 22:46:23 +02:00
compatibility-lib Move mzlib/restart back to fix build. 2013-06-27 23:37:33 -04:00
contract-profile a step toward single-collection packages as default 2013-06-25 22:46:23 +02:00
data-lib Move various data structures to data-lib pkg. 2013-06-27 13:53:52 -04:00
datalog a step toward single-collection packages as default 2013-06-25 22:46:23 +02:00
deinprogramm setup/infotab: drop (require string-constants)' and (string-constant <id>)' 2013-06-28 06:06:01 -06:00
distro-build a step toward single-collection packages as default 2013-06-25 22:46:23 +02:00
draw-pkgs a step toward single-collection packages as default 2013-06-25 22:46:23 +02:00
drracket setup/infotab: drop (require string-constants)' and (string-constant <id>)' 2013-06-28 06:06:01 -06:00
eopl Move compatibility, pconvert, and mutable pairs to new packages. 2013-06-27 13:53:52 -04:00
errortrace-pkgs Move errortrace collection and documentation to new packages. 2013-06-27 13:53:52 -04:00
frtime a step toward single-collection packages as default 2013-06-25 22:46:23 +02:00
future-visualizer-pkgs a step toward single-collection packages as default 2013-06-25 22:46:23 +02:00
games a step toward single-collection packages as default 2013-06-25 22:46:23 +02:00
gui-pkgs link development-mode packages in a separate pkg database 2013-06-27 21:52:23 -06:00
honu a step toward single-collection packages as default 2013-06-25 22:46:23 +02:00
htdp setup/infotab: drop (require string-constants)' and (string-constant <id>)' 2013-06-28 06:06:01 -06:00
html-pkgs a step toward single-collection packages as default 2013-06-25 22:46:23 +02:00
icons a step toward single-collection packages as default 2013-06-25 22:46:23 +02:00
images a step toward single-collection packages as default 2013-06-25 22:46:23 +02:00
lazy a step toward single-collection packages as default 2013-06-25 22:46:23 +02:00
macro-debugger-pkgs a step toward single-collection packages as default 2013-06-25 22:46:23 +02:00
main-distribution link development-mode packages in a separate pkg database 2013-06-27 21:52:23 -06:00
make a step toward single-collection packages as default 2013-06-25 22:46:23 +02:00
math a step toward single-collection packages as default 2013-06-25 22:46:23 +02:00
mysterx a step toward single-collection packages as default 2013-06-25 22:46:23 +02:00
mzcom a step toward single-collection packages as default 2013-06-25 22:46:23 +02:00
mzscheme a step toward single-collection packages as default 2013-06-25 22:46:23 +02:00
parser-tools-pkgs a step toward single-collection packages as default 2013-06-25 22:46:23 +02:00
pconvert-lib Move much of mzlib to compatibility-lib package. 2013-06-27 13:53:52 -04:00
pict-pkgs a step toward single-collection packages as default 2013-06-25 22:46:23 +02:00
picturing-programs a step toward single-collection packages as default 2013-06-25 22:46:23 +02:00
plai a step toward single-collection packages as default 2013-06-25 22:46:23 +02:00
plot a step toward single-collection packages as default 2013-06-25 22:46:23 +02:00
plt-services Move compatibility, pconvert, and mutable pairs to new packages. 2013-06-27 13:53:52 -04:00
preprocessor a step toward single-collection packages as default 2013-06-25 22:46:23 +02:00
profile-pkgs a step toward single-collection packages as default 2013-06-25 22:46:23 +02:00
r5rs-pkgs Move compatibility, pconvert, and mutable pairs to new packages. 2013-06-27 13:53:52 -04:00
r6rs-pkgs Move compatibility, pconvert, and mutable pairs to new packages. 2013-06-27 13:53:52 -04:00
racket-pkgs setup/infotab: drop (require string-constants)' and (string-constant <id>)' 2013-06-28 06:06:01 -06:00
racklog a step toward single-collection packages as default 2013-06-25 22:46:23 +02:00
rackunit-lib link development-mode packages in a separate pkg database 2013-06-27 21:52:23 -06:00
readline-pkgs a step toward single-collection packages as default 2013-06-25 22:46:23 +02:00
realm a step toward single-collection packages as default 2013-06-25 22:46:23 +02:00
redex adjust the hole structs a little bit to get better printing at the REPL 2013-06-25 18:42:36 -05:00
sandbox-lib link development-mode packages in a separate pkg database 2013-06-27 21:52:23 -06:00
schemeunit a step toward single-collection packages as default 2013-06-25 22:46:23 +02:00
scribble-pkgs link development-mode packages in a separate pkg database 2013-06-27 21:52:23 -06:00
sgl a step toward single-collection packages as default 2013-06-25 22:46:23 +02:00
slatex a step toward single-collection packages as default 2013-06-25 22:46:23 +02:00
slideshow-pkgs a step toward single-collection packages as default 2013-06-25 22:46:23 +02:00
snip-pkgs a step toward single-collection packages as default 2013-06-25 22:46:23 +02:00
srfi-pkgs Move compatibility, pconvert, and mutable pairs to new packages. 2013-06-27 13:53:52 -04:00
string-constants-lib a step toward single-collection packages as default 2013-06-25 22:46:23 +02:00
swindle a step toward single-collection packages as default 2013-06-25 22:46:23 +02:00
syntax-color-pkgs Move compatibility, pconvert, and mutable pairs to new packages. 2013-06-27 13:53:52 -04:00
trace a step toward single-collection packages as default 2013-06-25 22:46:23 +02:00
typed-racket-more a step toward single-collection packages as default 2013-06-25 22:46:23 +02:00
typed-racket-pkgs Typo in comment 2013-06-27 19:00:14 -04:00
unstable a step toward single-collection packages as default 2013-06-25 22:46:23 +02:00
unstable-contract-lib Move unstable/contract and unstable/options to their own packages. 2013-06-27 13:53:52 -04:00
unstable-latent-contract-lib a step toward single-collection packages as default 2013-06-25 22:46:23 +02:00
unstable-list-lib a step toward single-collection packages as default 2013-06-25 22:46:23 +02:00
unstable-options-lib Move unstable/contract and unstable/options to their own packages. 2013-06-27 13:53:52 -04:00
unstable-parameter-group-lib a step toward single-collection packages as default 2013-06-25 22:46:23 +02:00
web-server-pkgs Move unstable/contract and unstable/options to their own packages. 2013-06-27 13:53:52 -04:00
wxme-pkgs a step toward single-collection packages as default 2013-06-25 22:46:23 +02:00
xrepl-pkgs a step toward single-collection packages as default 2013-06-25 22:46:23 +02:00