-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Move tidy check to mingw-check #69688
Conversation
I think once the fixes are made this should be able to land. Thanks for the PR! |
@bors r+ Thanks! |
📌 Commit 15550f91e59ba1fb7f6fb11bf529a1d86058a6e4 has been approved by |
Does this really address #69613? The point of #69613 as I understand it is reporting both tidy errors and other errors after a single push to GitHub. Here it still requires two pushes to see e.g. two errors (one substantial and one in formatting), except that now tidy runs last, which is awful because you have to wait 2 hours to see the errors (run, see and fix substantial, run, see tidy) instead of 1.1 hours (quick run, see and fix tidy, run, see substantial). |
You will see tidy errors within 10-15 minutes on the mingw-check builder... except the change to the mingw-check builder was lost for some reason? @bors r- |
@Mark-Simulacrum Ah, I misunderstood your thought, revived the check. |
I'm not sure if x.py check first strikes quite the right balance, but we can adjust ordering later too. I think the check builder latency is really low, so I'm not too worried. @bors r+ |
📌 Commit d6a17b5 has been approved by |
Move tidy check to mingw-check Fixes rust-lang#69613
Move tidy check to mingw-check Fixes rust-lang#69613
Rollup of 7 pull requests Successful merges: - #68746 (Make macro metavars respect (non-)hygiene) - #69688 (Move tidy check to mingw-check) - #69735 (bootstrap: Use hash to determine if sanitizers needs to be rebuilt) - #69922 (implement zeroed and uninitialized with MaybeUninit) - #69956 (Ensure HAS_FREE_LOCAL_NAMES is set for ReFree) - #70061 (Cosmetic fixes in documentation) - #70064 (Update books) Failed merges: r? @ghost
Fixes #69613