-
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
Remove rustfmt bug workaround #6083
Conversation
r? @yaahc (rust_highfive has picked a reviewer for you, use r? to override) |
I haven't tested this Windows. I can rely on CI to do that, right? |
I think bors will try on windows, too? |
Remove rustfmt bug workaround rust-lang/rustfmt#1873 was fixed earlier this year. changelog: none
☀️ Try build successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
Remove rustfmt bug workaround rust-lang/rustfmt#1873 was fixed earlier this year. changelog: none
Argh, apparently editing a comment that contains |
☀️ Try build successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
Hmm, it seems the rustfmt commit 5e667d326f929a0770c1e56cd0a921dfb16400e2 has not yet landed inside the rustfmt submodule of the rustc repo. |
bors only runs the fmt test on the ubuntu runner. But this test (Clippy Dev Test) is also run in the PR CI. Temporary this can be changed by removing this line:
After that the fmt test is run as part of the test suite in |
reassigning this, since @yaahc stepped down as a reviewer to focus on the error handling project group |
@bors try (let's try flip1995's suggestion) |
Remove rustfmt bug workaround rust-lang/rustfmt#1873 was fixed earlier this year. changelog: none
💔 Test failed - checks-action_test |
@bors try (missing rustfmt component) |
Remove rustfmt bug workaround rust-lang/rustfmt#1873 was fixed earlier this year. changelog: none
💔 Test failed - checks-action_test |
Sorry for leaving this unaddressed, there has been a spike in PRs to review and I did not have much time/energy to fight the CI/Windows tandem. I'll try to find some time in the next couple days, but I would say this is low priority for now. |
☔ The latest upstream changes (presumably #6401) made this pull request unmergeable. Please resolve the merge conflicts. Note that reviewers usually do not review pull requests until merge conflicts are resolved! Once you resolve the conflicts, you should change the labels applied by bors to indicate that your PR is ready for review. Post this as a comment to change the labels:
|
rust-lang/rustfmt#1873 was fixed earlier this year.
Sorry for having left this aside for so long. 🙏 I think I've managed to reproduce the original error running this on CI on my fork:
It looks like the bug the workaround fixes, right? |
Yeah, that looks like it. I guess we can close this again and try in another year. |
rust-lang/rustfmt#1873 was fixed earlier this year.
changelog: none