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

Fix some higher-order (?) ParamSpec usage #14903

Closed
wants to merge 17 commits into from

Commits on Feb 2, 2023

  1. Don't duplicate ParamSpec prefixes and check Concatenate subtyping be…

    …tter
    
    I ran into the duplication issue personally, but this also fixes python#12734
    A5rocks committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    0f8c36c View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2023

  1. Try a more minimal approach

    A5rocks committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    23b3ffb View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2023

  1. Fix crash in discord.py

    A5rocks committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    2d141f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d58f194 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

  1. PR feedback

    A5rocks committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    ed52034 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. Configuration menu
    Copy the full SHA
    513d76c View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Fix strange constraint behavior for ParamSpec

    Note that I'm not too sure the comment is correct.
    A5rocks committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    24f4e2d View commit details
    Browse the repository at this point in the history
  2. Fix some easy-to-spot bugs

    A5rocks committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    9f084c0 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2023

  1. Some other fixes

    A5rocks committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    86993a0 View commit details
    Browse the repository at this point in the history
  2. Fix inference bug

    A5rocks committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    8642f3d View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. Configuration menu
    Copy the full SHA
    dad5d49 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2023

  1. Skip unification variables

    A5rocks committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    aad6a86 View commit details
    Browse the repository at this point in the history
  2. Instead of skipping, try un-unifying them

    I don't actually know what I'm doing. The tests pass, I am happy.
    A5rocks committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    b3b0d22 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. Configuration menu
    Copy the full SHA
    1bc9b75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    675edf3 View commit details
    Browse the repository at this point in the history
  3. Oops, forgot to autoformat

    A5rocks committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    d925474 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b956763 View commit details
    Browse the repository at this point in the history