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

config: T5228: simplify get_config_dict and add argument with_defaults #2010

Merged
merged 5 commits into from
Jun 24, 2023

Commits on May 21, 2023

  1. Configuration menu
    Copy the full SHA
    1a18d5a View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Configuration menu
    Copy the full SHA
    f2f6b96 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d57b7d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf1fd02 View commit details
    Browse the repository at this point in the history
  4. config: T5228: add get_config_defaults options to match get_config_dict

    For those cases not covered by automatic merging of defaults in
    get_config_dict(..., with_defaults=True), get_config_defaults should
    take arguments consistent with those of get_config_dict, for ease of
    merging results.
    jestabro committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    d19e7e5 View commit details
    Browse the repository at this point in the history