Re: [racket-dev] why "raco exe" gives a data file in SunOS?

2013-06-29 Thread Matthew Flatt
Hi, Thanks for the report! I expect that I'm going to have to set up an OpenIndiana virtual machine to replicate the problem and fix it, and I haven't had a chance to try that, yet. I hope to get to it soon. Matthew At Sat, 29 Jun 2013 00:06:38 +0800, WarGrey Gyoudmon Ju wrote: > I reported this

Re: [racket-dev] why "raco exe" gives a data file in SunOS?

2013-06-29 Thread WarGrey Gyoudmon Ju
Thank you to take care of this issue. On Sat, Jun 29, 2013 at 6:46 PM, Matthew Flatt wrote: > Hi, > > Thanks for the report! I expect that I'm going to have to set up an > OpenIndiana virtual machine to replicate the problem and fix it, and > I haven't had a chance to try that, yet. I hope to g

[racket-dev] checking package dependencies

2013-06-29 Thread Matthew Flatt
The `raco setup' tool now checks declared package dependencies against actual library dependencies. Use `--no-pkg-deps' or `-K' to skip the check (which takes 5-6 seconds on my machine). PLEASE pay attention to dependency-declaration errors before you push a commit that might introduce them! Check

Re: [racket-dev] checking package dependencies

2013-06-29 Thread Sam Tobin-Hochstadt
On Sat, Jun 29, 2013 at 9:18 AM, Matthew Flatt wrote: > > Practically every package will need a dependency on "base", which is a > package that represents the libraries in the core; it's the > package-level analogue of having to start every module with `#lang > racket'. The idea is that the conten

Re: [racket-dev] checking package dependencies

2013-06-29 Thread Matthew Flatt
At Sat, 29 Jun 2013 10:27:44 -0400, Sam Tobin-Hochstadt wrote: > On Sat, Jun 29, 2013 at 9:18 AM, Matthew Flatt wrote: > > > > Practically every package will need a dependency on "base", which is a > > package that represents the libraries in the core; it's the > > package-level analogue of having

Re: [racket-dev] checking package dependencies

2013-06-29 Thread Sam Tobin-Hochstadt
On Sat, Jun 29, 2013 at 9:18 AM, Matthew Flatt wrote: > > There is one dependency problem, currently: "drracket" depends on > "htdp" through a test. That problem was created by a commit before > dependency checking was available, and we'll get it fixed. I currently get the error: raco setup: fou

Re: [racket-dev] checking package dependencies

2013-06-29 Thread Matthew Flatt
At Sat, 29 Jun 2013 15:46:16 -0400, Sam Tobin-Hochstadt wrote: > On Sat, Jun 29, 2013 at 9:18 AM, Matthew Flatt wrote: > > > > There is one dependency problem, currently: "drracket" depends on > > "htdp" through a test. That problem was created by a commit before > > dependency checking was availa