[jruby-dev] IR thoughts: closures

2009-05-06 Thread Subramanya Sastry
Assume a closure is implemented as follows: class Closure { public Scope s;// Enclosing scope public Method meth; Closure(Scope s, Method m) { ... } public Object yield(Object[] args) { m.call(s, args); } } At a call site that takes a block, you

[jruby-dev] [jira] Created: (JRUBY-3623) using require to include java classes

2009-05-06 Thread Robert Brown (JIRA)
using require to include java classes - Key: JRUBY-3623 URL: http://jira.codehaus.org/browse/JRUBY-3623 Project: JRuby Issue Type: Bug Components: Java Integration Affects Versions: JRuby

[jruby-dev] [jira] Created: (JRUBY-3624) ActiveRecord-JDBC adapter for Derby/JavaDB does not support database level LIMITs or OFFSETs

2009-05-06 Thread Christopher Saunders (JIRA)
ActiveRecord-JDBC adapter for Derby/JavaDB does not support database level LIMITs or OFFSETs Key: JRUBY-3624 URL: http://jira.codehaus.org/browse/JRUBY-3624

Re: [jruby-dev] reference problem on NetBeans

2009-05-06 Thread David Koontz
On May 6, 2009, at 8:59 AM, Yoko Harada wrote: To avoid this problem, I added jruby.jar only (not the whole project). A compilation was done successfully, but jruby.jar only was not enought to run test programs. Many jars are missing. Again, I haven't had this problem before. So, the choice

Re: [jruby-dev] reference problem on NetBeans

2009-05-06 Thread Yoko Harada
Hi David, On Wed, May 6, 2009 at 1:41 PM, David Koontz da...@koontzfamily.org wrote: On May 6, 2009, at 8:59 AM, Yoko Harada wrote: To avoid this problem, I added jruby.jar only (not the whole project). A compilation was done successfully, but jruby.jar only was not enought to run test

[jruby-dev] [jira] Created: (JRUBY-3625) Multi-threading issue with RegExp

2009-05-06 Thread Jean-Dominique Morani (JIRA)
Multi-threading issue with RegExp - Key: JRUBY-3625 URL: http://jira.codehaus.org/browse/JRUBY-3625 Project: JRuby Issue Type: Bug Components: Interpreter Affects Versions: JRuby 1.3RC1

[jruby-dev] [jira] Created: (JRUBY-3627) Parsing related methods and class/interdace should have ManyVarsDynamicScope to share local variables

2009-05-06 Thread Yoko Harada (JIRA)
Parsing related methods and class/interdace should have ManyVarsDynamicScope to share local variables - Key: JRUBY-3627 URL: