Skip to content

Use a LocalConnection to communicate the BSP messages between SourceKit-LSP and the build system #1668

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

Merged
merged 6 commits into from
Sep 16, 2024

Conversation

ahoppen
Copy link
Member

@ahoppen ahoppen commented Sep 13, 2024

This concludes the majority of the internal refactoring to BSP because the build system and SourceKit-LSP now communicate asynchronously using BSP requests. The next steps are:

  • Address the remaining FIXME comments
  • Remove the BuildServerBuildSystem and instead let the BuildSystemManager speak directly to a build server, no longer going through BuiltInBuildSystem and thus opening all the new functionality for external build servers
  • Do a final audit of the BuildSystemIntegration module to make sure that things are named consistently, we don’t have unused methods left over.
  • Write a documentation document about the BSP messages that SourceKit-LSP uses and defining our BSP extensions.

@ahoppen
Copy link
Member Author

ahoppen commented Sep 13, 2024

@swift-ci Please test

@ahoppen
Copy link
Member Author

ahoppen commented Sep 14, 2024

@swift-ci Please test Windows

@ahoppen ahoppen force-pushed the connection-based-bsp branch from c0660cd to 77102ae Compare September 14, 2024 20:25
@ahoppen
Copy link
Member Author

ahoppen commented Sep 14, 2024

@swift-ci Please test

@ahoppen
Copy link
Member Author

ahoppen commented Sep 14, 2024

@swift-ci Please test Windows

@ahoppen ahoppen force-pushed the connection-based-bsp branch from 77102ae to 5abac15 Compare September 14, 2024 23:16
@ahoppen
Copy link
Member Author

ahoppen commented Sep 14, 2024

@swift-ci Please test

@ahoppen
Copy link
Member Author

ahoppen commented Sep 14, 2024

@swift-ci Please test Windows

@ahoppen ahoppen force-pushed the connection-based-bsp branch from 5abac15 to 52a2a19 Compare September 15, 2024 05:41
@ahoppen
Copy link
Member Author

ahoppen commented Sep 15, 2024

@swift-ci Please test

@ahoppen
Copy link
Member Author

ahoppen commented Sep 15, 2024

@swift-ci Please test Windows

@ahoppen ahoppen force-pushed the connection-based-bsp branch from 52a2a19 to 767eebf Compare September 15, 2024 17:20
@ahoppen
Copy link
Member Author

ahoppen commented Sep 15, 2024

@swift-ci Please test

@ahoppen
Copy link
Member Author

ahoppen commented Sep 15, 2024

@swift-ci Please test Windows

@ahoppen ahoppen force-pushed the connection-based-bsp branch from 767eebf to 8372961 Compare September 15, 2024 20:59
@ahoppen
Copy link
Member Author

ahoppen commented Sep 15, 2024

@swift-ci Please test

@ahoppen
Copy link
Member Author

ahoppen commented Sep 15, 2024

@swift-ci Please test Windows

@ahoppen ahoppen force-pushed the connection-based-bsp branch from 8372961 to c93f193 Compare September 15, 2024 23:28
@ahoppen
Copy link
Member Author

ahoppen commented Sep 15, 2024

@swift-ci Please test Windows

1 similar comment
@ahoppen
Copy link
Member Author

ahoppen commented Sep 15, 2024

@swift-ci Please test Windows

@ahoppen
Copy link
Member Author

ahoppen commented Sep 16, 2024

@swift-ci Please test Windows

1 similar comment
@ahoppen
Copy link
Member Author

ahoppen commented Sep 16, 2024

@swift-ci Please test Windows

@ahoppen
Copy link
Member Author

ahoppen commented Sep 16, 2024

@swift-ci Please test macOS

@ahoppen
Copy link
Member Author

ahoppen commented Sep 16, 2024

@swift-ci Please test Linux

@ahoppen ahoppen merged commit 9334bb7 into swiftlang:main Sep 16, 2024
3 checks passed
@ahoppen ahoppen deleted the connection-based-bsp branch September 16, 2024 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant