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

Ergonomic component initialization and access to data containers #6

Open
k88hudson-cfa opened this issue Jul 29, 2024 · 0 comments
Open
Labels
blocked Currently blocked by another issue

Comments

@k88hudson-cfa
Copy link
Collaborator

As designed, the Context current has no concept of ownership for components.

We want components to be able to do a few different things, including initialize, in the right order and access data containers from Context. Right now the ergonomics of this is not great, i.e. it involves having to call context.get_data_container::<PluginType>(), and it would be nice to figure out a better way to do this.

@k88hudson-cfa k88hudson-cfa added the blocked Currently blocked by another issue label Jul 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked Currently blocked by another issue
Projects
None yet
Development

No branches or pull requests

1 participant