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

Propagate type narrowing to nested functions #15133

Merged
merged 30 commits into from
May 3, 2023
Merged

Commits on Apr 25, 2023

  1. Add test case

    JukkaL committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    e4ecb91 View commit details
    Browse the repository at this point in the history
  2. WIP debugging stuff

    JukkaL committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    05e3958 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f3c87ca View commit details
    Browse the repository at this point in the history
  4. Add test cases

    JukkaL committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    01e044d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eecc877 View commit details
    Browse the repository at this point in the history
  6. Test more

    JukkaL committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    030457e View commit details
    Browse the repository at this point in the history
  7. Fix nested functions

    JukkaL committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    7968859 View commit details
    Browse the repository at this point in the history
  8. Add unit tests

    JukkaL committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    7603f24 View commit details
    Browse the repository at this point in the history
  9. More testing

    JukkaL committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    a81856a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c503b3c View commit details
    Browse the repository at this point in the history
  11. Support walrus expression

    JukkaL committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    a601098 View commit details
    Browse the repository at this point in the history
  12. Fix self check and isort

    JukkaL committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    fe05131 View commit details
    Browse the repository at this point in the history
  13. Add docstrings

    JukkaL committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    9d0b478 View commit details
    Browse the repository at this point in the history
  14. Minor tweak to test

    JukkaL committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    639a9a1 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6dbf9f1 View commit details
    Browse the repository at this point in the history
  16. More refactoring

    JukkaL committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    d463240 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    77b67df View commit details
    Browse the repository at this point in the history
  18. Add another test case

    JukkaL committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    339ae64 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    56c3f3a View commit details
    Browse the repository at this point in the history
  20. Test method

    JukkaL committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    24faaa5 View commit details
    Browse the repository at this point in the history
  21. Fix mypyc build

    JukkaL committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    ecc2d34 View commit details
    Browse the repository at this point in the history
  22. Update mypy/literals.py

    Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
    JukkaL and AlexWaygood committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    67098aa View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    25cafbd View commit details
    Browse the repository at this point in the history
  24. Fix unused import

    JukkaL committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    40f3b53 View commit details
    Browse the repository at this point in the history
  25. Actually fix compiled mypy

    JukkaL committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    4bfb5f1 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. Configuration menu
    Copy the full SHA
    0c4dce4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4fe08c2 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. Configuration menu
    Copy the full SHA
    dc6516e View commit details
    Browse the repository at this point in the history
  2. Fix test case

    JukkaL committed May 2, 2023
    Configuration menu
    Copy the full SHA
    c323e06 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. More tests

    JukkaL committed May 3, 2023
    Configuration menu
    Copy the full SHA
    c350905 View commit details
    Browse the repository at this point in the history