Skip to content
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

Tracking Issue for Rust 2024: rustfmt change sort to Unicode-aware "non-lowercase before lowercase" #123802

Closed
4 tasks done
traviscross opened this issue Apr 11, 2024 · 4 comments
Assignees
Labels
A-edition-2024 Area: The 2024 edition A-rustfmt Area: Rustfmt C-tracking-issue Category: An issue tracking the progress of sth. like the implementation of an RFC S-tracking-ready-for-edition Status: This issue is ready for inclusion in the edition. T-style Relevant to the style team, which will review and decide on the PR/issue.

Comments

@traviscross
Copy link
Contributor

traviscross commented Apr 11, 2024

This is a tracking issue for the rustfmt / T-style work needed to change the sort order to Unicode-aware "non-lowercase before lowercase" (from "ASCIIbetical") in Style Edition 2024.

About tracking issues

Tracking issues are used to record the overall progress of implementation. They are also used as hubs connecting to other relevant issues, e.g., bugs or open design questions. A tracking issue is however not meant for large scale discussion, questions, or bug reports about a feature. Instead, open a dedicated issue for the specific matter and add the relevant feature gate label.

Steps

Unresolved Questions

None.

Implementation history

TODO.

cc @rust-lang/rustfmt @rust-lang/style @calebcartwright

@traviscross traviscross added C-tracking-issue Category: An issue tracking the progress of sth. like the implementation of an RFC A-rustfmt Area: Rustfmt T-style Relevant to the style team, which will review and decide on the PR/issue. A-edition-2024 Area: The 2024 edition I-style-nominated Nominated for discussion during a style team meeting. labels Apr 11, 2024
@joshtriplett
Copy link
Member

@calebcartwright @traviscross Verifying: this is labeled T-style and I-style-nominated, but as far as I know, this is something style already reviewed, approved, and merged into the style guide. I think this is now exclusively a matter for the rustfmt team, right?

@traviscross traviscross added S-tracking-needs-documentation Status: Needs documentation. S-tracking-impl-incomplete Status: The implementation is incomplete. labels May 21, 2024
@calebcartwright
Copy link
Member

@calebcartwright @traviscross Verifying: this is labeled T-style and I-style-nominated, but as far as I know, this is something style already reviewed, approved, and merged into the style guide. I think this is now exclusively a matter for the rustfmt team, right?

Sorry for the delayed response, but I'd agree.

#115046 covered everything we wanted to do, and it's now just down to implementation.

@traviscross the only reason I could think to keep the nominated label is so that this remains as an item that gets pulled in for the weekly check-ins?

@traviscross
Copy link
Contributor Author

That's right. Being nominated means simply that it will come up on the agenda for discussion. If that's not what we want, then we could unnominate.

However, perhaps we do want these to come up for review every week. On the lang side, we review the priority items for the edition every week, to check in on the status, and something similar seems it may be appropriate here, especially as there is remaining non-implementation work to do for many of these items, e.g. making PRs to the edition guide describing the style (and consequently rustfmt behavior) changes.

With the edition hat on, I'd prefer these to come up every week somewhere until we can mark these off the list, and so if there's not a weekly rustfmt call, then the style call seems the next best place.

@traviscross
Copy link
Contributor Author

@rustbot labels +S-tracking-ready-for-edition -I-style-nominated

We reviewed this on the edition call. This is now ready for Rust 2024.

Thanks to @calebcartwright and the rest of the rustfmt team and style team for pushing this forward.

@rustbot rustbot added S-tracking-ready-for-edition Status: This issue is ready for inclusion in the edition. and removed I-style-nominated Nominated for discussion during a style team meeting. labels Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-edition-2024 Area: The 2024 edition A-rustfmt Area: Rustfmt C-tracking-issue Category: An issue tracking the progress of sth. like the implementation of an RFC S-tracking-ready-for-edition Status: This issue is ready for inclusion in the edition. T-style Relevant to the style team, which will review and decide on the PR/issue.
Projects
None yet
Development

No branches or pull requests

5 participants