[Python-Dev] buildbot vs. Windows (original) (raw)

Neal Norwitz nnorwitz at gmail.com
Wed Feb 22 06:36:36 CET 2006


On 2/21/06, "Martin v. Löwis" <martin at v.loewis.de> wrote:

skip at pobox.com wrote: > Neal> IMO compiler warnings should generate emails from buildbot. > > It doesn't generate emails for any other condition. I think it should just > turn the compilation section yellow.

It would be easy to run the builds with -Werror, making warnings let the compilation fail, which in turn is flagged red.

And previously:

Should we build with -Wno-deprecated (or whatever it is spelled) on OSX?

Hmmm, I'm really tempted to add both of these flags (-Werror -Wno-deprecated). Let's discuss this at PyCon. We can make lots of changes then. We might want to wait until after the sprints so people don't have to deal with this churn.

n



More information about the Python-Dev mailing list