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

Fix: avoid crashing when using baseConfig with extends (fixes #8791) #8797

Merged
merged 1 commit into from
Jun 26, 2017

Commits on Jun 25, 2017

  1. Fix: avoid crashing when using baseConfig with extends (fixes #8791)

    Due to a bug, an invalid Config instance was getting used when applying extensions to a `baseConfig` object. This updates the `Config` constructor to use the correct context, and to make sure the config cache exists when the `baseConfig` is evaluated.
    not-an-aardvark committed Jun 25, 2017
    Configuration menu
    Copy the full SHA
    342870b View commit details
    Browse the repository at this point in the history