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

[nextest-runner] support changes to CLI config options added in Rust 1.63 #467

Merged
merged 4 commits into from
Aug 12, 2022

Commits on Aug 12, 2022

  1. [nextest-runner] switch to toml_edit for parsing toml

    This is needed for upcoming changes which check that TOML passed in over
    `--config` is always of the form KEY=VALUE.
    sunshowers committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    a5ecf75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a14d6be View commit details
    Browse the repository at this point in the history
  3. [nextest-runner] combine CargoConfigsConstructError and CargoConfigSe…

    …archError
    
    We're going to need this once we start reading CLI arguments as files in an upcoming commit.
    sunshowers committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    da80c94 View commit details
    Browse the repository at this point in the history
  4. [nextest-runner] support --config PATH

    This was added in Rust 1.63.
    sunshowers committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    ba2ba2f View commit details
    Browse the repository at this point in the history