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

reduce usage of _pure_meta #32427

Merged
merged 5 commits into from
Jul 22, 2020
Merged

reduce usage of _pure_meta #32427

merged 5 commits into from
Jul 22, 2020

Commits on Jul 20, 2020

  1. Configuration menu
    Copy the full SHA
    050fbdc View commit details
    Browse the repository at this point in the history
  2. inference: improve fieldtype_nothrow computation for exact values

    also fix the concrete_min answer for `Union{}` (which is a valid result
    for the NTuple TypeVar to receive)
    vtjnash committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    99a46c2 View commit details
    Browse the repository at this point in the history
  3. remove tuple Type manipulations from Iterators

    Avoid specifying subtype constraints on concrete types also, as this
    makes them more complicated, but no different.
    vtjnash committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    331efe3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c604df0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    90c1159 View commit details
    Browse the repository at this point in the history