[jruby-dev] [jira] Created: (JRUBY-6181) SSH Agent forwarding does not work with jRuby (which lets capistrano ssh-deployments fail)

2011-11-05 Thread Tobias Schlottke (JIRA)
SSH Agent forwarding does not work with jRuby (which lets capistrano ssh-deployments fail) -- Key: JRUBY-6181 URL: https://jira.codehaus.org/browse/JRUBY-6181 Pro

Re: [jruby-dev] [jira] Created: (JRUBY-6172) Requiring a file from a JAR that has a path inside the JAR that coincides with a path on the file system that includes a symlink fails

2011-11-05 Thread Uwe Kubosch
I have attached a patch with a fix and a patch with a test to this issue, but the test only fails when run alone. It seems the class path is not isolated when running multiple load tests. I tried setting the class loader of the ScriptingContainer to ClassLoader.getSystemClassLoader, but it mad

[jruby-dev] Preparing for 1.7

2011-11-05 Thread Charles Oliver Nutter
In order to avoid 1.7 drawing out past the end of the year, I think it's time to start talking about tidying things up. For my part, I'm going to be doing one or two final passes over invokedynamic support in the compiler. I heard today that OpenJDK 7u2 likely has all the optimizations that it wil

[jruby-dev] [jira] Created: (JRUBY-6182) Marshal.dump yields different value after adding/removing instance variables (and disagrees with MRI)

2011-11-05 Thread Matt Keveney (JIRA)
Marshal.dump yields different value after adding/removing instance variables (and disagrees with MRI) - Key: JRUBY-6182 URL: https://jira.codehaus.org/browse/JRUBY

Re: [jruby-dev] Preparing for 1.7

2011-11-05 Thread Subramanya Sastry
> * IR work. Where do we stand? Is it possible we might turn it on for > 1.7, or is that too ambitious right now? > We probably could get to green on the interpreter and compiler by 1.7 and we can definitely invite people to play with it and get us bug reports. 1. Getting to green: About 30 odd s

[jruby-dev] [jira] Created: (JRUBY-6183) [1.9] [RubySpec] Encoding::Converter#replacement= spec failures

2011-11-05 Thread Hiro Asari (JIRA)
[1.9] [RubySpec] Encoding::Converter#replacement= spec failures --- Key: JRUBY-6183 URL: https://jira.codehaus.org/browse/JRUBY-6183 Project: JRuby Issue Type: Bug Compone

[jruby-dev] [jira] Created: (JRUBY-6185) [1.9] [RubySpec] Encoding::Converter#source_encoding is not implemented

2011-11-05 Thread Hiro Asari (JIRA)
[1.9] [RubySpec] Encoding::Converter#source_encoding is not implemented --- Key: JRUBY-6185 URL: https://jira.codehaus.org/browse/JRUBY-6185 Project: JRuby Issue Type: Bug

[jruby-dev] [jira] Created: (JRUBY-6184) [1.9] [RubySpec] Encoding::Converter#search_convpath is not implemented

2011-11-05 Thread Hiro Asari (JIRA)
[1.9] [RubySpec] Encoding::Converter#search_convpath is not implemented --- Key: JRUBY-6184 URL: https://jira.codehaus.org/browse/JRUBY-6184 Project: JRuby Issue Type: Bug

[jruby-dev] [jira] Created: (JRUBY-6186) [1.9] [RubySpec] Encoding::CP50221 is missing

2011-11-05 Thread Hiro Asari (JIRA)
[1.9] [RubySpec] Encoding::CP50221 is missing - Key: JRUBY-6186 URL: https://jira.codehaus.org/browse/JRUBY-6186 Project: JRuby Issue Type: Bug Reporter: Hiro Asari Assignee

[jruby-dev] [jira] Created: (JRUBY-6187) [1.9] [RubySpec] Encoding::InvalidSequenceError is missing a few methods

2011-11-05 Thread Hiro Asari (JIRA)
[1.9] [RubySpec] Encoding::InvalidSequenceError is missing a few methods Key: JRUBY-6187 URL: https://jira.codehaus.org/browse/JRUBY-6187 Project: JRuby Issue Type: Bug

[jruby-dev] [jira] Created: (JRUBY-6188) [1.9] [RubySpec] Encoding.locale_charmap RubySpec failure

2011-11-05 Thread Hiro Asari (JIRA)
[1.9] [RubySpec] Encoding.locale_charmap RubySpec failure - Key: JRUBY-6188 URL: https://jira.codehaus.org/browse/JRUBY-6188 Project: JRuby Issue Type: Bug Components: Core Cl

Re: [jruby-dev] Preparing for 1.7

2011-11-05 Thread Hirotsugu Asari
On Nov 5, 2011, at 6:18 PM, Charles Oliver Nutter wrote: > In order to avoid 1.7 drawing out past the end of the year, I think > it's time to start talking about tidying things up. > > For my part, I'm going to be doing one or two final passes over > invokedynamic support in the compiler. I hear