githubnemo

Results 66 comments of githubnemo

That's true. I don't think CompileDaemon will ever cover this. Write your command to a shell script instead and invoke that instead. For example: command.sh: ``` #!/bin/sh ./program --option="1 2"...

Hi, thanks for your PR and sorry for the wait. This seems to be a sensible addition but it is quite hard to review the relevant portions of the change...

If you need more sophisticated job management I would recommend using a shell script that launches the executable and watches for the actual program. A very simple one would be...

Can't you use `-build "go test"`? AFAIK `go test` invokes `go build`. This has the effect that building or test failures invoke the `-on-error` command added by @jimstudt.

While `-on-fail` makes sense, I'm not sure about `-on-build` since the name suggests the command is executed while building but your description suggests otherwise. What's the problem with `-command` exactly...

Sorry for the long wait, I'm quite busy at the moment. I'm all for `-on-error` and `-on-success`. Also it seems practical to invoke the command in a shell but I'm...

Sadly I have no macs available so it is hard for me to debug this but I doubt there is anything I can actively do at this point. It is...

Thanks to @HurSungYun, `CompileDaemon` now supports `-polling=true` which switches from FS notifications to active polling for changes. While this is neither instant (notifications are delayed by the polling rate) nor...

> @githubnemo It would be great if warnings are documented in READMD.md. Can I update it? > oh you already updated it. nevermind XD Yep but thanks anyway :) >...

Hi, sorry but I think this is not related to this package but to your setup.