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

New ConstraintWithPassthrough #244

Merged
merged 3 commits into from
Feb 17, 2023
Merged

New ConstraintWithPassthrough #244

merged 3 commits into from
Feb 17, 2023

Commits on Feb 17, 2023

  1. New ConstraintWithPassthrough

    This is exposing the useful "pass-through" feature from the
    unused `EnsureParameterConstraint` class.
    mih committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    876b6d9 View commit details
    Browse the repository at this point in the history
  2. Fixing type annotations in constraints.base

    Removes a pointless TypeVar and some code-duplication too.
    mih committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    0009bae View commit details
    Browse the repository at this point in the history
  3. Test for ConstraintWithPassthrough

    and minor coverage improvement on top of that.
    mih committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    3f746ec View commit details
    Browse the repository at this point in the history