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 NamedLoaderContexts to be returned from loader #681

Commits on Sep 17, 2024

  1. Allow NamedLoaderContexts to be returned from loader

    It is useful in some cases to return NamedLoaderContexts from loaded
    functions. Instead of choking or requireing implimenters to call the
    context's value() method before being de-scoped, detect when a
    NamedLoaderContext has been returned and return the value from the
    current context.
    dwoz authored and vzhestkov committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    438eb4e View commit details
    Browse the repository at this point in the history