-
Notifications
You must be signed in to change notification settings - Fork 10.4k
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
TypeChecker: consolidate func & subscript signature validation #24151
TypeChecker: consolidate func & subscript signature validation #24151
Conversation
Let me see if I can resolve this without a clean build.. |
@swift-ci Please smoke test |
@swift-ci Please test source compatibility |
Looks like a clang conflict. I guess I must do a clean build & rebase after all. |
565a2ef
to
00e6ae1
Compare
Excuse the delay, it took a while to update everything. I also merged in the new logic for opaque return types, here is the relevant diff. |
@swift-ci Please smoke test |
@swift-ci Please test source compatibility |
Hm. Both of these fails don't seem related to the change. Although looking at the logs I can barely tell what happened to Source Compat at such an early stage. |
@swift-ci Please smoke test Linux |
Thank you! |
cc @slavapestov