[jruby-dev] [jira] Created: (JRUBY-5365) java.util.HashMap.new.kind_of? java.util.Map returns false

2011-01-16 Thread Daniel Sheppard (JIRA)
java.util.HashMap.new.kind_of? java.util.Map returns false -- Key: JRUBY-5365 URL: http://jira.codehaus.org/browse/JRUBY-5365 Project: JRuby Issue Type: Bug Affects Versions: JRuby

[jruby-dev] [jira] Created: (JRUBY-5366) jruby 1.6 RC1 ruby 1.9: org.jruby.RubyBasicObject cannot be cast to org.jruby.RubyObject

2011-01-16 Thread Adrian Mowat (JIRA)
jruby 1.6 RC1 ruby 1.9: org.jruby.RubyBasicObject cannot be cast to org.jruby.RubyObject - Key: JRUBY-5366 URL: http://jira.codehaus.org/browse/JRUBY-5366 Projec

[jruby-dev] Unresolved error in eclipse for JRuby source

2011-01-16 Thread Shih-gian Lee
Hello, I pulled down the JRuby source from github and imported it into eclipse. However, I am getting "The hierarchy of the type Rake is inconsistent" in my eclipse. Am I missing something? Thank you. - Lee

[jruby-dev] [jira] Created: (JRUBY-5367) Rake/Gem::PackageTask fails with the rubygems 1.4 upgrade, when using java platform

2011-01-16 Thread David Kellum (JIRA)
Rake/Gem::PackageTask fails with the rubygems 1.4 upgrade, when using java platform --- Key: JRUBY-5367 URL: http://jira.codehaus.org/browse/JRUBY-5367 Project: JRuby

[jruby-dev] [jira] Created: (JRUBY-5368) [1.9] Star and unnamed restarg treated differently in 1.9 mode Proc#parameters

2011-01-16 Thread Charles Oliver Nutter (JIRA)
[1.9] Star and unnamed restarg treated differently in 1.9 mode Proc#parameters -- Key: JRUBY-5368 URL: http://jira.codehaus.org/browse/JRUBY-5368 Project: JRuby Issu

[jruby-dev] [jira] Created: (JRUBY-5369) RedCloth's latex.rb exposes a bug in JRuby's Psych impl

2011-01-16 Thread Charles Oliver Nutter (JIRA)
RedCloth's latex.rb exposes a bug in JRuby's Psych impl --- Key: JRUBY-5369 URL: http://jira.codehaus.org/browse/JRUBY-5369 Project: JRuby Issue Type: Bug Components: Extensions,

[jruby-dev] Re: Unresolved error in eclipse for JRuby source

2011-01-16 Thread Shih-gian Lee
I found my own problem. I forgot to include ant.jar in my classpath. On Sun, Jan 16, 2011 at 12:14 PM, Shih-gian Lee wrote: > Hello, > > I pulled down the JRuby source from github and imported it into eclipse. > However, I am getting "The hierarchy of the type Rake is inconsistent" in my > eclip

[jruby-dev] [jira] Created: (JRUBY-5370) Consider caching last toString result in RubyString, for performance

2011-01-16 Thread Charles Oliver Nutter (JIRA)
Consider caching last toString result in RubyString, for performance Key: JRUBY-5370 URL: http://jira.codehaus.org/browse/JRUBY-5370 Project: JRuby Issue Type: Improvement

[jruby-dev] [jira] Created: (JRUBY-5371) [1.9] Failures in Psych tests

2011-01-16 Thread Charles Oliver Nutter (JIRA)
[1.9] Failures in Psych tests - Key: JRUBY-5371 URL: http://jira.codehaus.org/browse/JRUBY-5371 Project: JRuby Issue Type: Bug Components: Extensions, Ruby 1.9 Affects Versions: JRuby 1.6RC1

[jruby-dev] [jira] Created: (JRUBY-5372) [1.9] Failures in 1.9 test/ruby/test_alias

2011-01-16 Thread Charles Oliver Nutter (JIRA)
[1.9] Failures in 1.9 test/ruby/test_alias -- Key: JRUBY-5372 URL: http://jira.codehaus.org/browse/JRUBY-5372 Project: JRuby Issue Type: Bug Components: Core Classes/Modules, Ruby 1.9 Aff

[jruby-dev] [jira] Created: (JRUBY-5374) [1.9] Failures in test/ruby/test_array.rb

2011-01-16 Thread Charles Oliver Nutter (JIRA)
[1.9] Failures in test/ruby/test_array.rb - Key: JRUBY-5374 URL: http://jira.codehaus.org/browse/JRUBY-5374 Project: JRuby Issue Type: Bug Components: Core Classes/Modules, Ruby 1.9 Affec

[jruby-dev] [jira] Created: (JRUBY-5373) [1.9] Failures in test/ruby/test_argf

2011-01-16 Thread Charles Oliver Nutter (JIRA)
[1.9] Failures in test/ruby/test_argf - Key: JRUBY-5373 URL: http://jira.codehaus.org/browse/JRUBY-5373 Project: JRuby Issue Type: Bug Components: Core Classes/Modules, Ruby 1.9 Affects Versi

Re: [jruby-dev] Re: Unresolved error in eclipse for JRuby source

2011-01-16 Thread Hiroshi Nakamura
Hi, On Mon, Jan 17, 2011 at 10:48, Shih-gian Lee wrote: > I found my own problem. I forgot to include ant.jar in my classpath. That's what I'm doing every time before/after changing local branches (remove/add ant.jar of my own). Does somebody know a good way to avoid this? How NetBeans users are