On Tue, Aug 9, 2016 at 2:55 AM, Terry Reedy <tjre...@udel.edu> wrote: > This works great. Might there be any way to collect together > the warning messages? There were perhaps 100 for the changes in > the last few weeks. (People on non-windows seems to routinely write code > that msc does not like.)
Glad it works! Collecting warning messages is less simple, you'd probably get the best results from writing a Python script to drive the build.bats and do what you want with the output. You can also pass '-v' to build.bat to get more verbose output, which includes a summary of warnings and errors at the end of each build. -- Zach -- https://mail.python.org/mailman/listinfo/python-list