-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Add dev fmt subcommand #4232
Add dev fmt subcommand #4232
Conversation
I forgot to say that this addresses #3835 |
LGTM! With the Are you still motivated to add the toolchain+component checking in this PR or should we merge this now and include that later? |
Let's merge this now. |
Everything from here can also be removed: |
Great work, thanks! @bors r+ |
📌 Commit 85fcbdc has been approved by |
Add dev fmt subcommand changelog: none
💔 Test failed - status-appveyor |
https://ci.appveyor.com/project/rust-lang-libs/rust-clippy/builds/25748824#L854 Oh no. Didn't you work on this same problem for the dogfood test @mikerite? |
Yes, it's the same as the problem we had with dogfood. Specifying the version of cargo to use should fix it. |
@bors r+ let's try again then. |
📌 Commit 9ba054d has been approved by |
Add dev fmt subcommand changelog: none
💔 Test failed - status-appveyor |
Looks like we'll have to replace |
Removed the merge commits @bors r+ p=10 |
📌 Commit c0c2a8d has been approved by |
Add dev fmt subcommand changelog: none
💔 Test failed - status-appveyor |
Need to add (Or we could just run fmt test on linux only. Because rustfmt does not respect |
@bors r+ |
📌 Commit 186b5b2 has been approved by |
Add dev fmt subcommand changelog: none
💔 Test failed - status-appveyor |
This is a rustfmt bug.
It's either rust-lang/rustfmt#1873 or related to it. I'm going to add windows specific excludes for files like that. |
Add dev fmt subcommand changelog: none
💔 Test failed - checks-travis |
@bors r+ |
📌 Commit 76d66e6 has been approved by |
Add dev fmt subcommand changelog: none
☀️ Test successful - checks-travis, status-appveyor |
changelog: none