-
Notifications
You must be signed in to change notification settings - Fork 71
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
Use swift-lmdb instead of copying LMDB source #228
Conversation
6656347
to
8464623
Compare
@swift-ci please test |
Please test with following PRs: @swift-ci please test |
@swift-ci please test |
Please test with following PRs: @swift-ci please test Windows platform |
Please test with the following PRs: @swift-ci please test Windows platform |
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.
LGTM - running a toolchain build in swiftlang/swift#77624
This is tracked by rdar://139431575 as a part of swiftlang/vscode-swift#562
Adds swift-lmdb as a dependency and removes the copied lmdb source so that IndexStoreDB uses the same version of lmdb as swift-docc. This enables SourceKit-LSP to use swift-docc as a dependency to fulfill documentation requests on behalf of the VS Code Swift extension.