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

Convert --log-format to a setting #9923

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Feb 3, 2024

  1. Combine BaseSetting and Setting

    `BaseSetting` is never used on its own, so it's fairly trivial to
    remove.
    9999years committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    71e2280 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2024

  1. Add SettingHandler

    9999years committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    e22cbab View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Configuration menu
    Copy the full SHA
    2213b3d View commit details
    Browse the repository at this point in the history
  2. Remove SettingHandler constructors and bool conversion

    `fun` has a default value, so we no longer need to be able to convert
    `SettingHandler` to `bool`.
    9999years committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    1203308 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    21d7203 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4c35ede View commit details
    Browse the repository at this point in the history