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

From: Danny Yoo (dyoo at hashcollision.org)
Date: Thu Oct 25 17:17:09 EDT 2012

On Tue, Oct 23, 2012 at 9:56 PM, Jay McCarthy <jay.mccarthy at gmail.com> 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 to go run all the files inside the
> package, which is do-able.


Would it be able to do things like open up a web browser window during
DrDr running?  Much of the test suite uses a web browser to make sure
that Whalesong generates JavaScript that works on the browser.  If
not, I need to make a separate test script that just drives the
compiler without evaluating the Javascript.

Posted on the dev mailing list.