On 2013-11-19 15:22:52 -0500, j...@racket-lang.org wrote:
> 80ba30e Jay McCarthy <j...@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
_________________________
  Racket Developers list:
  http://lists.racket-lang.org/dev

Reply via email to