-
Notifications
You must be signed in to change notification settings - Fork 207
Conversation
Tests failing, suspect a JSON encoding problem. ping @cocreature, see the circle logs
Did these errors happen before #1284 had been merged? |
@fendor good point, I had forgotten about that. We will have to see what circle says about the merge result. I assume it was fine, as it showed green on CI before I merged, and you had updated it recently. |
Hm, it looks unrelated to the changes I made but I could very well be wrong. |
It looks like circle was happy with @fendor 's merge: https://circleci.com/workflow-run/fc727e9b-c6a9-4ed6-9f27-9f6332e248e8 There is also an updated lsp-test, perhaps @bubba knows something about that. |
Ok, seems there is something whacky on my local machine. |
The functional tests for HIE passed for me on my own branch with LSP 0.14, but could be an OS specific thing
… On 13 Jun 2019, at 15:35, Alan Zimmerman ***@***.***> wrote:
It looks like circle was happy with @fendor 's merge: https://circleci.com/workflow-run/fc727e9b-c6a9-4ed6-9f27-9f6332e248e8
I am building it locally too, to check, then will investigate the rest.
There is also an updated lsp-test, perhaps @bubba knows something about that.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
I am on linux too. But been messing with cabal builds, and ghc 8.8., etc. Could have a whacky config by now. So I reckon just merge and see what happens. Circle is happy. |
I did a bisect on this, and the problem comes from 3350686
I think that what is happening is that I have a full hoogle db locally, we don't have it on the CI box. And we need to add something like /~https://github.com/haskell/haskell-ide-engine/blob/master/src/Haskell/Ide/Engine/Plugin/Hoogle.hs#L137 into it somewhere: unHTML = T.replace "<0>" "" . innerText . parseTags cc @fendor |
And after deleting and re-creating my I tried creating additional hoogle generate dbs, but it still passes. I think there is a landmine waiting out there. |
I have a good idea where this might be coming from. Hoogle |
I think, the fix would be to adapt |
Tests failing, suspect a JSON encoding problem.
ping @cocreature, see the circle logs
Locally I get the first two of many failing tests, all with a spurious
<0>