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

Remove unnecessary assertion and add a testcase. #3241

Merged
merged 1 commit into from Sep 9, 2021

Conversation

adrian-prantl
Copy link
Member

TypeSystemSwiftTypeRef::GetEncoding() had an assert(false) in the
default path of the switch because we had no test coverage for
it. This patch adds test coverage and removes the assert.

Xcode is calling GetValueAsUnsigned() on enum locals, which we found
out thanks to this assertion.

Fixes https://bugs.swift.org/browse/SR-15127.

TypeSystemSwiftTypeRef::GetEncoding() had an assert(false) in the
default path of the switch because we had no test coverage for
it. This patch adds test coverage and removes the assert.

Xcode is calling GetValueAsUnsigned() on enum locals, which we found
out thanks to this assertion.

Fixes https://bugs.swift.org/browse/SR-15127.
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

1 participant