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

[Sema] crasher fix in conditional conformance checking #18133

Merged
merged 1 commit into from Jul 22, 2018

Conversation

gregomni
Copy link
Collaborator

Dependent member of dependent member of generic type param would crash here because of Type() not being passed back up through the recursion cleanly.

Resolves SR-8324.

here because of Type() not being passed back up through the recursion
cleanly.
@gregomni
Copy link
Collaborator Author

@swift-ci Please smoke test and merge

@slavapestov
Copy link
Member

Nice catch!

@swift-ci swift-ci merged commit 67c277d into apple:master Jul 22, 2018
@slavapestov
Copy link
Member

@gregomni Since this is a very low risk fix I think we should pick it into 4.2-branch. What do you think?

@gregomni
Copy link
Collaborator Author

@slavapestov Seems reasonable to me. It does seem very low risk.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants