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

From: Asumu Takikawa (asumu at ccs.neu.edu)
Date: Tue Nov 19 15:42:43 EST 2013

On 2013-11-19 15:22:52 -0500, jay at racket-lang.org wrote:
> 80ba30e Jay McCarthy <jay at racket-lang.org> 2013-11-19 13:22
> :
> | Fix PR14175
> :
>   M .../compiler-lib/compiler/commands/test.rkt       | 21 +++++++++++++++-----

Thanks! I'm not sure it totally fixed the issue though.

This looks better:
  -> (require (submod compiler/commands/test paths))
  -> (collection-paths "racket/gui")
  '(#<path:/home/asumu/plt/racket-git/racket/collects/racket/gui>)

But shouldn't these return results?
  -> (collection-paths "typed")
  '()
  -> (collection-paths "plot")
  '()
  -> (collection-paths "math")
  '()

Cheers,
Asumu

Posted on the dev mailing list.