-
Notifications
You must be signed in to change notification settings - Fork 207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
plz watch: --run flag is broken #599
Comments
Hey @peterebden , thanks for the quick turnaround on this! There's a small problem with your change - After killing the This was especially problematic since the binary I'm testing with is a webserver, so the next time I ran |
Yup fair - to be honest the current implementation isn't great for persistent processes (it really needs to kill them when changes happen). Was thinking about that as I wrote that fix but didn't have time for it then. |
Interestingly they now seem to be getting a SIGINT when I ctrl+c the parent, although I haven't done anything explicit to handle that?
594a0ec should improve this considerably. Somewhat surprisingly it now seems to terminate subprocesses although I've not done anything explicit for that. |
Running
plz watch --run <TARGET>
does not run the executable.The text was updated successfully, but these errors were encountered: