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

New semantic analyzer: don't add submodules to symbol tables #7005

Merged
merged 16 commits into from
Jun 17, 2019

Commits on Jun 17, 2019

  1. Configuration menu
    Copy the full SHA
    8572240 View commit details
    Browse the repository at this point in the history
  2. Fix some lookup functions

    JukkaL committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    f76180d View commit details
    Browse the repository at this point in the history
  3. Fix more tests

    JukkaL committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    2248a45 View commit details
    Browse the repository at this point in the history
  4. Update a few tests

    JukkaL committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    33ca4be View commit details
    Browse the repository at this point in the history
  5. Share code for name lookup

    JukkaL committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    c1f5fe9 View commit details
    Browse the repository at this point in the history
  6. Fix bug related to ignore-missing-imports

    This affected stubs for requests.
    JukkaL committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    f1c1431 View commit details
    Browse the repository at this point in the history
  7. Minor tweak

    JukkaL committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    d810203 View commit details
    Browse the repository at this point in the history
  8. Change how rebinding works

    JukkaL committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    724259b View commit details
    Browse the repository at this point in the history
  9. Fix rebinding

    JukkaL committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    dc3d0f4 View commit details
    Browse the repository at this point in the history
  10. Refactor

    JukkaL committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    3043025 View commit details
    Browse the repository at this point in the history
  11. Fix

    JukkaL committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    d8be26c View commit details
    Browse the repository at this point in the history
  12. Fix test case

    JukkaL committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    14c2c38 View commit details
    Browse the repository at this point in the history
  13. Update based on review

    JukkaL committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    19dbf63 View commit details
    Browse the repository at this point in the history
  14. Remove unneeded code

    JukkaL committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    f10d67f View commit details
    Browse the repository at this point in the history
  15. Update test case

    JukkaL committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    4ad7f69 View commit details
    Browse the repository at this point in the history
  16. Fix lint

    JukkaL committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    1d3e90f View commit details
    Browse the repository at this point in the history