Re: [jruby-dev] Autoclosing IO objects and JRUBY-5114

2010-11-24 Thread Nick Sieger
On Wed, Nov 24, 2010 at 2:10 AM, Charles Oliver Nutter wrote: > I committed an update to my fix for JRUBY-5114. Originally I had hoped > we could get away with never autoclosing streams, since users SHOULD > be closing them manually and not leaving them for GC to clean up. > However, that behavior

[jruby-dev] Autoclosing IO objects and JRUBY-5114

2010-11-24 Thread Charles Oliver Nutter
I committed an update to my fix for JRUBY-5114. Originally I had hoped we could get away with never autoclosing streams, since users SHOULD be closing them manually and not leaving them for GC to clean up. However, that behavior is expected by so many Ruby users, I backed off on that change. Inste