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
All tests involving stack as build tool (but no cabal) fails with:
1) CabalHelper, cabal-helper spec, cradle discovery and loading, dummy filepath, finds none-cradle, stack repo
uncaught exception: IOException of type NoSuchThing
D:\ws\haskell\haskell-ide-engine\test\testdata\cabal-helper\simple-stack\.stack-work\dist\e626a42b\setup-config: openFile:
does not exist (No such file or directory)
I've checked that effectively the D:\ws\haskell\haskell-ide-engine\test\testdata\cabal-helper\simple-stack\.stack-work\dist dir does not exist
Then i've started to bisect cabal-helper commits since the hackage released version and i've found that the commit that triggers the error is 04c2d34 (1c0f2e8 works fine but it does not create the dist folders)
(NOTE: it would be great to have hackage releases/revisions tagged in github, to help diagnose those kind of bugs)
The text was updated successfully, but these errors were encountered:
cabal test :unit-test --test-options="--match CabalHelper"
D:\ws\haskell\haskell-ide-engine\test\testdata\cabal-helper\simple-stack\.stack-work\dist
dir does not exist(NOTE: it would be great to have hackage releases/revisions tagged in github, to help diagnose those kind of bugs)
The text was updated successfully, but these errors were encountered: