-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Remove the vendored copy of TSC #2991
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/sourcekit-lsp#305 |
The LSP PR got deleted in the move to "main", I'll open a new one. |
swiftlang/sourcekit-lsp#338 |
We can land the SourceKit-LSP PR and this once swiftlang/swift-tools-support-core#148 has landed. |
We need to work through some issues with the extended CI of TSC, happening on this PR: swiftlang/swift-tools-support-core#150 In the meantime, we have switched the CI to using a workspace, but are still only running the TSC unit tests. |
CI works now and is using the same setup as SwiftPM itself, in addition to running TSC tests. That way it also supports cross-repository testing etc. I'll update this PR and then merge this and the SourceKitLSP one. |
f996c44
to
e2732b9
Compare
swiftlang/sourcekit-lsp#338 |
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.
Nice! Thanks!
Supersedes #2898
swiftlang/swift-tools-support-core#148 adds a workspace for testing TSC changes together with SwiftPM and SourceKit-LSP. That will be used for PR testing in the future.