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

Enhance type checking #382

Open
wants to merge 21 commits into
base: master
Choose a base branch
from

Commits on Sep 3, 2024

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

Commits on Sep 4, 2024

  1. Handle exceptions

    ggalloni committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    71fc109 View commit details
    Browse the repository at this point in the history
  2. Add str when allowed

    ggalloni committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    e4c2971 View commit details
    Browse the repository at this point in the history
  3. Clean imports

    ggalloni committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    dc48e84 View commit details
    Browse the repository at this point in the history
  4. Handle ParamDict

    ggalloni committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    7a568e7 View commit details
    Browse the repository at this point in the history
  5. Try skipping test for now

    ggalloni committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    7bf99d8 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    61a0405 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af5c727 View commit details
    Browse the repository at this point in the history
  3. Handle ClassVar

    ggalloni committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    a16b804 View commit details
    Browse the repository at this point in the history
  4. Add test for type checking

    ggalloni committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    726f522 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Test for compatibility

    ggalloni committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    bbb1f6b View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Test Optional

    ggalloni committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    8e62704 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

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

Commits on Oct 2, 2024

  1. Remove deferred types

    ggalloni committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    3fe9b84 View commit details
    Browse the repository at this point in the history
  2. Remove ForwardRef handling

    ggalloni committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    b985a40 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ecc79a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    00bcbb3 View commit details
    Browse the repository at this point in the history
  5. Remove useless type

    ggalloni committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    5988a15 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4cdd11e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    436e70d View commit details
    Browse the repository at this point in the history
  8. Clean

    ggalloni committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    19e4143 View commit details
    Browse the repository at this point in the history