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

Fix repeated crates on batch installation: Dedup them and only keep the last one #264

Merged
merged 6 commits into from
Aug 3, 2022
Merged

Fix repeated crates on batch installation: Dedup them and only keep the last one #264

merged 6 commits into from
Aug 3, 2022

Commits on Aug 2, 2022

  1. Apply clippy suggestion

    Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
    NobodyXu committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    9391d22 View commit details
    Browse the repository at this point in the history
  2. Add new dep itertools v0.10.3

    Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
    NobodyXu committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    58c50cb View commit details
    Browse the repository at this point in the history
  3. Impl new fn CrateName::dedup

    Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
    NobodyXu committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    09c1afe View commit details
    Browse the repository at this point in the history
  4. Rm duplicate crate_names specified on cmdline

    Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
    NobodyXu committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    caeb49c View commit details
    Browse the repository at this point in the history
  5. Use CompactString for fields of CrateName

    Since most of the time, they are shorter than 24 bytes.
    
    Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
    NobodyXu committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    d430c07 View commit details
    Browse the repository at this point in the history
  6. Use CompactString for field Resolution::Fetch::version

    Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
    NobodyXu committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    b7cfa0a View commit details
    Browse the repository at this point in the history