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

Properly handle extension information and configuration in the init system #8

Open
CodingRays opened this issue Dec 27, 2021 · 0 comments

Comments

@CodingRays
Copy link
Member

In the current init system extension support is still insufficient (see #6).
Specifically 2 major issues exist:

  1. Extension information (for example features and properties if available) are not queried and provided by the init system.
  2. Configuration of extension features is not possible at all. Currently hacks are in place for timeline semaphores and debug utils, however this is not a sustainable method.

A system properly handling these should be able to load all necessary extension information based on available extensions and provide a easy method for features to query and configure those. Due to the variation of extensions this might not be a trivial issue to solve.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant