Uh oh!
There was an error while loading. Please reload this page.
Cleanup: Consistently use Param instead of Arg #62426 - #63127
Conversation
rust-highfive
commented
Jul 30, 2019
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @eddyb (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
rust-highfive
commented
Jul 30, 2019
|
This comment has been minimized.
This comment has been minimized.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
rust-highfive
commented
Jul 30, 2019
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
rust-highfive
commented
Jul 30, 2019
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
rust-highfive
commented
Jul 31, 2019
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
rust-highfive
commented
Jul 31, 2019
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
rust-highfive
commented
Jul 31, 2019
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
kper
commented
Aug 2, 2019
Is there anything left to change? |
bors
commented
Aug 2, 2019
☔ The latest upstream changes (presumably #63207) made this pull request unmergeable. Please resolve the merge conflicts. |
rust-highfive
commented
Aug 3, 2019
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
bors
commented
Aug 3, 2019
☔ The latest upstream changes (presumably #63234) made this pull request unmergeable. Please resolve the merge conflicts. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
eddyb
commented
Aug 9, 2019
cc @rust-lang/compiler I haven't done a full review, but AFAICT the only blocker is that I'm a bit worried about calling value parameters just " |
Centril
commented
Aug 9, 2019
Maybe |
petrochenkov
commented
Aug 9, 2019
Seems ok as is, not worse than just " |
@Centril do you mean to rename |
Centril
commented
Aug 9, 2019
@kper I basically agree with @petrochenkov that being more specific is not necessary; it should be clear from context if it is about values or types or whatnot. |
eddyb
commented
Aug 9, 2019
Centril
commented
Aug 9, 2019
@eddyb Might be worth disambiguating in those specific cases? |
bors
commented
Aug 10, 2019
☔ The latest upstream changes (presumably #63437) made this pull request unmergeable. Please resolve the merge conflicts. |
There was a problem hiding this comment.
An example where parameters is used twice in the same place to refer to both value parameters and generic parameters.
There was a problem hiding this comment.
Potentially confusing because of the existence of "lifetime parameters".
bors
commented
Aug 14, 2019
☔ The latest upstream changes (presumably #63544) made this pull request unmergeable. Please resolve the merge conflicts. |
eddyb
commented
Aug 18, 2019
JohnCSimon
commented
Aug 24, 2019
Ping from triage @kper Can you please resolve the merge conflicts? Thank you. |
rust-highfive
commented
Aug 25, 2019
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
rust-highfive
commented
Aug 25, 2019
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
bors
commented
Aug 25, 2019
☔ The latest upstream changes (presumably #63878) made this pull request unmergeable. Please resolve the merge conflicts. |
nikomatsakis
commented
Aug 26, 2019
bors
commented
Aug 26, 2019
✌️ @kper can now approve this pull request |
bors
commented
Aug 26, 2019
📌 Commit 3c18dce0414d63d765e23e420afe8b8d5b05eadd has been approved by `nikomatsakis`` |
nikomatsakis
commented
Aug 26, 2019
@bors r- Sorry, bors, you weren't meant to detect that. This PR won't merge you silly goose. |
Simple rebase won't help here. Please drop those changes when resolving conflicts. |
rust-highfive
commented
Aug 27, 2019
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
@mati865 thank you, you're right I totally messed up with those changes.
|
mati865
commented
Aug 27, 2019
@kper if failed tests contain |
rust-highfive
commented
Aug 27, 2019
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
`async-await/no-args-non-move-async-closure` `generator/no-arguments-on-generators`
kper
commented
Aug 27, 2019
@bors r=nikomatsakis |
bors
commented
Aug 27, 2019
📌 Commit 97319b2 has been approved by |
bors
commented
Aug 28, 2019
bors
commented
Aug 28, 2019
☀️ Test successful - checks-azure |
rust-highfive
commented
Aug 28, 2019
📣 Toolstate changed by #63127! Tested on commit bbd48e6. 💔 clippy-driver on windows: test-pass → build-fail (cc @Manishearth@llogiq@mcarton@oli-obk@phansch, @rust-lang/infra). |
Fixes#62426