On Mon, 25 Sep 2006 19:41:06 -0700, Wilfredo Sánchez Vega <wsanchez@wsanchez.net> wrote:
It's exposed to users as a reactor on the command line. Maybe *that* should have an "_" added to it as well. However, if we're going to keep it around, it should have a buildbot, end of story.
Well, you just got this spiffy XServe. Is it not capable of running a tsr buildbot? Would it be hard to maintain? (I seriously have no clue.)
One difficulty is that trial cannot currently run the test suite with tsr. tsr is not really a reactor in the same way that poll, select, and gtk are reactors: it has a run method, but calling it isn't how you invoke the magic secrets of tsr. Instead, you set it up to cooperate with another event loop. So we need to have a way to run the tests at all first. Then we can set up a buildslave (which will presumably fail most of the test suite). Then someone needs to start fixing it :) Jean-Paul