Re: [racket] raco exe and collection path

2013-10-23 Thread Erik Pearson
Hi Sam, I was replacing net/url, but with a copy of the system library which I was modifying in a way that would not alter the existing public interface. I was relying on some external packages like racket-couchdb that I'd rather keep working as-is in terms of the net/url interface. At least at th

Re: [racket] raco exe and collection path

2013-10-22 Thread Sam Tobin-Hochstadt
On Tue, Oct 22, 2013 at 8:54 PM, Erik Pearson wrote: > Thanks. > > raco link -d is working, that is, my collections are > found, although I still have one little problem. The precedence of my linked > collection directory seems to be lower than for the built-in collections. > With the explicit co

Re: [racket] raco exe and collection path

2013-10-22 Thread Erik Pearson
Thanks. raco link -d is working, that is, my collections are found, although I still have one little problem. The precedence of my linked collection directory seems to be lower than for the built-in collections. With the explicit collections directory setting in drracket I'm able to set the githu

Re: [racket] raco exe and collection path

2013-10-22 Thread Sam Tobin-Hochstadt
On Tue, Oct 22, 2013 at 7:36 PM, Greg Hendershott wrote: > I think the equivalent to DrRacket's Collection Paths setting might be > to use the PLTCOLLECTS environment variable? See: > > http://docs.racket-lang.org/reference/collects.html > > Also there are a number of command-line flags; I'm n

Re: [racket] raco exe and collection path

2013-10-22 Thread Greg Hendershott
I think the equivalent to DrRacket's Collection Paths setting might be to use the PLTCOLLECTS environment variable? See: http://docs.racket-lang.org/reference/collects.html Also there are a number of command-line flags; I'm not sure which corresponds to exactly what you need: $ racket -h ...

[racket] raco exe and collection path

2013-10-22 Thread Erik Pearson
Hi, I've just switched over to the Racket github master from 5.3.6. It is set up well enough that development proceeds normally. I have setup a collection directory which contains libraries that I'm developing and upon which my main projects depend. For DrRacket work I have used Language -> Choose