[jruby-dev] [jira] (JRUBY-6533) JavaNullPointer Exception instead method_missing

2012-03-07 Thread JIRA
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

[jruby-dev] FYI: NIO automatically closes file descriptor during interrupt

2012-03-07 Thread Stephen Bannasch
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

Re: [jruby-dev] FYI: NIO automatically closes file descriptor during interrupt

2012-03-07 Thread Charles Oliver Nutter
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

[jruby-dev] [jira] (JRUBY-6534) Broken block-local vars in 1.9 mode

2012-03-07 Thread Charles Oliver Nutter (JIRA)
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