Re: [dev-servo] Revisiting "conflicting version" tidy checks

2015-11-26 Thread Simon Sapin
On 26/11/15 17:05, Simon Sapin wrote: Currently, pull requests can not land until `./mach test-tidy` passes, which includes checking that we’re not building more than one version of any crate. This usually makes sense: duplicate crates increase binary size and sometimes cause build errors ("expe

[dev-servo] Revisiting "conflicting version" tidy checks

2015-11-26 Thread Simon Sapin
Currently, pull requests can not land until `./mach test-tidy` passes, which includes checking that we’re not building more than one version of any crate. This usually makes sense: duplicate crates increase binary size and sometimes cause build errors ("expected `url::Url`, found `url::Url`).