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

Qualify imported symbols when the dequalified form would cause a conflict #674

Merged
merged 4 commits into from
Apr 12, 2022
Merged

Qualify imported symbols when the dequalified form would cause a conflict #674

merged 4 commits into from
Apr 12, 2022

Commits on Apr 9, 2022

  1. Qualify imported symbols when the dequalified form would cause a conf…

    …lict.
    
    Adds a preliminary pass that scans the stub file for all imported
    symbols, and collects the ones that cannot be safely dequalified.
    
    Fixes #673
    martindemello committed Apr 9, 2022
    Configuration menu
    Copy the full SHA
    c25c096 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. review fixes

    martindemello committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    9d29911 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa39f61 View commit details
    Browse the repository at this point in the history
  3. fix type errors

    martindemello committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    23416dc View commit details
    Browse the repository at this point in the history