This code finds all the places where links could go (the package system just looks like lots of links to Racket):
https://github.com/plt/racket/blob/master/collects/compiler/commands/test.rkt#L50-93 And it's pretty hairy. Jay On Sun, Feb 3, 2013 at 10:29 PM, Danny Yoo <[email protected]> wrote: > On Sun, Feb 3, 2013 at 8:23 PM, Robby Findler > <[email protected]> wrote: >> Why do you think it should include so much stuff? I would have said it >> should include only the directories where we know that collections live. > > Can those other directories are also potential places where > collections could be installed? If not, then never mind, and I can > leave the directory list as it stands. > _________________________ > Racket Developers list: > http://lists.racket-lang.org/dev -- Jay McCarthy <[email protected]> Assistant Professor / Brigham Young University http://faculty.cs.byu.edu/~jay "The glory of God is Intelligence" - D&C 93 _________________________ Racket Developers list: http://lists.racket-lang.org/dev

