Sort the members lists of the workspace even if they were previously unordered #14809
Labels
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
S-triage
Status: This issue is waiting on initial triage.
Problem
If the list of working interval members is long and unordered, and then append the members via the 'cargo new' command, only manual sorting of the member list can be done.
The current design of cargo is that if the members list is in order, then the 'cargo new' command will sort the members list, thus ensuring that the members list is in order.
The current design should be to scramble the contents of the members list, if it was previously out of order.
But as I explained earlier, if the user wants to have an ordered list of members, then the user will have to work it out on their own
Proposed Solution
The one I can think of so far is the 'cargo new' subcommand that lets the user choose whether to sort the members list by adding an option.
Notes
No response
The text was updated successfully, but these errors were encountered: