Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: python/mypy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.981
Choose a base ref
...
head repository: python/mypy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.982
Choose a head ref
  • 4 commits
  • 8 files changed
  • 2 contributors

Commits on Sep 29, 2022

  1. Fix overload overlap check for UninhabitedType (#13461)

    The issue was exposed by merge of subtype visitors. Fix is actually trivial, but the diff is big because I need to add and pass the new flag everywhere (`is_subtype()`, `is_proper_subtype()`, `is_equivalent()`, `is_same_type()` can call each other).
    ilevkivskyi committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    5b17cc6 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2022

  1. Suggest using upper bound for unbound tvar (#13730)

    Also don't complain about other TypeVarLikeTypes
    
    Implements
    #13166 (comment)
    hauntsaninja authored and ilevkivskyi committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    d03f201 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51d9858 View commit details
    Browse the repository at this point in the history
  3. Bump version to 0.982

    ilevkivskyi committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    1c2b899 View commit details
    Browse the repository at this point in the history
Loading