Re: [racket-dev] bug in match docs

2011-02-03 Thread Matthew Flatt
At Wed, 2 Feb 2011 22:54:25 -0600, Robby Findler wrote: 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. Fixed.

[racket-dev] PLaneT gives error 502: Proxy Error when trying to confirm registration

2011-02-03 Thread Mike Kazantsev
Good day, Sorry if it's a wrong place to report the issue, but I couldn't find a mention for any place to report issues with the site (would be great if it was right on the error page, btw). Registered on PLaneT about 12h ago, and just tried confirmation link[1], but it failed with the following

Re: [racket-dev] PLaneT gives error 502: Proxy Error when trying to confirm registration

2011-02-03 Thread Robby Findler
I don't think that this is a transient issue, but it may be related to the selinux enablement. Eli: are you seeing any selinux alerts that might be relevant? Robby On Thu, Feb 3, 2011 at 12:56 AM, Mike Kazantsev mk.frag...@gmail.com wrote: Good day, Sorry if it's a wrong place to report the

Re: [racket-dev] PLaneT gives error 502: Proxy Error when trying to confirm registration

2011-02-03 Thread Eli Barzilay
20 minutes ago, Robby Findler wrote: I don't think that this is a transient issue, but it may be related to the selinux enablement. Eli: are you seeing any selinux alerts that might be relevant? No alerts. I see the error in the logs, but I don't see anything wrong in the planet server

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

2011-02-03 Thread Robby Findler
Can you get me started with a pointer to the test suite (and how to run it, if it isn't obvious)? I'll have a look and fix it if it is straightforward. Robby On Thu, Feb 3, 2011 at 12:09 PM, Gregory Cooper ghcoo...@gmail.com wrote: On Mon, Jan 31, 2011 at 2:50 PM, Ryan Culpepper

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

2011-02-03 Thread Stevie Strickland
On Jan 31, 2011, at 5:50 PM, Ryan Culpepper wrote: * Stevie Strickland sstri...@ccs.neu.edu - Unit Contract Tests - Contract Region Tests Done. Stevie _ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/dev

Re: [racket-dev] PLaneT gives error 502: Proxy Error when trying to confirm registration

2011-02-03 Thread Robby Findler
Hi: I wasn't able to reproduce the error, but looking at the logs and the code I came up with an educated guess, namely that you were using some non-raw ASCII text in your information and that was confusing planet. It looks like the test for ASCII-ness was wrong, so I've changed that test and

[racket-dev] Pre-Release Checklist for v5.1, second call

2011-02-03 Thread Ryan Culpepper
Checklist items for the v5.1 release (using the v5.0.99.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 are

Re: [racket-dev] Fwd: [racket-bug] drscheme/11585 impossible to enable test suite coverage in main language

2011-02-03 Thread Matthew Blakley
No, it is not checked for me either following these steps with 5.0.99.900. macosx Darwin ranger.ftpdhcpuser.net 10.6.0 Darwin Kernel Version 10.6.0: Wed Nov 10 18:11:58 PST 2010; root:xnu-1504.9.26~3/RELEASE_X86_64 x86_64 i386 (i386-macosx/3m) (get-display-depth) = 32 On Feb 3, 2011, at 5:20

Re: [racket-dev] PLaneT gives error 502: Proxy Error when trying to confirm registration

2011-02-03 Thread Mike Kazantsev
On Thu, 3 Feb 2011 14:04:59 -0600 Robby Findler robby-5ycghwa4rvnfxgxxwyf0drk6brjns...@public.gmane.org wrote: Hi: I wasn't able to reproduce the error, but looking at the logs and the code I came up with an educated guess, namely that you were using some non-raw ASCII text in your information

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

2011-02-03 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