[racket-dev] `collection-path' Considered Brittle

From: Jay McCarthy (jay.mccarthy at gmail.com)
Date: Mon Nov 4 16:22:05 EST 2013

You should check out "raco test" for collection-paths:

https://github.com/plt/racket/blob/master/pkgs/compiler-pkgs/compiler-lib/compiler/commands/test.rkt#L168

On Mon, Nov 4, 2013 at 12:56 PM, Vincent St-Amour <stamourv at ccs.neu.edu> wrote:
> At Mon, 4 Nov 2013 11:49:44 -0600,
> Robby Findler wrote:
>> collection-path is legacy and should generally be removed when you find it
>> (I think I fixed two uses of it Saturday in fact).
>
> The documentation does mention that `collection-file-path' is usually
> preferred, but it doesn't make it clear that `collection-path' is
> legacy. I'll think of a stronger wording.
>
>> But hopefully you could use collection-file-path in most cases instead of a
>> collections-path function.
>
> I pushed a fix for the macro stepper, using `collections-file-path'.
>
> Vincent
> _________________________
>   Racket Developers list:
>   http://lists.racket-lang.org/dev



-- 
Jay McCarthy <jay at cs.byu.edu>
Assistant Professor / Brigham Young University
http://faculty.cs.byu.edu/~jay

"The glory of God is Intelligence" - D&C 93

Posted on the dev mailing list.