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

resolve: Exclude inaccessible names from single imports #35063

Merged
merged 2 commits into from
Jul 30, 2016

Commits on Jul 27, 2016

  1. If a single import resolves to an inaccessible name in some but not a…

    …ll namespaces,
    
    avoid importing the name in the inaccessible namespaces.
    
    Currently, the inaccessible namespaces are imported but cause a privacy error when used.
    jseyfried committed Jul 27, 2016
    Configuration menu
    Copy the full SHA
    132bff9 View commit details
    Browse the repository at this point in the history
  2. Fix fallout in tests.

    jseyfried committed Jul 27, 2016
    Configuration menu
    Copy the full SHA
    8205691 View commit details
    Browse the repository at this point in the history