Re: [racket] collection installer that does raco link

2013-11-19 Thread Matthew Flatt
I would say that there's no good way for a PLaneT package to make itself a collection. Instead, the new package system is the right way to add a collection. If you need to link a package as a collection (perhaps for a version of Racket that pre-dates the package system), using `link` as you sugges

[racket] collection installer that does raco link

2013-11-18 Thread Neil Van Dyke
If I want to have a PLaneT package "foo" that sets up a "#lang foo" to refer to itself, is the following the right way to do the "raco link"? * Have the "info.rkt" "post-install-collection" use procedure "links" from module "setup/link", using "this-expression-source-directory" to figure out t