Files
sourcekit-lsp/Sources
Ben Langmuir 26f134ff2e Workaround SR-13822 by keeping the file handle alive for the connection
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
2020-11-03 10:15:16 -08:00
..