www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit d5cd4b5b06551f7168e76412f75159934563a8d3
parent fdb639b88c4386686035c636ff1c8ad73177d6dd
Author: Matthew Flatt <mflatt@racket-lang.org>
Date:   Mon,  2 Jun 2014 12:34:12 +0100

rackunit/docs-complete: move to the "racket-index" package

Modules are not supposed to move to different packages, anymore, so
I'm breaking a rule. The problem is that having `rackunit/docs-complete`
in "scribble-lib" made "scribble-lib" depend on "racket-index", and
that's an undesirable dependency. (Installing Scribble shouldn't
force you to have Racket documentation.) I should have noticed
the problem when I moved `setup/xref` to "racket-index", but I missed
it.

As far as I can tell, there's only one package on pkgs.racket-lang.org
that isn't in the main repository and uses `rackunit/docs-index`. The
package doesn't correctly declare its dependencies, anyway.

original commit: d33c2252e10dbeb22e49c85f03707345e2756ce5

Diffstat:
Mpkgs/macro-debugger-pkgs/macro-debugger/info.rkt | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pkgs/macro-debugger-pkgs/macro-debugger/info.rkt b/pkgs/macro-debugger-pkgs/macro-debugger/info.rkt @@ -12,7 +12,8 @@ "unstable-lib" "unstable-list-lib" "macro-debugger-text-lib")) -(define build-deps '("rackunit-lib" +(define build-deps '("racket-index" + "rackunit-lib" "scribble-lib" "racket-doc" "unstable-doc"))