[jruby-dev] [jira] Created: (JRUBY-2863) Nested Interfaces can't find the correct method when Java calls Ruby

2008-07-23 Thread Logan Barnett (JIRA)
Nested Interfaces can't find the correct method when Java calls Ruby Key: JRUBY-2863 URL: http://jira.codehaus.org/browse/JRUBY-2863 Project: JRuby Issue Type: Bug

[jruby-dev] [jira] Created: (JRUBY-2862) Improve JRuby::Commands' handling of bindir

2008-07-23 Thread Geoff The (JIRA)
Improve JRuby::Commands' handling of bindir --- Key: JRUBY-2862 URL: http://jira.codehaus.org/browse/JRUBY-2862 Project: JRuby Issue Type: Improvement Components: Core Classes/Modules Aff

[jruby-dev] [jira] Created: (JRUBY-2861) Cannot call super inside a method that overrides a protected method on Java base class

2008-07-23 Thread David Koontz (JIRA)
Cannot call super inside a method that overrides a protected method on Java base class -- Key: JRUBY-2861 URL: http://jira.codehaus.org/browse/JRUBY-2861 Project: JRu

[jruby-dev] [jira] Created: (JRUBY-2860) EOFError while consuming REST web service from glassfish v3

2008-07-23 Thread Jason Carter (JIRA)
EOFError while consuming REST web service from glassfish v3 --- Key: JRUBY-2860 URL: http://jira.codehaus.org/browse/JRUBY-2860 Project: JRuby Issue Type: Bug Affects Versions: JRub

[jruby-dev] [jira] Created: (JRUBY-2859) JRuby-Rack compatibilty issues with Camping

2008-07-23 Thread Robert (JIRA)
JRuby-Rack compatibilty issues with Camping --- Key: JRUBY-2859 URL: http://jira.codehaus.org/browse/JRUBY-2859 Project: JRuby Issue Type: Bug Environment: Warbler 0.9.9, JRuby 1.1.3, JRuby-Ra

[jruby-dev] [jira] Created: (JRUBY-2858) test_file.rb::test_opening_readonly_file_for_write_raises_eacces() fails with "IOError: Permission denied" on FreeBSD 7.0 amd64 + java 1.6.0_07

2008-07-23 Thread Geoff The (JIRA)
test_file.rb::test_opening_readonly_file_for_write_raises_eacces() fails with "IOError: Permission denied" on FreeBSD 7.0 amd64 + java 1.6.0_07 ---

[jruby-dev] [jira] Created: (JRUBY-2857) Coercion error with public member variables

2008-07-23 Thread Logan Barnett (JIRA)
Coercion error with public member variables --- Key: JRUBY-2857 URL: http://jira.codehaus.org/browse/JRUBY-2857 Project: JRuby Issue Type: Bug Components: Java Integration Affects Version

[jruby-dev] [jira] Created: (JRUBY-2856) JRuby thinks OpenBSD doesn't support getuid

2008-07-23 Thread Jeremy Evans (JIRA)
JRuby thinks OpenBSD doesn't support getuid --- Key: JRUBY-2856 URL: http://jira.codehaus.org/browse/JRUBY-2856 Project: JRuby Issue Type: Bug Affects Versions: JRuby 1.1.3 Environment: Op

[jruby-dev] [jira] Created: (JRUBY-2855) Classpath search order is not respected by require when classpath includes both jars and directories

2008-07-23 Thread Bill Dortch (JIRA)
Classpath search order is not respected by require when classpath includes both jars and directories Key: JRUBY-2855 URL: http://jira.codehaus.org/browse/JRUBY-28

Re: [jruby-dev] Refactoring Java Integration part 2

2008-07-23 Thread Charles Oliver Nutter
Chad Johnson wrote: My apologies if you've addressed this question already Charlie but do expect to be changing the JI api's much? Not at all during this work. And during the future "2.0" work, we'll do "new JI" in parallel to "old JI" and try to incorporate the same features. However I would

Re: [jruby-dev] Refactoring Java Integration part 1

2008-07-23 Thread Uwe Kubosch
YES! Running with -X-C gives the same speedup as "-r profile"! I have also attached an swt.jar for MacOSX to the JIRA issue, so you should be able to run in. Either rename the swt.jar to swt--.jar or edit line 8 in top_ticker.rb to load swt.jar. Just tried running with trunk after "Java Integrat

[jruby-dev] [jira] Created: (JRUBY-2854) AST offset error for StrNode and DStrNode

2008-07-23 Thread Tor Norbye (JIRA)
AST offset error for StrNode and DStrNode - Key: JRUBY-2854 URL: http://jira.codehaus.org/browse/JRUBY-2854 Project: JRuby Issue Type: Bug Components: Parser Affects Versions: JRuby 1.1.3

Re: [jruby-dev] Refactoring Java Integration part 2

2008-07-23 Thread Chad Johnson
On Mon, Jul 21, 2008 at 10:43 PM, Charles Oliver Nutter <[EMAIL PROTECTED]> wrote: > I've landed the second pass at JI refactoring, this time eliminating most of > the intermediate waste and duplicate logic for method selection and argument > coercion. Before, incoming Ruby objects were first coerc

[jruby-dev] [jira] Created: (JRUBY-2853) Examine each deoptimization case in ASTInspector to see if it's still valid or could be eliminated

2008-07-23 Thread Charles Oliver Nutter (JIRA)
Examine each deoptimization case in ASTInspector to see if it's still valid or could be eliminated -- Key: JRUBY-2853 URL: http://jira.codehaus.org/browse/JRUBY-2853

[jruby-dev] [jira] Created: (JRUBY-2852) rcov.rb:654:in `aggregate_data': NilClass can't be coerced into Fixnum (TypeError) when running jruby -S rake spec:rcov

2008-07-23 Thread albert ramstedt (JIRA)
rcov.rb:654:in `aggregate_data': NilClass can't be coerced into Fixnum (TypeError) when running jruby -S rake spec:rcov --- Key: JRUBY-2852 URL: ht