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] What's the process for adding a project to DrDr

2012-10-23 Thread Jay McCarthy
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 to go run all the files inside the package, which is do-able.

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

2012-10-23 Thread Robby Findler
Would it make sense to have drdr get whalesong directly from planet? Robby On Mon, Oct 22, 2012 at 8:17 PM, Jay McCarthy wrote: > We haven't done it before yet. > > The simplest way is to commit something to the core, but that's not > good in the long run. > > One thing that we could do is creat

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

2012-10-22 Thread Jay McCarthy
We haven't done it before yet. The simplest way is to commit something to the core, but that's not good in the long run. One thing that we could do is create a directory like meta/drdr/external of scripts that download something from the Internet and run it. We'll have to think of a good way to

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

2012-10-22 Thread Danny Yoo
During release testing for 5.3.1, I found that Whalesong broke in a few ways. I'd like to detect the problem in a better way than what I've been doing now. What's involved in getting into the DrDr automatic build bot, and how would I get it to track Whalesong as I continue to develop it?