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

[storewolf] Improve default metadata representation #491

Merged
merged 1 commit into from
Nov 13, 2019
Merged

Commits on Nov 13, 2019

  1. [storewolf] Improve default metadata representation

    This commit improves how metadata is represented in our defaults.toml.
    Previously each metadata entry required a seperate 4 line declaration,
    which is noisy and unpleasant. With this change, metadata for each
    corresponding setting can be defined together in a single metadata
    entry.
    
    The commit adds a single function to translate this new defaults toml
    format into a Vec<Metadata> which is processed in storewolf exactly
    the same as we did previously.
    zmrow committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    cc404c6 View commit details
    Browse the repository at this point in the history