Re: [racket-dev] Pre-Release Checklist for v5.3.6

2013-07-22 Thread Jon Rafkind
> * Jon Rafkind > Release tests for (one of the) linux releases: > - Test that the `racket' and `racket-textual' source releases > compile fine (note that they're still called `plt' and `mz' at > this stage). > - Test that the binary installers for both work, try each one in > b

Re: [racket-dev] Pre-Release Checklist for v5.3.6

2013-07-22 Thread Robby Findler
On Mon, Jul 22, 2013 at 2:13 PM, Ryan Culpepper wrote: > > * Robby Findler > - DrRacket Tests > - Framework Tests > - Contracts Tests > - Games Tests > - Teachpacks Tests: image tests > - PLaneT Tests > - Redex Tests > Updates: > - DrRacket Updates: update HISTORY > - Redex U

Re: [racket-dev] `#%declare' and cross-phase persistent modules

2013-07-22 Thread Stephen Chang
The build completes successfully now. Thanks. On Mon, Jul 22, 2013 at 5:33 PM, Matthew Flatt wrote: > I'm seeing that in a fresh build. (Didn't see it before, because I had > mangled my build.) > > I'll push a repair shortly. > > At Mon, 22 Jul 2013 17:14:49 -0400, Stephen Chang wrote: >> When co

Re: [racket-dev] Pre-Release Checklist for v5.3.6

2013-07-22 Thread Vincent St-Amour
At Mon, 22 Jul 2013 15:13:28 -0400, Ryan Culpepper wrote: > > Checklist items for the v5.3.6 release >(using the v5.3.5.900 release candidate build) > > Search for your name to find relevant items, reply when you finish an > item (please indicate which item/s is/are done). Also, if you have

Re: [racket-dev] Pre-Release Checklist for v5.3.6

2013-07-22 Thread Carl Eastlund
On Mon, Jul 22, 2013 at 3:13 PM, Ryan Culpepper wrote: > * Carl Eastlund > - Dracula Tests (confirm that Dracula runs from PLaneT) > Done. _ Racket Developers list: http://lists.racket-lang.org/dev

Re: [racket-dev] `#%declare' and cross-phase persistent modules

2013-07-22 Thread Matthew Flatt
I'm seeing that in a fresh build. (Didn't see it before, because I had mangled my build.) I'll push a repair shortly. At Mon, 22 Jul 2013 17:14:49 -0400, Stephen Chang wrote: > When compiling a fresh git head clone, I still get some cross-phase > persistence errors (see below). Is this my fault,

Re: [racket-dev] `#%declare' and cross-phase persistent modules

2013-07-22 Thread Carl Eastlund
I get the same thing. Also, the error message is particularly unhelpful. It does not give the name of the module, a source location, or any indication of what part of the module did not match what part of the grammar in what way. This is pretty much impossible to debug without searching for every

Re: [racket-dev] `#%declare' and cross-phase persistent modules

2013-07-22 Thread Stephen Chang
When compiling a fresh git head clone, I still get some cross-phase persistence errors (see below). Is this my fault, or are some packages still missing the declaration? raco setup: --- checking package dependencies --- raco setup: raco setup: error: during making for /errortrace-doc/errortrace/s

Re: [racket-dev] Pre-Release Checklist for v5.3.6

2013-07-22 Thread Matthew Flatt
At Mon, 22 Jul 2013 15:13:28 -0400, Ryan Culpepper wrote: > * Matthew Flatt >- Racket Tests >- Languages Tests >- GRacket Tests (Also check that `gracket -z' and `gracket-text' still > works in Windows and Mac OS X) >- mzc --exe tests >- .plt-packing Tests >- Games Tes

Re: [racket-dev] package-system update

2013-07-22 Thread Matthew Flatt
At Mon, 22 Jul 2013 20:48:14 +0200, Togan Muftuoglu wrote: > However one thing is missing, the man pages are not installed by the make > install phase. For openSUSE (yet it should be the same for other distros) > every executable file should have a man page. I've updated "info.rkt" fil

[racket-dev] Pre-Release Checklist for v5.3.6

2013-07-22 Thread Ryan Culpepper
Checklist items for the v5.3.6 release (using the v5.3.5.900 release candidate build) Search for your name to find relevant items, reply when you finish an item (please indicate which item/s is/are done). Also, if you have any commits that should have been picked, make sure that the changes ar

Re: [racket-dev] package-system update

2013-07-22 Thread Togan Muftuoglu
> On Sun, 21 Jul 2013 10:32:10 -0600, Matthew Flatt > said: Matthew> When the "gui" (or "gui-lib") package is installed, then a Matthew> "gracket" executable is added to "bin". The "starter" executable Matthew> is used by `raco exe' to generate executables (that sometime

[racket-dev] `#%declare' and cross-phase persistent modules

2013-07-22 Thread Matthew Flatt
As of v5.90.0.2 (pending), to declare a cross-phase persistent module, the module body must include (#%declare #:cross-phase-persistent) If the module declaration fails to meet the syntactic and import constraints of a cross-phase persistent module, then a syntax error is reported. This change