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

[Arc] Flatten public modules #8232

Open
fabianschuiki opened this issue Feb 12, 2025 · 0 comments
Open

[Arc] Flatten public modules #8232

fabianschuiki opened this issue Feb 12, 2025 · 0 comments
Labels
Arc Involving the `arc` dialect bug Something isn't working

Comments

@fabianschuiki
Copy link
Contributor

Arcilator is currently very easy to break if a public module is instantiated anywhere. In that case the module hierarchy does not get flattened completely, but the public module remains as an instance instead. This makes the instance behave like an external module. Fix the module flattening to also fully inline public modules (but instead also keep the public module itself around as a top-level entry point).

@fabianschuiki fabianschuiki added Arc Involving the `arc` dialect bug Something isn't working labels Feb 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Arc Involving the `arc` dialect bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant