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

Permit superclass to subclass lazy typing #696

Merged
merged 13 commits into from
Feb 27, 2024

Commits on Feb 24, 2024

  1. Configuration menu
    Copy the full SHA
    d1e008f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f31f61a View commit details
    Browse the repository at this point in the history
  3. implemented allow_lazy_super option to TypeParser and set by default …

    …in input/output specs
    tclose committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    0ccc223 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0cafc6e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    957a0d7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7ed2e11 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    25655cd View commit details
    Browse the repository at this point in the history
  8. fixed skip if

    tclose committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    f6abd86 View commit details
    Browse the repository at this point in the history
  9. removed now duplicate task

    tclose committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    eb7e171 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0faac56 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. added case for ellipsis in typing object to coerce

    adsouza authored and tclose committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    050ac3c View commit details
    Browse the repository at this point in the history
  2. split up typing tests

    tclose committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    e8852e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    27e7fb8 View commit details
    Browse the repository at this point in the history