Re: [python-committers] Is clang testing necessary?

2017-03-25 Thread Antoine Pitrou
Le 25/03/2017 à 16:27, Nick Coghlan a écrit : > > However, from the point of view of making it easier for Windows devs to > debug *nix debug errors, it probably makes more sense to use clang for > the main *nix test run, and then use gcc to do the coverage run. What's the problem exactly? Situat

Re: [python-committers] Is clang testing necessary?

2017-03-25 Thread Nick Coghlan
On 25 March 2017 at 02:24, Brett Cannon wrote: > Another option is if we drop a compiler from a debug build we can use it > for the coverage run so it's at least being exercised somewhere. > > If we drop either compiler I would vote for dropping gcc actually as the > compiler messages are much wo