vcastellm / guard-go

Run and restart go programs when changed
MIT License
24 stars 13 forks source link

absent a.out #6

Closed froderik closed 10 years ago

froderik commented 10 years ago

The process finding command didn't work for me so I ended up with the old process blocking the port for the new one. This fix makes it work but it finds a bit too many processes most of the time (the shell one that starts the go one - for example) and fails to kill them when they get killed implicitly. I don't know enough about things like this to make sure it works flawlessly.

I'm on OS X 10.8.3.

vcastellm commented 10 years ago

Fixed in https://github.com/victorcoder/guard-go/pull/7