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

[ConstraintSystem] Delay adding contextual requirements until parent … #23652

Merged
merged 1 commit into from
Mar 29, 2019

Commits on Mar 29, 2019

  1. [ConstraintSystem] Delay adding contextual requirements until parent …

    …type is opened
    
    `openUnboundGenericType` eagerly tries to add conditional requirements
    associated with chain of parents of the given type if type has been
    declared inside of constrained extension. But one of the parent types
    might be unbound e.g. `A.B` which means it has to be opened, which
    by itself, would add such requirements.
    
    Resolves: rdar://problem/49371608
    xedin committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    8e42049 View commit details
    Browse the repository at this point in the history