PR #76 by @sampokuokkanen follows CRuby's lead in clearing out the definitions of io/wait methods from the extension. The extension still remains, to avoid running into the C extension version of the gem, but it now avoids overwriting the methods shipped in JRuby (see jruby/jruby#9656).
We need a release of io-wait ASAP to include in upcoming JRuby releases, so we can merge in jruby/jruby#9656 and fix the crashing behavior that the old methods cause.
I'm not sure who owns this gem now, since it is basically dead, but I ping @nobu and @hsbt here.
If I should go ahead with the release, let me know, but it's basically ready to go.
PR #76 by @sampokuokkanen follows CRuby's lead in clearing out the definitions of io/wait methods from the extension. The extension still remains, to avoid running into the C extension version of the gem, but it now avoids overwriting the methods shipped in JRuby (see jruby/jruby#9656).
We need a release of io-wait ASAP to include in upcoming JRuby releases, so we can merge in jruby/jruby#9656 and fix the crashing behavior that the old methods cause.
I'm not sure who owns this gem now, since it is basically dead, but I ping @nobu and @hsbt here.
If I should go ahead with the release, let me know, but it's basically ready to go.