Skip to content

[Serialization] Recover from deserializing an enum from a missing module #28911

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

Merged
merged 1 commit into from
Jan 6, 2020

Conversation

xymus
Copy link
Contributor

@xymus xymus commented Dec 20, 2019

This is a quick fix for a deserialization failure of an enum defined behind an @_implementationOnly import. The failure was trigger in a lookup path, so dropping the enum shouldn't be an issue.

I'm still working on the reproducer to see if there would be other similar cases.

rdar://problem/58022345

@xymus xymus requested a review from nkcsgexi December 20, 2019 22:18
@xymus
Copy link
Contributor Author

xymus commented Dec 20, 2019

@swift-ci Please smoke test

1 similar comment
@xymus
Copy link
Contributor Author

xymus commented Jan 6, 2020

@swift-ci Please smoke test

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.

2 participants