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

Figure out what to do with project context #43

Open
km1chno opened this issue Aug 6, 2024 · 0 comments · May be fixed by #115
Open

Figure out what to do with project context #43

km1chno opened this issue Aug 6, 2024 · 0 comments · May be fixed by #115
Assignees
Labels
✨ enhancement Enhancement of existing features

Comments

@km1chno
Copy link
Collaborator

km1chno commented Aug 6, 2024

Currently we create one instance of ProjectContext in the main function and pass it to all recipes and extensions that need it.

This is a bit annoying and so maybe we could globalize it somehow. Especially since it is currently not mutable and perhaps it should stay like this.

One simple potential solution is to cache it in toolbox when first obtained.

@km1chno km1chno added the ✨ enhancement Enhancement of existing features label Aug 6, 2024
@km1chno km1chno self-assigned this Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ enhancement Enhancement of existing features
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant