-
Notifications
You must be signed in to change notification settings - Fork 10.5k
build: migrate to CMake based build of swift-format #70814
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
Please test with following PRs: @swift-ci please build toolchain windows platform |
Please test with following PRs: @swift-ci please test |
Please test with following PRs: @swift-ci please test |
Please test with following PRs: @swift-ci please test windows platform |
Please test with following PRs: @swift-ci please test windows platform |
Please test with following PRs: @swift-ci please smoke test Linux platform |
Please test with following PRs: @swift-ci please smoke test macOS platform |
Please test with following PRs: @swift-ci please build toolchain |
Please test with following PRs: @swift-ci please test Windows platform |
Please test with following PRs: @swift-ci please test macOS platform |
Please test with following PRs: @swift-ci please build toolchain Windows platform |
Please test with following PRs: @swift-ci please build toolchain macOS platform |
Please test with following PRs: @swift-ci please build toolchain Windows platform |
This allows us to build swift-format with dynamic linking against the toolchain build of the swift-syntax and swift-argument-parser packages. Wire up the swift-markdown build and hoist the swift-format build prior to sourcekit-lsp. This sets us up for supporting swift-format based formatting in the LSP.
Please test with following PRs: @swift-ci please test |
Please test with following PRs: @swift-ci please build toolchain |
Verified that the generated installer works, the installed toolchain passes a smoke test. Additionally, verified that |
This allows us to build swift-format with dynamic linking against the
toolchain build of the swift-syntax and swift-argument-parser packages.
Wire up the swift-markdown build and hoist the swift-format build prior
to sourcekit-lsp. This sets us up for supporting swift-format based
formatting in the LSP.