-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[cxx-interop] Mark un-specialized class templates as unavailable in Swift. #60786
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
[cxx-interop] Mark un-specialized class templates as unavailable in Swift. #60786
Conversation
Draft because I haven't fixed the tests yet. |
ab84b15
to
f049d52
Compare
@swift-ci please test |
@hyp @egorzhdan this is ready for review now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
You'll probably need something like using ArrayRefOfDiagnosticArgument = ArrayRef<DiagnosticArgument>
to make sure SwiftCompilerSources still compile.
…wift. They don't really work, so let's not "support" them yet.
f049d52
to
dbf4864
Compare
@swift-ci please test |
1 similar comment
@swift-ci please test |
@@ -1,9 +1,9 @@ | |||
// RUN: %empty-directory(%t) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@hyp I'll let you decide if you want to land this PR before fixing this test and the next one. Sorry I did such a terrible job "fixing" these. I couldn't always understand the error, so maybe we can work on them offline.
@swift-ci please test |
This reverts commit ac64f91.
@swift-ci please test |
They don't really work, so let's not "support" them yet.