This repository was archived by the owner on Oct 7, 2020. It is now read-only.
This repository was archived by the owner on Oct 7, 2020. It is now read-only.
macos release seems broken #992
Closed
Description
Hi folks!
I was trying to troubleshoot HIE for somebody who reported issues getting it to work (for vscode) at haskell/vscode-haskell#126
Downloading the compiled release (yay for having that option now btw) will not work, seemingly some places have @bubba s path compiled in (/Users/luke/Source/haskell-ide-engine/.stack-work/install/x86_64-osx/...
). See attached 4-Haskell HIE (pboy).log
I ran into some other smaller issues as well, I think polishing those up could make the installation experience accessible to a lot more people. I volunteer to work on documentation if we can agree on what to improve.
it wasn't obvious to me how I can peek into the logs between hie and vscode. What's the recommended way?Found the logs nicely accessible in a dropdown under the output pane of vscode. Maybe we could put this in the Readme under the troubleshooting section at the bottom?- it seems the
hie
executable is used instead ofhie-wrapper
, despite my impression that the latter would be used preferentially. On that note: Why have thehie
executable there in the first place? - I saw a complaint in the logs about
hlint.yaml
not being found, it's unclear if that was a warning or an error.