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

Add compiler check for conflicts of module hierarchy overlap #1941

Open
plajjan opened this issue Oct 9, 2024 · 0 comments
Open

Add compiler check for conflicts of module hierarchy overlap #1941

plajjan opened this issue Oct 9, 2024 · 0 comments
Labels
Compiler Related to the Acton compiler enhancement New feature or request

Comments

@plajjan
Copy link
Contributor

plajjan commented Oct 9, 2024

Since #1940 we now allow "overlap" of modules, like we can have a foo module (src/foo.act) and a foo.bar module (src/foo/bar.act). If the foo module defines something called bar, we get a conflict. We currently do not check for this, but we should. Add a check!

@plajjan plajjan added enhancement New feature or request Compiler Related to the Acton compiler labels Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Compiler Related to the Acton compiler enhancement New feature or request
Development

No branches or pull requests

1 participant