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

[fix] incorrect JRuby version detection #3

Merged
merged 1 commit into from
Dec 16, 2018

Conversation

kares
Copy link
Contributor

@kares kares commented Dec 14, 2018

RUBY_VERSION reports Ruby compatibility version e.g. '2.5.0' for 9.2
alternatively JRuby always has the JRUBY_VERSION constant around

RUBY_VERSION reports Ruby compatibility version e.g. '2.5.0' for 9.2
alternatively JRuby always has the `JRUBY_VERSION` constant around
@larskanis larskanis merged commit 297d882 into larskanis:master Dec 16, 2018
@larskanis
Copy link
Owner

Thanks @kares for fixing this! However currently I can not recommend JRuby together with Eventbox, since JRuby has several bugs in conjunction with Thread.handle_interrupt. I didn't track them down yet, since the MRI tests to Thread.handle_interrupt are still disabled in JRuby. The workaround that is conditionally enabled here, was just targeting one particular issue that is fixed in the meantime. But Eventbox's tests fail often due to more issues on JRuby.

I know you've been active in the JRuby area and threading issues as well, so maybe you could have a deeper look on the excluded tests?

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