Skip to content

Sort the members lists of the workspace even if they were previously unordered #14809

Open
@linyihai

Description

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    C-feature-requestCategory: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`S-triageStatus: This issue is waiting on initial triage.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions