-
-
Notifications
You must be signed in to change notification settings - Fork 925
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
Guard gem does not work on JRuby 9.1.8.0 #4527
Comments
Icky. |
Ok, this is kinda funny. So my TTY change above caused this to regress, but only because it exposed a bug in our spawn logic. When you spawn a command that doesn't exist ( I have two fixes I will make:
You can work around this in 9.1.8.0 by making a no-op emacsclient command.
👍 |
On second thought I won't make the change to the TTY logic. MRI does not do it, and if other places are using real errno when they should not be, it would be better to find them. |
Environment
Provide at least:
jruby 9.1.8.0 (2.3.1) 2017-03-06 90fc7ab OpenJDK 64-Bit Server VM 25.111-b15 on 1.8.0_111-b15 +jit [linux-x86_64]
CentOS Linux release 7.2.1511 (Core)
/Linux 3.10.0-123.el7.x86_64
2.14.1
(with guard-rubocop1.2.0
)1.13.7
Expected Behavior
Actual Behavior
The text was updated successfully, but these errors were encountered: