[racket-dev] [plt] Push #23273: master branch updated

From: Eli Barzilay (eli at barzilay.org)
Date: Tue Aug 16 21:17:39 EDT 2011

30 minutes ago, Casey Klein wrote:
> No, the build failure is due to this bug:
> 
> http://bugs.racket-lang.org/query/?cmd=view&pr=12116
> 
> I'd be happy to avoid building redex/tests/compiler temporarily, but
> I don't know how to do that, short of removing it from the
> repository entirely.

You can add it to the omit list at "collects/tests/info.rkt".  Most
tests are omitted, partly because many relied on planet packages,
which makes it a bad idea to compile them (since running setup should
usually not rely on user-specific stuff).

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                    http://barzilay.org/                   Maze is Life!


Posted on the dev mailing list.