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

Check --config for dotted keys only #10176

Merged
merged 9 commits into from
Jan 25, 2022
Merged

Commits on Dec 6, 2021

  1. Check --config for dotted keys only

    This addresses the remaining unresolved issue for `config-cli` (rust-lang#7722).
    Jon Gjengset committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    80fbfed View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2021

  1. Configuration menu
    Copy the full SHA
    18871b3 View commit details
    Browse the repository at this point in the history
  2. Use toml_edit to check dotted key for --config

    Jon Gjengset committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    934d2d6 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2021

  1. Fix up config_include test

    Jon Gjengset committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    1372afc View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2022

  1. Configuration menu
    Copy the full SHA
    f962ec1 View commit details
    Browse the repository at this point in the history
  2. Avoid re-parsing config-cli toml

    Jon Gjengset committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    ea6d9f1 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

  1. Better example in error

    Jon Gjengset committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    c4f4e20 View commit details
    Browse the repository at this point in the history
  2. Enforce no decorators in --config values

    Jon Gjengset committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    51917b4 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

  1. Use implicit captured format args

    Jon Gjengset committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    02e071c View commit details
    Browse the repository at this point in the history