Re: [jruby-dev] JRuby 1.3.0 JSR223-JRuby Engine

2009-07-24 Thread Asiri Rathnayake
Hi, Error, could not compile; pass -d or -J-Djruby.jit.logging.verbose=true for more details Following is the engine code which generates the error log: code private Object evalNodeWithAutoTermination(Node node) throws Exception { try { return

Re: [jruby-dev] JRuby Installer

2009-07-24 Thread Charles Oliver Nutter
This is awesome, thank you. I don't know if I'll have a chance to look at it until I'm back in the states, but hopefully others can try them out. Others: Try them out :) On Wed, Jul 22, 2009 at 7:37 PM, Daniel Lopezdaniel.lo...@gmail.com wrote: Hi Please find below some quick proof of

[jruby-dev] [jira] Created: (JRUBY-3828) JavaUtil.convertRubyToJava fails to convert objects in seemingly random cases

2009-07-24 Thread Aslak Hellesoy (JIRA)
JavaUtil.convertRubyToJava fails to convert objects in seemingly random cases - Key: JRUBY-3828 URL: http://jira.codehaus.org/browse/JRUBY-3828 Project: JRuby Issue

Re: [jruby-dev] Compiler IR thoughts

2009-07-24 Thread Subramanya Sastry
On Fri, Jul 24, 2009 at 9:34 AM, Ola Bini ola.b...@gmail.com wrote: Subramanya Sastry wrote: So, the real question here boils down to the previous one: can we safely determine what local variables are captured by closures? In that sense, this is not a new special case that we need No,