André Rodrigues Pereira created JRUBY-6533:
--
Summary: JavaNullPointer Exception instead method_missing
Key: JRUBY-6533
URL: https://jira.codehaus.org/browse/JRUBY-6533
Project: JRuby
Charlie,
I have no idea if this is a problem in JRuby -- but I know you've done a bunch of work integrating NIO -- and I thought this
was pretty interesting.
Shawn Pearce the lead developer of jgit responded to this email describing a problem using NIO and
getting java.nio.channels.ClosedByI
Yup yup, I've known about this and lamented it myself. I understand
some of the justification...there's a lot of state changes that happen
inside an NIO blocking call, and it would indeed be difficult to
guarantee that the underlying fd is in the expected state. There's a
lot of cases where thread
Charles Oliver Nutter created JRUBY-6534:
Summary: Broken block-local vars in 1.9 mode
Key: JRUBY-6534
URL: https://jira.codehaus.org/browse/JRUBY-6534
Project: JRuby
Issue Type: Bug