halive icon indicating copy to clipboard operation
halive copied to clipboard

Inconsistent reloading on Linux

Open jgoux opened this issue 10 years ago • 0 comments

Hello, I'm trying to use halive along with spacemacs on Ubuntu. I observed a pretty odd frequence of reloading while typing :

  • Each time I type something in my .hs file, halive reloads, and it displays the output of the previous build.
  • When I finally save my file, halive reloads and I got the expected output, but I got it twice.

I tried to watch my file with inotifywait -e modify filename.hs to be sure that the modification only happens when I really save my file, and it works at expected.

Thanks for this useful tool, coming from node.js it's refreshing to find live-reloading in Haskell. :+1:

jgoux avatar Jan 13 '16 13:01 jgoux