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

System ROFL components #6018

Open
peternose opened this issue Jan 28, 2025 · 0 comments
Open

System ROFL components #6018

peternose opened this issue Jan 28, 2025 · 0 comments

Comments

@peternose
Copy link
Contributor

Currently, we only support RONL and ROFL components. The former are upgraded at the specified epoch, while the latter are upgraded immediately. In the future, we may add system ROFL components, which should upgrade together with the RONL components.

Solutions:

  • Track attached (system) and detached (user) components, and return an error if a ROFL component transitions between these states.
  • Introduce a new ROFL type, such as sROFL, SROFL, or SOFL, to represent system ROFL components that are upgraded alongside the RONL components.

The second solution currently appears cleaner, as it resolves issues that arise when a ROFL component transitions between states, such as when attached and detached components share the same ID.

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