-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Format Rust code #57318
Format Rust code #57318
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
In some short discussion we realized that this would make backporting a pain so we'll be landing this closer to the release, somewhere around the 15th. |
This was the command used to produce these results. These environment variables are (clearly) not for use -- there are no stability guarantees for these, they may be removed, stop working, and otherwise at any point. The command is only here in case anyone wants to reproduce the results within this PR. |
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 |
@Mark-Simulacrum Would you like me to fix up the "remove all licenses" PR too? |
Note that I will be out of town starting Jan 5, so I won't have access to rebase... |
For reference: #53654 |
Oh, I just noticed it was already done! 🎉 |
I'd rather do it either very soon (1-2 days from now) or postpone this until after master=>beta promotion happens as there are some stabilization PRs that, if everything goes well, will be FCP-complete right around 13-15th; I'd prefer not to tree-close around those dates. |
(It's really hard to view the changes on GitHub, so sorry for the questions that might have obvious answers.)
|
☔ The latest upstream changes (presumably #55986) made this pull request unmergeable. Please resolve the merge conflicts. |
Personally, I would hope that there are no actual changes in this PR. I would rather turn on tidy in another PR and fix any formatting that changed since this PR. |
They definitely ought to be in separate commits, and I'd probably be inclined to go for separate PRs too. I think we'd benefit from turning on |
Checking only changed files is a good idea, but I didn’t know we could do that. |
Is the current plan to revive this near the end of this week? |
I've decided to table this for a release cycle until I get a chance to sit down -- maybe at the all hands -- with a few of the stake holders and hash out exactly what we want from it: options to rustfmt, etc. I'm going to close this for now to avoid cluttering the queue. |
Posting this for review; will be rebasing and attempting to merge this weekend.