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

Don't look for near-miss witnesses for unavailable requirements. #2604

Commits on May 19, 2016

  1. Don't look for near-miss witnesses for unavailable requirements.

    We use unavailable requirements as migration hints, but conformance
    checking would try a little too hard to actually satisfy them, even
    though they wouldn't actually be used. This led to errors about the
    /new/ name not matching the /old/ name.
    
    (We now get /two/ diagnostics for using the old name, but we can fix
    that later. Filed rdar://problem/26358593.)
    
    rdar://problem/26313044
    (cherry picked from commit e003e5e)
    jrose-apple committed May 19, 2016
    Configuration menu
    Copy the full SHA
    2fb2f88 View commit details
    Browse the repository at this point in the history