swiftlang / sourcekit-lsp

Language Server Protocol implementation for Swift and C-based languages
Apache License 2.0
3.3k stars 273 forks source link

Skip `testAttachedMacroExpansion` if host toolchain does not support background indexing #1553

Closed lokesh-tr closed 3 months ago

lokesh-tr commented 3 months ago

Similar to https://github.com/swiftlang/sourcekit-lsp/pull/1548

lokesh-tr commented 3 months ago

Might prevent test case failing in lower swift toolchain versions as faced in https://github.com/swiftlang/sourcekit-lsp/pull/1466

ahoppen commented 3 months ago

@swift-ci Please test