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

2011-02-01 Thread Matthew Flatt
At Mon, 31 Jan 2011 17:50:56 -0500, Ryan Culpepper wrote: * Matthew Flatt mfl...@cs.utah.edu - Racket Tests - Languages Tests - GRacket Tests (Also check that `gracket -z' and `gracket-text' still works in Windows and Mac OS X) - mzc Tests - mzc --exe tests - .plt-packing

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

2011-02-01 Thread Jay McCarthy
2011/1/31 Ryan Culpepper ry...@ccs.neu.edu: * Jay McCarthy jay.mccar...@gmail.com  - Web Server Tests  - XML Tests  - HTML Tests  - PLAI Tests  - Racklog tests  - Datalog tests All passed -- Jay McCarthy j...@cs.byu.edu Assistant Professor / Brigham Young University

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

2011-02-01 Thread Robby Findler
On Mon, Jan 31, 2011 at 4:50 PM, Ryan Culpepper ry...@ccs.neu.edu wrote: * Robby Findler ro...@eecs.northwestern.edu  - DrRacket Tests  - Framework Tests  - Contracts Tests  - Games Tests  - Teachpacks Tests: image tests  - PLaneT Tests  Updates:  - DrRacket Updates: update HISTORY  

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

2011-02-01 Thread Jon Rafkind
* Jon Rafkind rafk...@cs.utah.edu Release tests for (one of the) linux releases: - Test that the `racket' and `racket-textual' source releases compile fine - Test that the binary installers for both work, try each one in both normal and unix-style installation modes. (just

Re: [racket-dev] Phase distinctions and compile: identifier used out of context

2011-02-01 Thread Matthew Flatt
At Sat, 29 Jan 2011 15:07:37 -0500, Carl Eastlund wrote: The following program binds = at both phase 0 (module-scoped macro) and phase 1 (lexically-scoped value). The use of the = macro at the end expands into a recursive reference to =, which in turn produces the error compile: identifier

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

2011-02-01 Thread Vincent St-Amour
At Mon, 31 Jan 2011 17:50:56 -0500, Ryan Culpepper wrote: - Typed Scheme Tests Done. Vincent _ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/dev

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

2011-02-01 Thread Robby Findler
Oh -- but I did notice that the lambda cube game does not work; when you move your mouse over the left hand set of thingies, then turn black and never turn colored again. Robby On Tue, Feb 1, 2011 at 10:43 AM, Robby Findler ro...@eecs.northwestern.edu wrote: On Mon, Jan 31, 2011 at 4:50 PM,

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

2011-02-01 Thread Eli Barzilay
Four minutes ago, Robby Findler wrote: Oh -- but I did notice that the lambda cube game does not work; when you move your mouse over the left hand set of thingies, then turn black and never turn colored again. Oh, right -- I completely forgot about it. I'll see if I can do a quick fix. (It

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

2011-02-01 Thread Eli Barzilay
25 minutes ago, Robby Findler wrote: Oh -- but I did notice that the lambda cube game does not work; when you move your mouse over the left hand set of thingies, then turn black and never turn colored again. Seems like there's a bigger problem -- on linux the games dialog doesn't have the

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

2011-02-01 Thread Robby Findler
On Tue, Feb 1, 2011 at 6:39 PM, Eli Barzilay e...@barzilay.org wrote: Four minutes ago, Robby Findler wrote: Oh -- but I did notice that the lambda cube game does not work; when you move your mouse over the left hand set of thingies, then turn black and never turn colored again. Oh, right --

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

2011-02-01 Thread Eli Barzilay
Two hours ago, Eli Barzilay wrote: Seems like there's a bigger problem -- on linux the games dialog doesn't have the icons on the game buttons. If I run the following on windows it works, but on linux (I tried three different setups) I get the label without the bitmap. #lang racket/gui