You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 22, 2021. It is now read-only.
This causes problems in the ghcide benchmark suite, where we are unable to collect the RTS statistics before lsp-test kills ghcide, and are forced to manage our own exit protocol. But this in turn causes problems with lsp-test, as reported in https://github.com/digital-asset/ghcide/issues/617
The text was updated successfully, but these errors were encountered:
Even for well-behaved servers,
runSession
callscleanupProcess
immediately after sending the exit message:https://github.com/bubba/lsp-test/blob/master/src/Language/Haskell/LSP/Test/Session.hs#L268-L272
This causes problems in the ghcide benchmark suite, where we are unable to collect the RTS statistics before lsp-test kills ghcide, and are forced to manage our own exit protocol. But this in turn causes problems with lsp-test, as reported in https://github.com/digital-asset/ghcide/issues/617
The text was updated successfully, but these errors were encountered: