Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make deprecation lint ambiguous_associated_items deny-by-default #59928

Merged
merged 1 commit into from
May 3, 2019

Conversation

petrochenkov
Copy link
Contributor

As requested by r? @Centril

cc #57644

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Apr 12, 2019
@petrochenkov

This comment has been minimized.

@petrochenkov petrochenkov added S-waiting-on-crater Status: Waiting on a crater run to be completed. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Apr 12, 2019
@bors

This comment has been minimized.

@petrochenkov

This comment has been minimized.

@craterbot

This comment has been minimized.

@petrochenkov

This comment has been minimized.

@craterbot

This comment has been minimized.

@craterbot

This comment has been minimized.

@pietroalbini
Copy link
Member

@bors retry

Let's fix the status for this PR.

@bors
Copy link
Contributor

bors commented Apr 13, 2019

⌛ Trying commit bee92b5 with merge ae7846cdce4c82197112f385ba695b23561f1b6c...

@bors
Copy link
Contributor

bors commented Apr 13, 2019

☀️ Try build successful - checks-travis
Build commit: ae7846cdce4c82197112f385ba695b23561f1b6c

@craterbot
Copy link
Collaborator

🎉 Experiment pr-59928 is completed!
📊 14 regressed and 0 fixed (50551 total)
📰 Open the full report.

⚠️ If you notice any spurious failure please add them to the blacklist!
ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

@craterbot craterbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-crater Status: Waiting on a crater run to be completed. labels Apr 14, 2019
@Centril
Copy link
Contributor

Centril commented Apr 17, 2019

Not much progress has been made (15 regressed before in #57501 (comment)); I'll try to make some time for creating PRs for the crates here.

Centril added a commit to Centril/rcache that referenced this pull request Apr 30, 2019
pka pushed a commit to andelf/rust-postgis that referenced this pull request Apr 30, 2019
Centril added a commit to Centril/jsonrpc that referenced this pull request Apr 30, 2019
@Centril
Copy link
Contributor

Centril commented Apr 30, 2019

Already migrated

  • bluenrg
  • dbgen
  • jsonrpc-http-server / jsonrpc-http-server-plus might already have migrated but I made a PR for the former anyways and couldn't find anywhere to fix the latter.
  • rocket-http
  • trust-dns-https
  • trust-dns-resolver

Others

The remaining regressions have PRs filed.


@petrochenkov r=me rollup if you are happy with ^---

@varkor
Copy link
Member

varkor commented May 2, 2019

Given that there are only four regressions, each of which has an open PR to fix this issue (and none have reverse dependencies), and that this addresses a future compatibility concern, making this lint deny-by-default seems founded.

@bors r+

@bors
Copy link
Contributor

bors commented May 2, 2019

📌 Commit bee92b5 has been approved by varkor

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels May 2, 2019
@Centril
Copy link
Contributor

Centril commented May 2, 2019

r? @varkor

@bors rollup

@rust-highfive rust-highfive assigned varkor and unassigned Centril May 2, 2019
kennytm added a commit to kennytm/rust that referenced this pull request May 2, 2019
Make deprecation lint `ambiguous_associated_items` deny-by-default

As requested by r? @Centril

cc rust-lang#57644
Centril added a commit to Centril/rust that referenced this pull request May 2, 2019
Make deprecation lint `ambiguous_associated_items` deny-by-default

As requested by r? @Centril

cc rust-lang#57644
Centril added a commit to Centril/rust that referenced this pull request May 3, 2019
Make deprecation lint `ambiguous_associated_items` deny-by-default

As requested by r? @Centril

cc rust-lang#57644
bors added a commit that referenced this pull request May 3, 2019
Rollup of 12 pull requests

Successful merges:

 - #59928 (Make deprecation lint `ambiguous_associated_items` deny-by-default)
 - #60220 (report fatal errors during doctest parsing)
 - #60373 (Tidy: ensure lang features are sorted by since)
 - #60388 (Disallow non-explicit elided lifetimes in async fn)
 - #60393 ( Do not suggest incorrect syntax on pattern type error due to borrow)
 - #60401 (Rename `RUST_LOG` to `RUSTC_LOG`)
 - #60409 (Require a trait in the bounds of existential types)
 - #60455 (Resolve match arm ty when arms diverge)
 - #60457 (Const prop refactoring)
 - #60467 (Avoid repeated interning of static strings.)
 - #60478 (minor compiler doc tweaks)
 - #60501 (Propagate mutability from arguments to local bindings in async fn)

Failed merges:

r? @ghost
@bors bors merged commit bee92b5 into rust-lang:master May 3, 2019
daviswahl added a commit to daviswahl/rcache that referenced this pull request May 4, 2019
@petrochenkov petrochenkov deleted the denyambass branch June 5, 2019 16:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants