swiftlang / sourcekit-lsp

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

Use a `ThreadSafeBox` for the `reusedNodes` variable in `testIncrementalParse` #1450

Closed ahoppen closed 1 month ago

ahoppen commented 1 month ago

Fixes an error found by thread sanitizer.

ahoppen commented 1 month ago

@swift-ci Please test