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

refactor: Pull PackageIdSpec into schema #13128

Merged
merged 5 commits into from
Dec 8, 2023
Merged

Commits on Dec 6, 2023

  1. refactor(spec): Move queries to a extension trait

    This is a step towards moving `PackageIdSpec` into `schema` as manifests
    need it as part of rust-lang#12801.
    
    While I didn't take this approach in rust-lang#13080, that was largely how core
    these functions are / how pervasive their use is.
    epage committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    d7bcc0c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3999d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    294c385 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    33d1d78 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d1b1cb1 View commit details
    Browse the repository at this point in the history