-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[Macros] Use SwiftCompilerPluginMessageHandling JSON encoder/decoder #72999
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
Conversation
swiftlang/swift-syntax#2598 |
e028933
to
56a6fe0
Compare
swiftlang/swift-syntax#2618 |
Replacing swiftLLVMSJON with SwiftCompilerPluginMessageHandling.JSON
56a6fe0
to
1125828
Compare
swiftlang/swift-syntax#2618 |
@swift-ci Please smoke test |
# _swiftCSwiftPluginServer is just a C support library for swift-plugin-server | ||
# Don't bother to create '.a' for that. | ||
add_swift_host_library(_swiftCSwiftPluginServer OBJECT | ||
add_swift_host_library(_swiftCSwiftPluginServer STATIC |
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.
Looks like the comment needs updating
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.
Let me clean this up in followups
swiftLLVMSJON
withSwiftCompilerPluginMessageHandling.JSON
swiftLLVMJSON
SwiftCompilerPluginMessageHandling.StandardIOMessageConnection
inswift-plugin-server