At Thu, 18 Jul 2013 16:33:31 -0400, Sam Tobin-Hochstadt wrote: > On Tue, Jul 16, 2013 at 8:46 PM, <mfl...@racket-lang.org> wrote: > > > > > > d50d0f8 Matthew Flatt <mfl...@racket-lang.org> 2013-07-16 15:56 > > : > > | enable compilation of tests formerly in "racket-test"; reorganize > > | > > | A package like "gui" does not depend on a package like "gui-test", > > | which means that you have to specifically ask for a test package if > > | you want the tests. A new "main-distribution-test" package > > | aggregates the tests for packages that are in "main-distribution". > > This change now makes setting up `racket-test` much more expensive, > because it pulls in all the documentation. For example, the builds on > Travis, which build "racket-test", now time out. > > What do you think the right solution to resolve this is? Splitting > the `racket-test` package more? Into how many pieces?
It looks like the dependency from "racket-test" on "racket-doc" is just because the "scriblib" collection is in "racket-doc". Maybe fixing that will solve the problem, and I'll try it. _________________________ Racket Developers list: http://lists.racket-lang.org/dev