swiftlang / sourcekit-lsp

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

Semantic token tests on Windows don’t report stdlib declarations as `defaultLibrary` #1770

Closed ahoppen closed 1 month ago

ahoppen commented 1 month ago

I needed to disable quite a few SemanticTokenTests because stdlib symbols are not correctly reported as defaultLibrary on Windows. Investigate why.

ahoppen commented 1 month ago

Synced to Apple’s issue tracker as rdar://138210224