Skip to content

Authors seem to be listed in exactly reverse order from Cargo.toml #467

@Arnavion

Description

@Arnavion

https://crates.io/crates/error-chain/0.5.0

image

https://github.com/brson/error-chain/blob/6af2cc5be10f2ee848978ea9b168680c5fe48a23/Cargo.toml

authors = [ "Brian Anderson <[email protected]>",
            "Paul Colomiets <[email protected]>",
            "Colin Kiegel <[email protected]>"]

Also observed with other multi-author crates like backtrace and hyper.

Edit: If I'm reading the code right the order is whatever the SQL query returns. If so, and if you don't want to preserve the Cargo.toml order, perhaps they could be ordered alphabetically? It's not a big deal anyway.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-frontend 🐹C-enhancement ✨Category: Adding new behavior or a change to the way an existing feature works

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions