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

Rename "Associated*" to "Assoc*" #60955

Merged
merged 2 commits into from
May 28, 2019
Merged

Rename "Associated*" to "Assoc*" #60955

merged 2 commits into from
May 28, 2019

Conversation

agnxy
Copy link
Contributor

@agnxy agnxy commented May 19, 2019

This change is for #60163.

r? @oli-obk

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label May 19, 2019
Copy link
Contributor

@oli-obk oli-obk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, just some nits and needs a rebase

src/libsyntax/ast.rs Outdated Show resolved Hide resolved
src/librustc/error_codes.rs Outdated Show resolved Hide resolved
@oli-obk oli-obk added S-blocked Status: Marked as blocked ❌ on something else such as an RFC or other implementation work. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels May 19, 2019
@oli-obk
Copy link
Contributor

oli-obk commented May 19, 2019

Thanks, this is ready to merge now, but we need to wait until the beta is cut in the next few days as we can't break tools right now

@oli-obk
Copy link
Contributor

oli-obk commented May 19, 2019

If you want to be proactive about the breakage, you can run ./x.py test src/tools/{clippy,rls,miri} and fix all breakage and open PRs against the tools.

@agnxy
Copy link
Contributor Author

agnxy commented May 20, 2019

Thanks @oli-obk . I'm not aware this is a breaking change😅 I'll take a look at CONTRIBUTING.md first.

@bors
Copy link
Contributor

bors commented May 22, 2019

☔ The latest upstream changes (presumably #59445) made this pull request unmergeable. Please resolve the merge conflicts.

@Centril Centril added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-blocked Status: Marked as blocked ❌ on something else such as an RFC or other implementation work. labels May 25, 2019
@Centril
Copy link
Contributor

Centril commented May 25, 2019

@bors r=oli-obk,Centril

@bors
Copy link
Contributor

bors commented May 25, 2019

📌 Commit 0b7d4fa has been approved by oli-obk,Centril

@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 25, 2019
Centril added a commit to Centril/rust that referenced this pull request May 25, 2019
@Centril
Copy link
Contributor

Centril commented May 26, 2019

Failed in #61198 (comment). @bors r-

@bors bors added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels May 26, 2019
@agnxy
Copy link
Contributor Author

agnxy commented May 26, 2019

@Centril I have fixed the build failure at the tip of master branch.

@oli-obk
Copy link
Contributor

oli-obk commented May 26, 2019

@bors r=oli-obk,Centril

@bors
Copy link
Contributor

bors commented May 26, 2019

📌 Commit 4dbeb48fca363252380412b28bea4dbfc6653bd0 has been approved by oli-obk,Centril

@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-author Status: This is awaiting some action (such as code changes or more information) from the author. labels May 26, 2019
@bors
Copy link
Contributor

bors commented May 26, 2019

☔ The latest upstream changes (presumably #61201) made this pull request unmergeable. Please resolve the merge conflicts.

@bors bors removed the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label May 26, 2019
@bors bors added the S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. label May 26, 2019
agnxy added 2 commits May 26, 2019 17:49
We are going to uniform the terminology of all associated items.
Methods that may or may not have `self` are called "associated
functions". Because `AssociatedFn` is a bit long, we rename `Associated`
to `Assoc`.
modify pretty.rs which recently added "Associated*"
@sanxiyn
Copy link
Member

sanxiyn commented May 28, 2019

@bors r=oli-obk,Centril

@bors
Copy link
Contributor

bors commented May 28, 2019

📌 Commit c963596 has been approved by oli-obk,Centril

@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-author Status: This is awaiting some action (such as code changes or more information) from the author. labels May 28, 2019
@bors
Copy link
Contributor

bors commented May 28, 2019

⌛ Testing commit c963596 with merge 837b72c...

bors added a commit that referenced this pull request May 28, 2019
Rename "Associated*" to "Assoc*"

This change is for #60163.

r? @oli-obk
@bors
Copy link
Contributor

bors commented May 28, 2019

☀️ Test successful - checks-travis, status-appveyor
Approved by: oli-obk,Centril
Pushing 837b72c to master...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merged-by-bors This PR was explicitly merged by bors. 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.

None yet

6 participants