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

Fix layering for app dependency within platform #37126

Open
andy31415 opened this issue Jan 20, 2025 · 0 comments
Open

Fix layering for app dependency within platform #37126

andy31415 opened this issue Jan 20, 2025 · 0 comments

Comments

@andy31415
Copy link
Contributor

#36939 introduced a nogncheck to access code from app within platform, breaking layering. This breaks compilation by not requiring some things like appconfig or other generated headers that are used by interactionmodelengine (which is a huge class/dependency) during platform configuration.

Instead, platform should find a different signaling way: in this case we likely want to have some notification mechanism (e.g. from main or from the init server) that providers are set up.

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