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

Subtype: bug fix for bounds with deeper covariant var #50832

Merged
merged 3 commits into from
Aug 10, 2023

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    5a318eb View commit details
    Browse the repository at this point in the history
  2. Test fix.

    Some tests depend on the bug fixed.
    For example, the `convert` test for `NamedTuple` works because `Tuple{Type{NamedTuple{(:a,),Tuple{I}} where I<:Unsigned}} <: Tuple{Type{NT}} where {names, T<:Tuple, NT<:NamedTuple{names,T}}` on master.
    N5N3 committed Aug 8, 2023
    5 Configuration menu
    Copy the full SHA
    0b3826c View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Remove unreachable branch.

    This branch is unreachable at runtime unless `NT` has free typevar.
    N5N3 committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    38db223 View commit details
    Browse the repository at this point in the history