The patchbot plugin is not enough. I did my best to shape it to prevent regression, but it is far from perfect in detecting possible problems.
Of course, people should care about the results of this plugin. But we need also buildbots to check that no regression happens in the build process. Frederic Le lundi 12 décembre 2016 11:10:46 UTC+1, David Roe a écrit : > > There's a python3 compatibility trac plugin; presumably reviewers should > just pay attention to that? For example, see the list on the right at > https://patchbot.sagemath.org/ticket/21996/ > David > > On Mon, Dec 12, 2016 at 4:53 AM, Jori Mäntysalo <[email protected] > <javascript:>> wrote: > >> On Mon, 12 Dec 2016, Sébastien Labbé wrote: >> >> I added a section "Authors/Reviewer's check list" to the page: >>> https://wiki.sagemath.org/Python3-compatible%20code >>> >> >> Thanks. >> >> I think using find for all .py -files is enought. If someone wants to >> save few seconds, it is also possible to run >> >> git diff --name-only develop your-new-branch | xargs python3... >> >> -- >> Jori Mäntysalo > > > -- You received this message because you are subscribed to the Google Groups "sage-devel" 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 https://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.
