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

primer performance check - 1.13.1 & bisect #474

Closed
wants to merge 25 commits into from

Commits on Jul 6, 2024

  1. asdf

    DetachHead committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    126d53a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b7e540 View commit details
    Browse the repository at this point in the history
  3. Revert "improve wording on reportUnsafeMultipleInheritance error me…

    …ssage"
    
    This reverts commit a160d55.
    DetachHead committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    51352dc View commit details
    Browse the repository at this point in the history
  4. Revert "fix reportUnsafeMultipleInheritance false positive on datac…

    …lasses with `init=False`"
    
    This reverts commit 876baea.
    DetachHead committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    5561ff6 View commit details
    Browse the repository at this point in the history
  5. Revert "fix logic in reportUnsafeMultipleInheritance to correctly a…

    …ccount for MRO"
    
    This reverts commit 810087d.
    DetachHead committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    648d25f View commit details
    Browse the repository at this point in the history
  6. Revert "Fixed bug that results in incorrect type narrowing in the neg…

    …ative (fall-through) case of a match expression when the subject expression is an unbounded tuple. This addresses #8219."
    
    This reverts commit 24f64f7.
    DetachHead committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    20d4076 View commit details
    Browse the repository at this point in the history
  7. Revert "Fixed bug that leads to a spurious "unbound variable" diagnos…

    …tic when a variable is assigned a value using a walrus operator and is later used in a `**` call argument. This addresses #8218."
    
    This reverts commit 2672441.
    DetachHead committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    4bbf862 View commit details
    Browse the repository at this point in the history
  8. Revert "Added support for walrus (assignment) operator within set lit…

    …eral expressions if the python version is >= 3.10. The grammar was changed in 3.10 to support this. This addresses #8216."
    
    This reverts commit bc1fc9f.
    DetachHead committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    86b6b58 View commit details
    Browse the repository at this point in the history
  9. Revert "Fixed bug that incorrectly evaluates a constructor call to a …

    …constructor that infers a class-scoped ParamSpec when the passed function is generic. This addresses #8170. (#8215)"
    
    This reverts commit 3a26313.
    DetachHead committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    0135191 View commit details
    Browse the repository at this point in the history
  10. Revert "Fixed bug that results in a false positive error when using a…

    … callback protocol with a function-scoped type variable. This addresses #8177. (#8207)"
    
    This reverts commit 6ffb60b.
    DetachHead committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    de5cbbb View commit details
    Browse the repository at this point in the history
  11. Revert "Improved reportUninitializedInstanceVariable check to handl…

    …e dataclass variables that are initialized implicitly by the synthesized `__init__` method."
    
    This reverts commit ee12ebc.
    DetachHead committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    6fd3a8f View commit details
    Browse the repository at this point in the history
  12. Revert "Fix binary search in findNodeByOffset to match linear searc…

    …h result (#8143)"
    
    This reverts commit 3e6661a.
    DetachHead committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    7cd9353 View commit details
    Browse the repository at this point in the history
  13. Revert "Bump braces from 3.0.2 to 3.0.3 (#8204)"

    This reverts commit cfeed20.
    DetachHead committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    a5fd4cd View commit details
    Browse the repository at this point in the history
  14. Revert "Improved diagnostic messages for type errors detected during …

    …`__set__` and `__delete__` calls to a descriptor object. This addresses #8181. (#8198)"
    
    This reverts commit 2efc12f
    DetachHead committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    5c2f2ce View commit details
    Browse the repository at this point in the history
  15. Revert "Fixed bug that results in an incorrect overload implementatio…

    …n diagnostic when using `tuple[()]` in overloads. This addresses #8194. (#8195)"
    
    This reverts commit d2ff2a4.
    DetachHead committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    db69b01 View commit details
    Browse the repository at this point in the history
  16. Revert "Changed hover provider output for type aliases to conform mor…

    …e closely with the new Python 3.12 `type` syntax. This partially addresses #8185."
    
    This reverts commit 221a977.
    DetachHead committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    002c195 View commit details
    Browse the repository at this point in the history
  17. Revert "Fixed recent regression that results in a runtime assert (and…

    … therefore a crash) in certain circumstances when computing the MRO for a class. This addresses #8191."
    
    This reverts commit 1bbb5d9.
    DetachHead committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    0e19ee3 View commit details
    Browse the repository at this point in the history
  18. Revert "Improved consistency of unreachable code. Previously, unreach…

    …able code was not supported for `if` or `else` suites when the condition type was narrowed to `Never`. This addresses microsoft/pylance-release#6028. (#8190)"
    
    This reverts commit b841e11.
    DetachHead committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    eadeb56 View commit details
    Browse the repository at this point in the history
  19. Revert "Fixed bug that leads to a false negative when a subscript obj…

    …ect used in an index expression supports `__index__` but the indexed object specifies that it requires `int`. This addresses #8183. (#8188)"
    
    This reverts commit 81ff21e.
    DetachHead committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    d6058a1 View commit details
    Browse the repository at this point in the history
  20. Revert "fix broken markdown link (#8186)"

    This reverts commit 4a9b9a5.
    DetachHead committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    e507ddc View commit details
    Browse the repository at this point in the history
  21. Revert "Fixed recent regression in `reportUninitializedInstanceVariab…

    …le` check relating to `NamedTuple` instance variables. This addresses #8184."
    
    This reverts commit 98d68d5.
    DetachHead committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    4b77a40 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    6cc6c73 View commit details
    Browse the repository at this point in the history
  23. Revert "Added support for detecting mismatched property types in base…

    … classes used for multiple inheritance. This addresses #8167. (#8175)"
    
    This reverts commit 20942b3.
    DetachHead committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    1c4b8af View commit details
    Browse the repository at this point in the history
  24. asdf

    DetachHead committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    38f2c9d View commit details
    Browse the repository at this point in the history
  25. Revert "Revert "fix reportUninitializedInstanceVariable false posit…

    …ive on `NamedTuple` (new bug in upstream)" since it has now been fixed upstream"
    
    This reverts commit 9f80bab.
    DetachHead committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    a02ca34 View commit details
    Browse the repository at this point in the history