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

Use unique contexts for installer library lookup #190

Merged
merged 1 commit into from
May 27, 2024

Commits on May 27, 2024

  1. Use unique contexts for installer library lookup

    The use of a constant context meant that each call to
    `temporaryConfiguration` resulted in the same configuration being
    returned.
    
    As `temporaryConfiguration` only adds the requested libraries on the
    first use of the configuration, any subsequent invocation with the same
    context, even with different dependencies as arguments, would just
    return the configuration from the first invocation unchanged.
    sciwhiz12 committed May 27, 2024
    Configuration menu
    Copy the full SHA
    63a4239 View commit details
    Browse the repository at this point in the history