[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

[jruby-dev] [jira] Created: (JRUBY-5208) "5E".to_f behaves differently than MRI

2010-11-24 Thread Uwe Kubosch (JIRA)
"5E".to_f behaves differently than MRI -- Key: JRUBY-5208 URL: http://jira.codehaus.org/browse/JRUBY-5208 Project: JRuby Issue Type: Bug Components: Core Classes/Modules Affects Versions: JRu

[jruby-dev] [jira] Created: (JRUBY-5209) ConcurrentModificationException on "rake test" in Rails 3.0.3

2010-11-24 Thread Anders Bengtsson (JIRA)
ConcurrentModificationException on "rake test" in Rails 3.0.3 - Key: JRUBY-5209 URL: http://jira.codehaus.org/browse/JRUBY-5209 Project: JRuby Issue Type: Bug Affects Versions:

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] [jira] Created: (JRUBY-5210) win32ole can cause odd backtrace

2010-11-24 Thread Roger Pack (JIRA)
win32ole can cause odd backtrace Key: JRUBY-5210 URL: http://jira.codehaus.org/browse/JRUBY-5210 Project: JRuby Issue Type: Bug Environment: jruby 1.5.5 (ruby 1.8.7 patchlevel 249) (2010-11-10 4bd42

[jruby-dev] [jira] Created: (JRUBY-5211) Object.send(:eval, "self") returns caller instead of Object

2010-11-24 Thread Marc Slemko (JIRA)
Object.send(:eval, "self") returns caller instead of Object --- Key: JRUBY-5211 URL: http://jira.codehaus.org/browse/JRUBY-5211 Project: JRuby Issue Type: Bug Components: Core

Re: [jruby-dev] Getting the wiki off Kenai: converting MediaWiki markup

2010-11-24 Thread Douglas Campos
Well, I started fiddling with this migration. Initially going with gollum format (github wiki) https://github.com/qmx/jruby-wiki-migration a preview of imported stuff here => https://github.com/qmx/jruby-wiki-migration/wiki/_pages What do you all think? Disclaimer: the migration code is a mess