[jruby-dev] [jira] Created: (JRUBY-2117) Writing to a SQLServer unicode column might need escaping

2008-02-13 Thread Joern Barthel (JIRA)
Writing to a SQLServer unicode column might need escaping - Key: JRUBY-2117 URL: http://jira.codehaus.org/browse/JRUBY-2117 Project: JRuby Issue Type: Bug Components: ActiveRe

[jruby-dev] [jira] Created: (JRUBY-2116) import org.eclipse.jface.dialogs.MessageDialog -- causes java.lang.NullPointerException

2008-02-13 Thread Joe Mooney (JIRA)
import org.eclipse.jface.dialogs.MessageDialog -- causes java.lang.NullPointerException --- Key: JRUBY-2116 URL: http://jira.codehaus.org/browse/JRUBY-2116 Project: J

Re: [jruby-dev] Using abstract classes from JRuby

2008-02-13 Thread Justin DeWind
Thanks, well that makes an inline implementation, like interfaces in jruby, pretty easy since it already exists. On 2/13/08, Thomas E Enebo <[EMAIL PROTECTED]> wrote: > > I updated the site to point at jruby wiki FAQ page instead of the > internal one on codehaus (I also removed that FAQ since it

Re: [jruby-dev] Using abstract classes from JRuby

2008-02-13 Thread Thomas E Enebo
I updated the site to point at jruby wiki FAQ page instead of the internal one on codehaus (I also removed that FAQ since it is out of date). codehaus does not update pages instantly...so give it some time before sending a message back saying the FAQ link is not working. Thanks for pointing this

Re: [jruby-dev] Using abstract classes from JRuby

2008-02-13 Thread Justin DeWind
Yes, it appears you are right. According to the FAQ, you can't do this. And the last revision of jruby I used I could not. FAQ Snippet: "I want to extend/instantiate an abstract class within Ruby This is currently not possible. At some future point we may support this, but it requires generating

Re: [jruby-dev] Using abstract classes from JRuby

2008-02-13 Thread Ola Bini
Justin DeWind wrote: This is probably not a permanent solution, the byte code generation should probably happen within the 'Java' layer and it probably shouldn't be dependent on cglib. However, for those of you that are interested I created simple implementation that allows users to implement

[jruby-dev] [jira] Created: (JRUBY-2115) Error doing add_column with Derby and jdbc-adapter-0.7.2

2008-02-13 Thread Chris Williams (JIRA)
Error doing add_column with Derby and jdbc-adapter-0.7.2 - Key: JRUBY-2115 URL: http://jira.codehaus.org/browse/JRUBY-2115 Project: JRuby Issue Type: Bug Components: ActiveRe

[jruby-dev] [jira] Created: (JRUBY-2114) puts(begin; begin; end while nil; end) compilation fails

2008-02-13 Thread Dudley Flanders (JIRA)
puts(begin; begin; end while nil; end) compilation fails Key: JRUBY-2114 URL: http://jira.codehaus.org/browse/JRUBY-2114 Project: JRuby Issue Type: Bug Components: Compiler

[jruby-dev] Using abstract classes from JRuby

2008-02-13 Thread Justin DeWind
This is probably not a permanent solution, the byte code generation should probably happen within the 'Java' layer and it probably shouldn't be dependent on cglib. However, for those of you that are interested I created simple implementation that allows users to implement a abstract class from with

[jruby-dev] [jira] Created: (JRUBY-2113) Regexp behavior differs a bit from MRIs

2008-02-13 Thread Yurii Rashkovskii (JIRA)
Regexp behavior differs a bit from MRIs --- Key: JRUBY-2113 URL: http://jira.codehaus.org/browse/JRUBY-2113 Project: JRuby Issue Type: Bug Components: Extensions Affects Versions: JRuby 1.1RC

[jruby-dev] [jira] Created: (JRUBY-2112) Incorrect line of code being blamed for "can't convert Fixnum into Array" within an array.each block

2008-02-13 Thread Ana Nelson (JIRA)
Incorrect line of code being blamed for "can't convert Fixnum into Array" within an array.each block Key: JRUBY-2112 URL: http://jira.codehaus.org/browse/JRUBY-21

Re: [jruby-dev] JRuby 1.1 RC2 coming soon

2008-02-13 Thread Matt Fletcher
I am still waiting for JRUBY-1557 (http://jira.codehaus.org/browse/JRUBY-1557 ) to be fixed before I upgrade beyond JRuby 1.0.0. I could write Ruby code to work around the problem, but I'm holding out in hopes of not needing to do something I shouldn't have to. If this doesn't make it into R

[jruby-dev] [jira] Created: (JRUBY-2111) test_thread failure in run-junit-compiled-threadpool

2008-02-13 Thread Vladimir Sizikov (JIRA)
test_thread failure in run-junit-compiled-threadpool - Key: JRUBY-2111 URL: http://jira.codehaus.org/browse/JRUBY-2111 Project: JRuby Issue Type: Bug Components: Core Classes/Mod

[jruby-dev] [jira] Created: (JRUBY-2110) An OOM appeared to me for a strange reason

2008-02-13 Thread Ola Bini (JIRA)
An OOM appeared to me for a strange reason -- Key: JRUBY-2110 URL: http://jira.codehaus.org/browse/JRUBY-2110 Project: JRuby Issue Type: Bug Reporter: Ola Bini Assignee: Thomas

[jruby-dev] [jira] Created: (JRUBY-2109) Rubicon test_io's test_reopen1 fails after IO reorg

2008-02-13 Thread Vladimir Sizikov (JIRA)
Rubicon test_io's test_reopen1 fails after IO reorg --- Key: JRUBY-2109 URL: http://jira.codehaus.org/browse/JRUBY-2109 Project: JRuby Issue Type: Sub-task Reporter: Vladimir Siziko