[racket-dev] bug in match docs

2011-02-02 Thread Robby Findler
I see this in the match docs: > (match (make-hat 23 'bowler) [(struct shoe (sz col)) sz] [(struct hat (sz stl)) sz]) reference to undefined identifier: make-hat and I think that's a bug in the docs. Robby _ For list-related admin

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

2011-02-02 Thread Jon Rafkind
> * Jon Rafkind > 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 ubuntu) > [Note

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

2011-02-02 Thread Eli Barzilay
A few seconds ago, Matthew Flatt wrote: > At Wed, 2 Feb 2011 16:01:42 -0500, Eli Barzilay wrote: > > I have a change that does that (disables plot if the directory is > > missing). Is it a problem if configure becomes the result of Autoconf > > 2.61 (it's currently 2.66). > > Yes, it's best if we

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

2011-02-02 Thread Matthew Flatt
At Wed, 2 Feb 2011 16:01:42 -0500, Eli Barzilay wrote: > I have a change that does that (disables plot if the directory is > missing). Is it a problem if configure becomes the result of Autoconf > 2.61 (it's currently 2.66). Yes, it's best if we stick to 2.66, so I'm happy to do that part. _

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

2011-02-02 Thread Matthew Flatt
At Wed, 02 Feb 2011 13:58:56 -0700, Jon Rafkind wrote: > On 02/02/2011 01:26 PM, Matthew Flatt wrote: > > At Wed, 02 Feb 2011 12:20:52 -0700, Jon Rafkind wrote: > >> This patch makes configure ignore plot if plot/Makefile is not found. Ok > >> to commit? > > Don't modify "configure" directly. Its s

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

2011-02-02 Thread Eli Barzilay
30 minutes ago, Matthew Flatt wrote: > At Wed, 02 Feb 2011 12:20:52 -0700, Jon Rafkind wrote: > > This patch makes configure ignore plot if plot/Makefile is not found. Ok > > to commit? > > Don't modify "configure" directly. Its source is > "racket/configure.in". I have a change that does that (d

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

2011-02-02 Thread Jon Rafkind
On 02/02/2011 01:26 PM, Matthew Flatt wrote: > At Wed, 02 Feb 2011 12:20:52 -0700, Jon Rafkind wrote: >> This patch makes configure ignore plot if plot/Makefile is not found. Ok >> to commit? > Don't modify "configure" directly. Its source is "racket/configure.in". > My patch was for src/racket/co

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

2011-02-02 Thread Matthew Flatt
At Wed, 02 Feb 2011 12:20:52 -0700, Jon Rafkind wrote: > This patch makes configure ignore plot if plot/Makefile is not found. Ok > to commit? Don't modify "configure" directly. Its source is "racket/configure.in". But the problem for the releaseis that "src/plot" should be included, right?

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

2011-02-02 Thread Jon Rafkind
On 02/01/2011 01:05 PM, Jon Rafkind wrote: >> * Jon Rafkind >> 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-s

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

2011-02-02 Thread Casey Klein
On Mon, Jan 31, 2011 at 4:50 PM, Ryan Culpepper wrote: > > * Casey Klein >  - Redex Tests Done. >  Updates: >  - Redex Updates: update HISTORY >  (updates should show v5.1 as the most current version; email me >  to pick the changes when they're done, or tell me if there are no such >  changes.

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

2011-02-02 Thread Matthew Flatt
At Wed, 2 Feb 2011 08:44:53 -0500, Sam Tobin-Hochstadt wrote: > On Wed, Feb 2, 2011 at 8:09 AM, Matthew Flatt wrote: > > > > Recent versions of Ubuntu are configured disable images that accompany > > text labels within buttons. For now, I made `racket/gui' enable button > > images globally within

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

2011-02-02 Thread Sam Tobin-Hochstadt
On Wed, Feb 2, 2011 at 8:09 AM, Matthew Flatt wrote: > > Recent versions of Ubuntu are configured disable images that accompany > text labels within buttons. For now, I made `racket/gui' enable button > images globally within the application, although it should really > should be button-specific (

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

2011-02-02 Thread Matthew Flatt
At Tue, 1 Feb 2011 22:27:50 -0500, Eli Barzilay wrote: > 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 differ