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

Cache env config #3268

Closed
wants to merge 3 commits into from
Closed

Commits on Apr 18, 2024

  1. Cache env config

    This commit adds a new cache to the main config object, specifically for
    env config. When env config is retrieved via Config.get_env(), it is
    not in general possible to determine whether the env is a packaging
    environment or not. Because retrieving standard section config needs to
    know which "base" section to inherit from, and this is different for
    test envs and packaging envs, we require a separate way to retrieve
    previously created env config. At creation time we do reliably know
    whether this is a packaging or run env, and we want that to persist (if
    it changes, we call clear_env() and recreate it with the new type).
    Ben Rowland committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    6064f55 View commit details
    Browse the repository at this point in the history
  2. Add changelog entry

    Ben Rowland committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    129f2bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3edafc9 View commit details
    Browse the repository at this point in the history