githubnemo / CompileDaemon

Very simple compile daemon for Go
BSD 2-Clause "Simplified" License
1.61k stars 153 forks source link

Seems to break Atom? #19

Closed ChrisCooney closed 7 years ago

ChrisCooney commented 7 years ago

I've managed to start up the CompileDaemon with minimal effort. It seems to work great!

If I make a change in Atom and then hit save, the CompileDaemon does it thing and rebuild/restart. The problem is, Atom immediately freezes as soon as this happens. Is this something you've observed?

githubnemo commented 7 years ago

No, I haven't observed this but I don't use Atom on a daily basis.

How exactly are you starting CompileDaemon?

ChrisCooney commented 7 years ago

Running the binary from the bin directory of my Go workspace. As soon as the reload happens, Atom locks up.

I tested this with IntelliJ and didn't get the same behaviour. I suspect there's some cross over in functionality?

githubnemo commented 7 years ago

I cannot help you if you don't provide more information, for example how you are invoking CompileDaemon.

githubnemo commented 7 years ago

Closing due to lack of feedback and reproducability.