Uh oh!
There was an error while loading. Please reload this page.
Rename "Associated*" to "Assoc*" - #60955
Conversation
oli-obk
left a comment
There was a problem hiding this comment.
lgtm, just some nits and needs a rebase
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
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
commented
May 19, 2019
If you want to be proactive about the breakage, you can run |
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
commented
May 22, 2019
☔ The latest upstream changes (presumably #59445) made this pull request unmergeable. Please resolve the merge conflicts. |
Centril
commented
May 25, 2019
@bors r=oli-obk,Centril |
bors
commented
May 25, 2019
📌 Commit 0b7d4fa has been approved by |
Rename "Associated*" to "Assoc*" This change is for rust-lang#60163. r? @oli-obk
Centril
commented
May 26, 2019
Failed in #61198 (comment). @bors r- |
agnxy
commented
May 26, 2019
@Centril I have fixed the build failure at the tip of master branch. |
oli-obk
commented
May 26, 2019
@bors r=oli-obk,Centril |
bors
commented
May 26, 2019
📌 Commit 4dbeb48fca363252380412b28bea4dbfc6653bd0 has been approved by |
bors
commented
May 26, 2019
☔ The latest upstream changes (presumably #61201) made this pull request unmergeable. Please resolve the merge conflicts. |
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
commented
May 28, 2019
@bors r=oli-obk,Centril |
bors
commented
May 28, 2019
📌 Commit c963596 has been approved by |
bors
commented
May 28, 2019
bors
commented
May 28, 2019
☀️ Test successful - checks-travis, status-appveyor |
This change is for #60163.
r? @oli-obk