Closed ahoppen closed 2 days ago
Synced to Apple’s issue tracker as rdar://136014548
Decided against this, mostly because it requires us to modify global state and even though https://github.com/swiftlang/sourcekit-lsp/pull/1703#discussion_r1776023254 shouldn’t pose an issue right now, I’m not sure if that might become problematic in the future.
logger.fault
indicates that there was an internal error in SourceKit-LSP. We should ensure that we don’t hit any situation that causes alogger.fault
while running tests by raising anXCTFail
iflogger.fault
is called inNonDarwinLogger
(which is the logger that we’re using in Swift CI).