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? Sam _________________________ Racket Developers list: http://lists.racket-lang.org/dev