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

Nested Imports Lead to Errors #2

Open
SundermannC opened this issue Apr 17, 2024 · 1 comment
Open

Nested Imports Lead to Errors #2

SundermannC opened this issue Apr 17, 2024 · 1 comment
Labels
bug Something isn't working Imports

Comments

@SundermannC
Copy link
Member

References to nested imports lead to errors. For instance, a.b.Feature is resolved to a single import a.b instead of 2 nested imports. It appears that the Import class is currently not suited for nested imports at all.
Furthermore, the parsing in UVLListener also only assumes one import prefix.

@SundermannC SundermannC added bug Something isn't working Imports labels Apr 17, 2024
@SundermannC
Copy link
Member Author

Fixed with #5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Imports
Projects
None yet
Development

No branches or pull requests

1 participant