We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
headius
Learn more about funding links in repositories.
Report abuse
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
jruby 9.1.1.0 (2.3.0) 2016-05-19 fe84e89 Java HotSpot(TM) 64-Bit Server VM 25.45-b02 on 1.8.0_45-b14 +jit [darwin-x86_64]
It appears that SignalException#signo and #signm are not defined:
se = SignalException.new(6) p se.signo # Expect 6 p se.signm # Expect "SIGABRT"
JRuby output:
NoMethodError: undefined method `signo' for #<SignalException: 6> NoMethodError: undefined method `signm' for #<SignalException: 6>
Courtesy of berger_spec.
The text was updated successfully, but these errors were encountered:
Direct port of SignalException from MRI
a0fc383
Fixes jruby#3954
cba615c
e03b961
37638bb
ffa2c63
Merge pull request #4126 from etehtsea/gh-3954-signal-exception
2aabd98
Implement SignalException class
No branches or pull requests
jruby 9.1.1.0 (2.3.0) 2016-05-19 fe84e89 Java HotSpot(TM) 64-Bit Server VM 25.45-b02 on 1.8.0_45-b14 +jit [darwin-x86_64]
It appears that SignalException#signo and #signm are not defined:
JRuby output:
Courtesy of berger_spec.
The text was updated successfully, but these errors were encountered: