On Wed, Jan 7, 2015 at 6:31 PM, Joachim Durchholz <[email protected]> wrote: > I'm not sure that that is possible.
That's bad news. > With any other order, the next person to git pull will get a nasty surprise: > all their bin/test runs will fail with those newly tested-for errors, so > they can't rely on that "I can make the PR as soon as all tests pass" rule > anymore. You can break other people PR's in a zillons of ways. For example, their pr can rely on removed import. To be sure that tests pass - they will have to merge with master first. That's the rule. > However, I'd also like to know if such fixes are acceptable if it turns out > we can't make it an automated test. Sure, they are. But at least, please try to minimize number of such PR's. (I.e., do this for all modules once) -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sympy. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/20150107160856.GA2172%40darkstar.order.hcn-strela.ru. For more options, visit https://groups.google.com/d/optout.
