Skip to content

Sema: Force synthesis of the CodingKeys nested type in EmittedMembersRequest#32824

Merged
slavapestov merged 1 commit into
swiftlang:masterfrom
slavapestov:fix-codingkeys-synthesis
Jul 11, 2020
Merged

Sema: Force synthesis of the CodingKeys nested type in EmittedMembersRequest#32824
slavapestov merged 1 commit into
swiftlang:masterfrom
slavapestov:fix-codingkeys-synthesis

Conversation

@slavapestov
Copy link
Copy Markdown
Contributor

Even if the conformance to Encodable or Decodable is via an extension, the
nested type is synthesized as a member of the type itself, so that it can
be shared by both conformances. Make sure we force it to be synthesized in
this case.

This fixes a regression from #32581.

…Request

Even if the conformance to Encodable or Decodable is via an extension, the
nested type is synthesized as a member of the type itself, so that it can
be shared by both conformances. Make sure we force it to be synthesized in
this case.
@slavapestov
Copy link
Copy Markdown
Contributor Author

@swift-ci Please smoke test

@slavapestov
Copy link
Copy Markdown
Contributor Author

@swift-ci Please test source compatibility

@slavapestov
Copy link
Copy Markdown
Contributor Author

CC @lxbndr

@slavapestov slavapestov merged commit b8b80b6 into swiftlang:master Jul 11, 2020
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.

1 participant