Re: [racket-dev] chaperones in 5.3.1?

2012-10-25 Thread Sam Tobin-Hochstadt
On Thu, Oct 25, 2012 at 2:09 PM, Danny Yoo wrote: > On Thu, Oct 25, 2012 at 2:55 PM, Sam Tobin-Hochstadt > wrote: >> Hi Danny, >> >> I'm looking into your code. Can you provide some instructions for how >> I can test Whalesong myself, so that I can reduce the cycle time on >> this issue? > > Sur

Re: [racket-dev] chaperones in 5.3.1?

2012-10-25 Thread Sam Tobin-Hochstadt
I've now pushed a fix for the latest example you posted, and I'm working on running the Whalesong tests. On Thu, Oct 25, 2012 at 1:55 PM, Sam Tobin-Hochstadt wrote: > Hi Danny, > > I'm looking into your code. Can you provide some instructions for how > I can test Whalesong myself, so that I can r

Re: [racket-dev] What's the process for adding a project to DrDr

2012-10-25 Thread Danny Yoo
On Thu, Oct 25, 2012 at 3:22 PM, Jay McCarthy wrote: > DrDr gives you access to an X11 display, so I suppose you could run > Firefox or something else that you could script. I don't really know > anything about that and/or getting the results back to the Racket > script to signal success or failur

Re: [racket-dev] What's the process for adding a project to DrDr

2012-10-25 Thread Jay McCarthy
DrDr gives you access to an X11 display, so I suppose you could run Firefox or something else that you could script. I don't really know anything about that and/or getting the results back to the Racket script to signal success or failure. Currently the only GUI tests are DrRacket's and they are qu

Re: [racket-dev] What's the process for adding a project to DrDr

2012-10-25 Thread Danny Yoo
On Tue, Oct 23, 2012 at 9:56 PM, Jay McCarthy wrote: > DrDr has the capability of doing that [installing packages], but > installing Planet packages requires running raco setup which could > break the parallelism and cause changes that are unsafe to the other > tests. Also, I'd have to change it t

Re: [racket-dev] chaperones in 5.3.1?

2012-10-25 Thread Danny Yoo
On Thu, Oct 25, 2012 at 2:55 PM, Sam Tobin-Hochstadt wrote: > Hi Danny, > > I'm looking into your code. Can you provide some instructions for how > I can test Whalesong myself, so that I can reduce the cycle time on > this issue? Sure, no problem. From scratch: $ git clone git://github.com/d

Re: [racket-dev] chaperones in 5.3.1?

2012-10-25 Thread Sam Tobin-Hochstadt
Hi Danny, I'm looking into your code. Can you provide some instructions for how I can test Whalesong myself, so that I can reduce the cycle time on this issue? Thanks, Sam On Thu, Oct 25, 2012 at 11:43 AM, Danny Yoo wrote: > On Thu, Oct 25, 2012 at 12:36 PM, Danny Yoo wrote: >>> ;;; test-const

Re: [racket-dev] chaperones in 5.3.1?

2012-10-25 Thread Danny Yoo
On Thu, Oct 25, 2012 at 12:36 PM, Danny Yoo wrote: >> ;;; test-const-value.rkt > > Whoops, I made an incorrect reduced test case. I broke something when > trying to make the reduced test case from what I'm seeing in > Whalesong. Let me follow up when I produce a correct reduced test > case. Ok,

Re: [racket-dev] chaperones in 5.3.1?

2012-10-25 Thread Danny Yoo
> ;;; test-const-value.rkt Whoops, I made an incorrect reduced test case. I broke something when trying to make the reduced test case from what I'm seeing in Whalesong. Let me follow up when I produce a correct reduced test case. _ Racket Developers list: http://lists.

Re: [racket-dev] chaperones in 5.3.1?

2012-10-25 Thread Danny Yoo
On Wed, Oct 24, 2012 at 8:19 PM, wrote: > I've pushed a change which fixes this. Ok, thank you. Whalesong is still not working, but it got further this time. I'm hitting the following exception now: ### ensure-const-value: broke its contract A

Re: [racket-dev] Release Announcement for v5.3.1

2012-10-25 Thread Robby Findler
I believe this is the first release where online check syntax is enabled by default. I'm not sure, but I also think that it hasn't been mentioned in the release notes before. Robby On Wednesday, October 24, 2012, Ryan Culpepper wrote: > The release announcement sketch that I have so far is below