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 Union[..., NoneType] injection by get_type_hints if a None default value is used. #482

Open
wants to merge 20 commits into
base: main
Choose a base branch
from

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    376ae56 View commit details
    Browse the repository at this point in the history
  2. moved section

    Daraan committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    24c5602 View commit details
    Browse the repository at this point in the history
  3. removed empty line

    Daraan committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    7f000b1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8cc4464 View commit details
    Browse the repository at this point in the history
  5. +1 test and formatting

    Daraan committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    881ffee View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Increase test coverage

    Daraan committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    58082b9 View commit details
    Browse the repository at this point in the history
  2. use key access and not values

    Daraan committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    5c94bd6 View commit details
    Browse the repository at this point in the history
  3. str test passes as well

    Daraan committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    b42e203 View commit details
    Browse the repository at this point in the history
  4. removed invalid 3.8 code

    Daraan committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    ed552e4 View commit details
    Browse the repository at this point in the history
  5. Extended tests

    fixed wrong variable and format
    Daraan committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    313ddd8 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    3ba4ee7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ffcd23 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

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

Commits on Oct 21, 2024

  1. Add comment for special case

    Co-authored-by: Jelle Zijlstra <[email protected]>
    Daraan and JelleZijlstra authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    52c93e9 View commit details
    Browse the repository at this point in the history
  2. Assure UnionType stays UnionType; check repr only

    + updated comments
    Daraan committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    a1777f3 View commit details
    Browse the repository at this point in the history
  3. Update src/test_typing_extensions.py

    Co-authored-by: Jelle Zijlstra <[email protected]>
    Daraan and JelleZijlstra authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    9e59796 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1761a43 View commit details
    Browse the repository at this point in the history
  5. Corrected and clarified case

    Daraan committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    54b8eb0 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

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

Commits on Oct 29, 2024

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