Re: [racket-dev] Release for v5.3 has begun

2012-07-18 Thread Matthias Felleisen
For various reasons, the release is running late. The release committee -- Robby, Jay, Ryan and I -- have therefore decided to accelerate the release schedule a bit: -- 17th create release branch (lasts until tomorrow 10am) -- 23rd begin testing -- 24th call for release

Re: [racket-dev] [plt] Push #25007: master branch updated

2012-07-18 Thread Sam Tobin-Hochstadt
On Tue, Jul 17, 2012 at 5:59 PM, Ryan Culpepper r...@cs.utah.edu wrote: On 07/17/2012 05:32 PM, mfl...@racket-lang.org wrote: mflatt has updated `master' from 3b5eb1da41 to 6b3e207ecd. http://git.racket-lang.org/plt/3b5eb1da41..6b3e207ecd =[ 2 Commits

Re: [racket-dev] [plt] Push #25007: master branch updated

2012-07-18 Thread Robby Findler
In addition to making a GUI program, eg: #lang racket/gui (send (new frame% [label ][width 100]) show #t) Into an executable and using raco exe to create an executable, you could also test doing that inside DrRacket (the Create Executable menu item when you are in the module language has several

Re: [racket-dev] [plt] Push #25007: master branch updated

2012-07-18 Thread Sam Tobin-Hochstadt
On Wed, Jul 18, 2012 at 9:28 AM, Robby Findler ro...@eecs.northwestern.edu wrote: In addition to making a GUI program, eg: #lang racket/gui (send (new frame% [label ][width 100]) show #t) Into an executable and using raco exe to create an executable, This worked correctly, with just 'raco

Re: [racket-dev] [plt] Push #25007: master branch updated

2012-07-18 Thread Robby Findler
Sounds like they aren't. But it isn't clear when the bug was introduced. Robby On Wed, Jul 18, 2012 at 8:47 AM, Sam Tobin-Hochstadt sa...@ccs.neu.edu wrote: On Wed, Jul 18, 2012 at 9:28 AM, Robby Findler ro...@eecs.northwestern.edu wrote: In addition to making a GUI program, eg: #lang

[racket-dev] Racket 5.3 release branch doesn't build

2012-07-18 Thread Aleksej Saushev
Hello, Racket 5.3 release branch doesn't build on NetBSD 6.0_BETA2 i386: env CFLAGS=-O2 -pthread -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include -pthread LDFLAGS=-L/usr/pkg/lib

Re: [racket-dev] [plt] Push #25015: master branch updated

2012-07-18 Thread Eli Barzilay
An hour and a half ago, e...@racket-lang.org wrote: 36ee9f9 Eli Barzilay e...@racket-lang.org 2012-07-18 22:52 : | Fix typo from commit 12a4ee8. : At least it looked like a typo -- I didn't see `intptr_' defined anywhere. The weird thing is that it failed only on the ppc build, so perhaps

Re: [racket-dev] [plt] Push #25015: master branch updated

2012-07-18 Thread Eli Barzilay
[Sorry, I meant to send this to Matthew...] Just now, Eli Barzilay wrote: An hour and a half ago, e...@racket-lang.org wrote: 36ee9f9 Eli Barzilay e...@racket-lang.org 2012-07-18 22:52 : | Fix typo from commit 12a4ee8. : At least it looked like a typo -- I didn't see `intptr_'