Daniel Gröber (dxld)
Daniel Gröber (dxld)
Next time it happens could you stash the stuff in .stack-work/ somewhere before deleting it and upload that somewhere?
Please do, test cases always help.
I'm not sure what the elisp does now but maybe we can bulk query ghc-mod instead of invoking the executable multiple times. My thinking here being that the environment setup...
Should be an easy check in cabal-helper, if the executable isn't executable just recompile it.
Oh sorry I didn't know you were waiting on me otherwise I would've pushed this stuff sooner.
IIRC this should be fixed now @kazu-yamamoto removed the caching stuff from ghc-modi and the changes should have landed in 5.2.0.0 @rikvdkleij does this problem still happen with ghc-mod >=...
Actually those changes already landed in v5.1.1.0.
Is this still happening?
Ah ok, no rush then.
Ok I think I finally understood what the problem is here, when we load a file again that used to have errors GHC doesn't emit those errors again because the...