Add @_objcImplementation attribute#798
Conversation
|
@swift-ci please test |
|
@CodaFi I'd like your opinion about the test I added in this PR. Is it worth including given that |
|
@swift-ci please test |
CodaFi
left a comment
There was a problem hiding this comment.
LGTM, test especially. Thanks for adding it.
|
Since you're not updating the C++ libSyntax parsing this can be merged independently of the compiler PR whenever you want. |
|
@CodaFi You’d think so, but it actually breaks the compiler build by introducing references to an |
a71cb0d to
2688154
Compare
| NotSerialized, | ||
| ABIBreakingToAdd, ABIBreakingToRemove, APIBreakingToAdd, APIBreakingToRemove, | ||
| code=71), | ||
| # NOTE: 72 is unused |
There was a problem hiding this comment.
I have a vague memory of reading somewhere that it’s unsafe to reuse old codes but can’t find it anymore. @CodaFi do you remember readings something of the sort when migrating AttributeKinds.py from the compiler repository?
Part of swiftlang/swift#60630, but safe to merge before the compiler-side implementation.
2688154 to
ae622f9
Compare
|
@swift-ci please test |
Part of swiftlang/swift#60630,
but safe to merge before the compiler-side implementation.