[Buildbot-devel] A nice to have feature

Marcus Lindblom macke at yar.nu
Mon Dec 7 08:59:35 UTC 2009


Jeff R. Allen (jeffall) wrote:
> I have hacked my local copy of shell.py to show the number of warnings:
> 
>  
> 
>         # If there were any warnings, make the log if lines with warnings
> 
>         # available
> 
>         if self.warnCount:
> 
>             self.addCompleteLog("warnings (%d)" % self.warnCount,
> 
>                 "\n".join(warnings) + "\n")
> 
>  
> 
> It would be nice to have an option to turn that behavior on without having to 
> hack shell.py.
> 
>  
> 
> By showing the number of warnings on the waterfall page, it is easy to see if 
> certain developers are moving the trend in the right direction or not… J Better 
> code through social pressure…
> 
>  
> 
> Thanks for a cool tool.

Nice idea! Could you add a ticket to buildbot.net with the code above 
included? (wrap code in {{{ and }}} to get suitable formatting)

Cheers
/Marcus





More information about the devel mailing list