[jruby-dev] [jira] Created: (JRUBY-5083) No Numeric#fdiv method in 1.8 mode

2010-09-15 Thread Hiroshi Nakamura (JIRA)
No Numeric#fdiv method in 1.8 mode -- Key: JRUBY-5083 URL: http://jira.codehaus.org/browse/JRUBY-5083 Project: JRuby Issue Type: Bug Components: Core Classes/Modules Affects Versions: JRuby 1.5.2

[jruby-dev] [jira] Created: (JRUBY-5084) Rails 2.3.9 config.threadsafe! Requires Restart To Reload Templates

2010-09-15 Thread Paul Mucur (JIRA)
Rails 2.3.9 config.threadsafe! Requires Restart To Reload Templates --- Key: JRUBY-5084 URL: http://jira.codehaus.org/browse/JRUBY-5084 Project: JRuby Issue Type: Bug Affect

[jruby-dev] [jira] Created: (JRUBY-5085) ruby-debug gem: unable to exit easily if many threads are running

2010-09-15 Thread Roger Pack (JIRA)
ruby-debug gem: unable to exit easily if many threads are running - Key: JRUBY-5085 URL: http://jira.codehaus.org/browse/JRUBY-5085 Project: JRuby Issue Type: Bug Envir

[jruby-dev] [jira] Created: (JRUBY-5086) jruby should output more full of a stack trace in 1.9 mode

2010-09-15 Thread Roger Pack (JIRA)
jruby should output more full of a stack trace in 1.9 mode -- Key: JRUBY-5086 URL: http://jira.codehaus.org/browse/JRUBY-5086 Project: JRuby Issue Type: Bug Environment: jruby

[jruby-dev] [jira] Created: (JRUBY-5087) [1.8] feature request: add a "don't swallow backtrace" command line option

2010-09-15 Thread Roger Pack (JIRA)
[1.8] feature request: add a "don't swallow backtrace" command line option -- Key: JRUBY-5087 URL: http://jira.codehaus.org/browse/JRUBY-5087 Project: JRuby Issue Type:

[jruby-dev] RubyTuple.java compilation fails on JDK 5

2010-09-15 Thread Yoko Harada
Hi, A compilation of src/org/jruby/RubyTuple.java fails on JDK5 since this class uses a method newly defined in JDK6. The method is ary = Arrays.copyOf(ary, ary.length * 3 / 2 + 1); on line 52. Does JRuby stop supporting JDK5? -Yoko --

[jruby-dev] [jira] Created: (JRUBY-5088) feature request: easier conversion from java inputstream to ruby io

2010-09-15 Thread Roger Pack (JIRA)
feature request: easier conversion from java inputstream to ruby io --- Key: JRUBY-5088 URL: http://jira.codehaus.org/browse/JRUBY-5088 Project: JRuby Issue Type: Improvement

Re: [jruby-dev] RubyTuple.java compilation fails on JDK 5

2010-09-15 Thread Wayne Meissner
On 16 September 2010 07:08, Yoko Harada wrote: > Hi, > > A compilation of src/org/jruby/RubyTuple.java fails on JDK5 since this > class uses a method newly defined in JDK6. > The method is ary = Arrays.copyOf(ary, ary.length * 3 / 2 + 1); on line 52. > > Does JRuby stop supporting JDK5? Nope. Th

[jruby-dev] [jira] Created: (JRUBY-5089) ÿ breaks jruby lexer, EOF == -1 collides with signed bytes.

2010-09-15 Thread Xore Ander (JIRA)
ÿ breaks jruby lexer, EOF == -1 collides with signed bytes. --- Key: JRUBY-5089 URL: http://jira.codehaus.org/browse/JRUBY-5089 Project: JRuby Issue Type: Bug Components: Inte

[jruby-dev] [jira] Created: (JRUBY-5090) java class objectId() overrides .object_id

2010-09-15 Thread Xore Ander (JIRA)
java class objectId() overrides .object_id -- Key: JRUBY-5090 URL: http://jira.codehaus.org/browse/JRUBY-5090 Project: JRuby Issue Type: Bug Components: Java Integration Affects Versions:

Re: [jruby-dev] RubyTuple.java compilation fails on JDK 5

2010-09-15 Thread Yoko Harada
On Wed, Sep 15, 2010 at 6:35 PM, Wayne Meissner wrote: > On 16 September 2010 07:08, Yoko Harada wrote: >> Hi, >> >> A compilation of src/org/jruby/RubyTuple.java fails on JDK5 since this >> class uses a method newly defined in JDK6. >> The method is ary = Arrays.copyOf(ary, ary.length * 3 / 2 +

Re: [jruby-dev] RubyTuple.java compilation fails on JDK 5

2010-09-15 Thread Wayne Meissner
On 16 September 2010 09:29, Yoko Harada wrote: >> Probably create org/jruby/util/ArrayUtil and dump the implementation >> of copyOf() in there. > > Ah, so just a mistake. I got it. > Will someone work on this? You may as well jump in and fix it yourself, if you have the time. Otherwise, you'll h