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

Allow for variant-specific default settings #613

Merged
merged 1 commit into from
Dec 20, 2019
Merged

Commits on Dec 20, 2019

  1. Allow for variant-specific default settings

    This deduplicates the common defaults between variants.  The merge function
    also opens the way for having even more locations for defaults, i.e. shared
    modules, if desired.  (Note, though, that they're currently being read in at
    compile time via include_str so we don't have to include them in the image, and
    there's only so much we can do at compile time with regard to file selection.)
    tjkirch committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    97f1929 View commit details
    Browse the repository at this point in the history