Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upTracking: upgrade to nightly-2020-05-26 #26661
Closed
Comments
bors-servo
added a commit
that referenced
this issue
May 27, 2020
SimonSapin
added a commit
that referenced
this issue
May 28, 2020
This is based on compiling with `RUSTFLAGS="-W unused_crate_dependencies"` (CC rust-lang/rust#72342) in a recent Nightly (more so than used in the tree as of this writing, CC #26661 for work-arounds). Only one crate is actually removed from the dependency graph, others are still dependended from other places.
SimonSapin
added a commit
that referenced
this issue
May 28, 2020
This is based on compiling with `RUSTFLAGS="-W unused_crate_dependencies"` (CC rust-lang/rust#72342) in a recent Nightly (more so than used in the tree as of this writing, CC #26661 for work-arounds). Only one crate is actually removed from the dependency graph, others are still dependended from other places.
bors-servo
added a commit
that referenced
this issue
May 29, 2020
Remove some unused dependency declarations This is based on compiling with `RUSTFLAGS="-W unused_crate_dependencies"` (CC rust-lang/rust#72342) in a recent Nightly (more so than used in the tree as of this writing, CC #26661 for work-arounds). Only one crate is actually removed from the dependency graph, others are still dependended from other places.
bors-servo
added a commit
that referenced
this issue
May 29, 2020
Remove some unused dependency declarations This is based on compiling with `RUSTFLAGS="-W unused_crate_dependencies"` (CC rust-lang/rust#72342) in a recent Nightly (more so than used in the tree as of this writing, CC #26661 for work-arounds). Only one crate is actually removed from the dependency graph, others are still dependended from other places.
|
rust-lang/rust#72671 and rust-lang/rust#72506 landed yesterday, fixing the remaining blockers. https://community-tc.services.mozilla.com/tasks/groups/G-mDKoxPROqJOjPiEkjBgw is green (enough) with today’s Nightly without any code change (beyond #26662), so closing. |
skrzyp1
added a commit
to skrzyp1/servo
that referenced
this issue
Jun 2, 2020
CC servo#26661 Fixes servo#26645
skrzyp1
added a commit
to skrzyp1/servo
that referenced
this issue
Jun 2, 2020
This is based on compiling with `RUSTFLAGS="-W unused_crate_dependencies"` (CC rust-lang/rust#72342) in a recent Nightly (more so than used in the tree as of this writing, CC servo#26661 for work-arounds). Only one crate is actually removed from the dependency graph, others are still dependended from other places.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Blocked on:
llvm-tools-previewcomponent #26645 (comment), #26662syn::Type::Groupinderive_common::cg::map_type_params#26662gfx-backend-metal#26648, rust-lang/rust#72467nightlyfeature (which enables hardware lock elision)TokenTreeregression affecting syn rust-lang/rust#72608. Better work around: updating syn to 1.0.26: rust-lang/rust#72608 (comment), dtolnay/syn#832. Work around: