Skip to content
This repository has been archived by the owner on Aug 10, 2021. It is now read-only.

Contexts should be stackable #25

Open
suned opened this issue Sep 8, 2018 · 0 comments
Open

Contexts should be stackable #25

suned opened this issue Sep 8, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@suned
Copy link
Owner

suned commented Sep 8, 2018

With the current implemenation, a dependency can only be found in the current context. This means that if you want to temporarily override a dependency, you must supply all the dependencies from the old context and replace your dependency of interest.

If contexts were nestable, such that dependencies are first looked up in the current context, then the context that preceeded it, replacing only a subset of dependencies would be very easy.

@suned suned added the enhancement New feature or request label Sep 8, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant