Robert Bradshaw <[email protected]> writes: > On Tue, May 15, 2012 at 2:33 AM, Keshav Kini <[email protected]> wrote: >> Take for example #11310. I just forcibly ran my patchbot on this ticket. >> It's never been set to needs_review before so I guess it never got >> tested by any other patchbots automatically. Thus my patchbot's result >> (ApplyFailed) is the only patchbot result known for that ticket. Yet the >> ticket's status remains "gray circle", which I guess means "not yet >> tested". Why? Is it because I'm running a development version and not a >> stable version? > > Yep, it's hard coded at the moment.
Aha, I see. Thanks! >> It seems to me like the most natural way to determine the overall status >> of the ticket is to find the latest version of Sage on which the ticket >> has been patchbot-tested, and then determine the overall status from the >> results of tests on that version of Sage only. In fact, I thought that's >> exactly what the patchbot does, but this ticket seems to demonstrate >> otherwise. > > I've been meaning to change it to do just this. Well, for now could you quickly change the hard-coded stable version to 5.0? :) It happens to be the same as the latest development version at the moment, so at least the behavior should then be correct for a little while... -Keshav ---- Join us in #sagemath on irc.freenode.net ! -- To post to this group, send an email to [email protected] To unsubscribe from this group, send an email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org
