[dev-servo] PSA: import blocks are now sorted

2015-08-20 Thread Ms2ger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, Consecutive lines of imports are now sorted, thanks to Johann Tuffe. test-tidy will complain about any violations. This does have the unfortunate consequence that most PRs will have been bitrotted; apologies for the inconvenience. Ms2ger ---

[dev-servo] Travis, Rust Nightlies & Aster

2015-08-20 Thread Ms2ger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, Recently, homu has regularly rejected PRs to rust-layers because of a mismatch between the latest Rust nightly (which Travis uses by default), and Aster (which it depends on through euclid and serde_macros). This has been solved by locking the

Re: [dev-servo] Travis, Rust Nightlies & Aster

2015-08-20 Thread Martin Robinson
On 08/20/2015 08:50 AM, Ms2ger wrote: > Hi all, > > Recently, homu has regularly rejected PRs to rust-layers because of a > mismatch between the latest Rust nightly (which Travis uses by > default), and Aster (which it depends on through euclid and > serde_macros). This has been solved by locking

Re: [dev-servo] Travis, Rust Nightlies & Aster

2015-08-20 Thread Simon Sapin
On 20/08/15 17:50, Ms2ger wrote: Hi all, Recently, homu has regularly rejected PRs to rust-layers because of a mismatch between the latest Rust nightly (which Travis uses by default), and Aster (which it depends on through euclid and serde_macros). This has been solved by locking the Rust nightl

Re: [dev-servo] Travis, Rust Nightlies & Aster

2015-08-20 Thread Manish Goregaokar
That sounds doable. I'm open to helping maintain aster's nightlyness. -Manish Goregaokar On Thu, Aug 20, 2015 at 9:47 PM, Simon Sapin wrote: > On 20/08/15 17:50, Ms2ger wrote: > >> Hi all, >> >> Recently, homu has regularly rejected PRs to rust-layers because of a >> mismatch between the latest

Re: [dev-servo] PSA: import blocks are now sorted

2015-08-20 Thread Nicholas Nethercote
On Thu, Aug 20, 2015 at 7:54 AM, Ms2ger wrote: > > Consecutive lines of imports are now sorted, thanks to Johann Tuffe. > test-tidy will complain about any violations. You're talking about `use` items, right? It looks like they're sorted within each group, but you can still have separate groups.