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
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