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
I am trying to enable hls tests in nixpkgs. This test seems to fail sometimes on my local system (a thinkpad notebook with nixos). This is with hls 0.6.0 and ghcide 0.5.0.
Refresh an evaluation:
expected: "module T5 where\n\n-- >>> unwords example\n-- \"This is an example of evaluation\"\nexample :: [String]\nexample = [\"This\",\"is\",\"an\",\"example\",\"of\",\"evaluation\"]\n"
but got: "module T5 where\n\n-- >>> unwords example\n-- \n-- ByteCodeLink.lookupCE\n-- During interactive linking, GHCi couldn't find the following symbol:\n-- interactive_Ghci1_ghcideCustomShow_closure\n-- This may be due to you not asking GHCi to load extra object files,\n-- archives or DLLs needed by your c
urrent session. Restart GHCi, specifying\n-- the missing library using the -L/path/to/object/dir and -lmissinglibname\n-- flags, or simply by naming the relevant files on the GHCi command line.\n-- Alternatively, this link failure might indicate a bug in GHCi.\n-- If you suspect the latter, please report this as a GHC
bug:\n-- https://www.haskell.org/ghc/reportabug\nexample :: [String]\nexample = [\"This\",\"is\",\"an\",\"example\",\"of\",\"evaluation\"]\n"
The text was updated successfully, but these errors were encountered:
I am trying to enable hls tests in nixpkgs. This test seems to fail sometimes on my local system (a thinkpad notebook with nixos). This is with hls 0.6.0 and ghcide 0.5.0.
The text was updated successfully, but these errors were encountered: