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

Fix #2212: Avoid imports in the wrong namespace #2225

Merged
merged 2 commits into from
Apr 11, 2017

Conversation

odersky
Copy link
Contributor

@odersky odersky commented Apr 11, 2017

Don't issue an error when considering a named import that
refers to a value or type which does not exist. Instead, disregard
the import and continue.

Don't issue an error if when considering a named import that
refers to a valoe or type which does not exist. Instead, disregard
the import an continue.
Copy link
Member

@olafurpg olafurpg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍 I've added a note (dotty-staging/squants#3) to revert the workaround for this issue in the squants fork of the community build.

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