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

relative imports test demo #218

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

vors
Copy link

@vors vors commented Feb 14, 2024

Hello!

This is a quick repro for existing problem with relative imports: they are treated like non-relative imports at the moment, but ideally they should take into account the passed filename.

I think it's a limitation of used python parser library from what i can tell.

@johnynek
Copy link
Collaborator

Thanks for the PR. Have you looked into how we are parsing the python here. It would be nice to support this construct.

@vors
Copy link
Author

vors commented Feb 17, 2024

@ianoc mentioned he may take a look when he has time

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

Successfully merging this pull request may close these issues.

None yet

2 participants