Skip to content
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

Extract code from signal handlers into methods #58

Merged
merged 1 commit into from
May 6, 2011

Conversation

nicksieger
Copy link
Contributor

This will allow building other mechanisms to interact with Guard, for
example on JRuby, where signal handling tends to be unreliable.

For example, I'm planning on making a JMX-based interactor for JRuby. Maybe a little bit heavy-weight, and sucks that we can't use signals, but it's a fun exercise.

This will allow building other mechanisms to interact with Guard, for
example on JRuby, where signal handling tends to be unreliable.
@thibaudgg
Copy link
Member

That's a good idea, Windows also have problems with interactor (#49 (comment)). We also need to found a workaround for windows :)/

Thanks!

thibaudgg added a commit that referenced this pull request May 6, 2011
Extract code from signal handlers into methods
@thibaudgg thibaudgg merged commit d6d9dd9 into guard:master May 6, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants