intellij-haskforce icon indicating copy to clipboard operation
intellij-haskforce copied to clipboard

Stack builder doesn't log enough

Open carymrobbins opened this issue 9 years ago • 0 comments

~~It seems the building with Stack doesn't stream output to the messages window, so you have to wait until the build completes before you can see any output. The Stack builder should be improved to stream the output properly to the messages window.~~

Actually, it seems to stream just fine. The real problem is that if it has to download a lot of dependencies, it seems these messages are filtered out so the user is waiting a long time to get feedback. Ideally, we could just print any info it provides so the user knows what's going on.

carymrobbins avatar Dec 29 '16 21:12 carymrobbins