-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Corrected the CONTRIBUTING.md "External Dependencies" section #44664
Conversation
I think this may conflict with #44679, which is also changing this file |
Fine by me, if clippy isn't replaced, but instead rustfmt is added to the list. It might be easier for now to suggest opening a PR and marking the tool as broken as the primary way to solve this, since in curtains no waiting time ( with the solution in this PR you need to wait on the tool Devs) |
As long as this approach is the one actually agreed upon by the maintainers I'm game! |
☔ The latest upstream changes (presumably #44679) made this pull request unmergeable. Please resolve the merge conflicts. |
c588cef
to
b09da13
Compare
Thanks @carols10cents! |
Since pull requests are rather volatile, we are supposed to only point to branches, not to pull requests. This means that if the tool authors accept your pull request into a branch, you may point your PR's submodule to the tool-branch, but you may not point it to the tool-PR |
Sorry, I've been super busy with rust-fest preparations. I'll push an update within next 2 days! |
b09da13
to
b623f05
Compare
@oli-obk Updated! |
CONTRIBUTING.md
Outdated
you can disable the tool via `src/tools/toolstate.toml`. | ||
a pull request against the broken project asking to put the fix on a branch. | ||
When you have opened a pull request, you can disable the tool building via | ||
`src/tools/toolstate.toml`. Once the pull request is likely to be accepted, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is still mentioning pull requests instead of long lived branches
b623f05
to
e6c3c7f
Compare
Sry hope it's ok now |
@bors: r+ rollup thanks! |
📌 Commit e6c3c7f has been approved by |
…veklabnik Corrected the CONTRIBUTING.md "External Dependencies" section The "External Dependencies" section is a little outdated. Please see following comments rust-lang#44567 (comment) rust-lang#44567 (comment) for rationale.
The "External Dependencies" section is a little outdated.
Please see following comments #44567 (comment) #44567 (comment) for rationale.