-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
fix: add windows signals SIGUSR2 & SIGUSR1 to terminate the process #1938
Conversation
✔️ Deploy Preview for nodemon ready! 🔨 Explore the source changes: 7fa1986 🔍 Inspect the deploy log: https://app.netlify.com/sites/nodemon/deploys/616adc1efcf6350007685c2f 😎 Browse the preview: https://deploy-preview-1938--nodemon.netlify.app |
Any details on how you're testing this and on how many platforms within windows? |
@remy i saw the timeline of git changes and the bulk of code was changed inside a commit but the one who changed it , forget to add the other signals. |
Sorry, I gathered windows. I meant: powershell? Version? WSL? Inside vscode/outside? Command? Etc. The problems are across many different versions of terminals and since your change doesn't have tests (because the CI doesn't do windows - ie. not your fault) it's hard to know if it will have a positive effect. Further changes to this area need to be really cross tested a lot since it seems so brittle in the first place. |
command tested across
CMD version output PowerShell version output Major | Minor | Build | Revision dump Note: i tested it also on another windows platform with different version |
i may try to write CI test later for the windows environment to nodemon module but in my weekend |
Cheers for confirming. We'll want to get some folks to try out with powershell, but what might be useful is if I publish this as a debug build to npm so those people on the open issues are able to give it a test too - that way there's more coverage of testing 👍 Thanks so much for the input too (I know my asking for state of tests sounds a bit defensive - it's only to get a view on what I'm looking at). Cheers again. |
thanks , waiting 👍 |
available to test with |
🎉 This PR is included in version 2.0.14 🎉 The release is available on: Your semantic-release bot 📦🚀 |
on SIGUSR2 & SIGUSR1 triggers in windows, we should invoke taskkill