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

interp: fix import of binary type symbols in current scope #1380

Merged
merged 2 commits into from
May 4, 2022
Merged

Conversation

mvertes
Copy link
Member

@mvertes mvertes commented Apr 12, 2022

Fixes #1360.

@mvertes mvertes requested a review from mpl April 12, 2022 10:30
@mvertes mvertes added this to the v0.11.x milestone Apr 27, 2022
@mpl
Copy link
Collaborator

mpl commented May 4, 2022

Note: we might have to check that we don't have the same problem for the import of a source package in "." , for a symbol of kind type. But that's for another issue/PR.

@mvertes mvertes merged commit 606b4c3 into master May 4, 2022
@mvertes mvertes deleted the fix-1360 branch May 4, 2022 15:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/core bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

dot import causes undefined type error on Slice or Array literal
3 participants