mirror of
https://github.com/apple/sourcekit-lsp.git
synced 2026-03-02 18:23:24 +01:00
On Linux, the file handle is closing the file descriptor on deinit despite `closeOnDealloc: false` (https://bugs.swift.org/browse/SR-13822). Workaround by keping the FileHandle alive. rdar://70995458