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

Updated conformance results for mypy 1.12. #1866

Merged
merged 1 commit into from
Oct 15, 2024

Commits on Oct 15, 2024

  1. Updated conformance results for mypy 1.12.

    * Fixes bugs that previously caused a crash when running generics_defaults and generics_syntax_declarations tests.
    * Fixes conformance issues in the following tests: aliases_type_statement, generics_paramspec_components, generics_syntax_declarations, generics_variance_inference, tuples_type_compat.
    * Adds support for functionality covered by tests: typeddicts_readonly, typeddicts_readonly_consistency, typeddicts_readonly_inheritance, typeddicts_readonly_kwargs, typeddicts_readonly_update.
    
    Fixed bugs in a couple of tests that were uncovered by mypy update.
    * The aliases_type_statement test assumed errors would be reported on a particular line.
    * The generics_syntax_declarations test assumed certain unspecified behaviors when evaluating the type of a type parameter.
    * The generics_variance_inference test was missing a return type annotation.
    erictraut committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    f4fa190 View commit details
    Browse the repository at this point in the history