-
Notifications
You must be signed in to change notification settings - Fork 205
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LSP completion tests seem to be flaky #4152
Comments
Judging from the error, it seems to be coming from compileModule (since that seems to be the only thing that uses "compile" as the stage). Given that completion only relies on the typechecked module but not the core, I don’t really understand why this seems to be the only test with this problem. |
It looks like the code trying to lookup |
This has caused a bunch of issues in DAML where GHC seems to randomly segfault when completions are requested, see digital-asset/daml#4152 for the error. I am not entirely sure what is going wrong there but `getDocs` also goes through the GHCi codepaths which are known to cause issues with ghc-lib so for now, let’s disable it.
This has caused a bunch of issues in DAML where GHC seems to randomly panics when completions are requested, see digital-asset/daml#4152 for the error. I am not entirely sure what is going wrong there but `getDocs` also goes through the GHCi codepaths which are known to cause issues with ghc-lib so for now, let’s disable it.
fixes #4152 changelog_begin changelog_end
fixes #4152 changelog_begin changelog_end
fixes #4152 changelog_begin changelog_end
This has caused a bunch of issues in DAML where GHC seems to randomly panics when completions are requested, see digital-asset/daml#4152 for the error. I am not entirely sure what is going wrong there but `getDocs` also goes through the GHCi codepaths which are known to cause issues with ghc-lib so for now, let’s disable it.
fixes #4152 changelog_begin changelog_end
fixes #4152 changelog_begin changelog_end
fixes #4152 changelog_begin changelog_end
fixes #4152 changelog_begin changelog_end
fixes #4152 changelog_begin changelog_end
fixes #4152 changelog_begin changelog_end
fixes #4152 changelog_begin changelog_end
fixes #4152 changelog_begin changelog_end
This has caused a bunch of issues in DAML where GHC seems to randomly panics when completions are requested, see digital-asset/daml#4152 for the error. I am not entirely sure what is going wrong there but `getDocs` also goes through the GHCi codepaths which are known to cause issues with ghc-lib so for now, let’s disable it.
This has caused a bunch of issues in DAML where GHC seems to randomly panics when completions are requested, see digital-asset/daml#4152 for the error. I am not entirely sure what is going wrong there but `getDocs` also goes through the GHCi codepaths which are known to cause issues with ghc-lib so for now, let’s disable it.
This has caused a bunch of issues in DAML where GHC seems to randomly panics when completions are requested, see digital-asset/daml#4152 for the error. I am not entirely sure what is going wrong there but `getDocs` also goes through the GHCi codepaths which are known to cause issues with ghc-lib so for now, let’s disable it.
This has caused a bunch of issues in DAML where GHC seems to randomly panics when completions are requested, see digital-asset/daml#4152 for the error. I am not entirely sure what is going wrong there but `getDocs` also goes through the GHCi codepaths which are known to cause issues with ghc-lib so for now, let’s disable it.
The LSP completion tests seem to fail occasionally with the following rather scary looking error:
I have absolutely no clue what is going wrong here. So far I have only seen this on CI and never locally.
cc @aherrmann-da (just want to make you aware of it)
The text was updated successfully, but these errors were encountered: