T. Hopia

Results 24 comments of T. Hopia

I'm seeing this all over my codebase now, not just the tests.

This is what I get as the actual error message ``` 2020-01-19 11:54:16.3609472 [ThreadId 103] - Fail on cradle initialisation: (ExitFailure 2)["Could not obtain flags for: \"src\\schema\\AnswerChoice.hs\".","","This module was not...

@fendor My full `.cabal` file looks like this ``` -- This file has been generated from package.yaml by hpack version 0.31.1. -- -- see: https://github.com/sol/hpack -- -- hash: 8313da4611145f153645f4cdd683b1e59fa8a667a9a62f5484494f7a39934dfd name:...

Looks like I didn't have the correct `msys2` folder in my `PATH`. Now that I do, I'm getting this kind of error: ``` stty: 'standard input': Inappropriate ioctl for device...

@jneira yeah I think this is a problem with `stack`. I was able to resolve this somehow with a tip from: https://github.com/commercialhaskell/stack/pull/4968 Basically, I made a `stty.bat` with the content:...

Adding `hie.yaml` did not work for me, it started to raise another error. Running `stack build` before opening the editor did resolve the problem for me.

This is turning out to be a really pesky problem for me. Every time I change something I need to rebuild the whole project with `stack build` for the editor...

@jneira It does not, I just tested on a new scaffolded project with `stack new`. Unfortunately, the project where I get this is not open source. I don't know how...

Ok so this happens when running `hie --debug` on my main executable (below). If I run it on `lib` files it seems to output OK, indicating it had no trouble...

@narrowtux Any progress getting this reviewed and merged? `ex_audit` isn't compatible with newer Ecto versions til this gets released.