swiftlang / sourcekit-lsp

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

Make `DocumentManager.documents` private #1766

Closed ahoppen closed 1 month ago

ahoppen commented 1 month ago

documents needs to be guarded by queue and thus shouldn’t be accessible from outside the type. Also uncovered on incorrect use of it.

ahoppen commented 1 month ago

@swift-ci Please test