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

Fix StringInterpolationProtocol validation crasher #27480

Merged
merged 1 commit into from Oct 2, 2019

Commits on Oct 2, 2019

  1. Fix StringInterpolationProtocol validation crasher

    Some old circularity-breaking code caused an unexpected null type, which led to crashes in the decl checker when trying to check that an `appendInterpolation` method in a different file would satisfy the informal requirement for one in a StringInterpolationProtocol conformer. This code appears to now be unnecessary, so this commit removes it. Fixes rdar://problem/55864759.
    beccadax committed Oct 2, 2019
    Copy the full SHA
    6456b39 View commit details
    Browse the repository at this point in the history