Commit b5e8cfb
authored
swift-plugin-server: update for throwing SwiftSyntax API (swiftlang#78114)
Depends on swiftlang/swift-syntax#2915
The `main` method on `CompilerPluginMessageListener` can synchronously clean up resources that cannot be dealt with in a deinitializer due to possible errors thrown during the clean up. Usually this includes closure of file handles, sockets, shutting down external processes and IPC resources set up for these processes, etc.1 parent 8715c34 commit b5e8cfb
File tree
1 file changed
+1
-1
lines changed- tools/swift-plugin-server/Sources/swift-plugin-server
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
0 commit comments