Charles O Nutter wrote:

Can you send the actual script that's getting executed when evalScript is
dying?

The Ruby Code executed is really just
require 'java'

BTW: I just found that your fix fixed a case I'd found yesterday:
with the released 0.8.3, this
 def foo
   "foo"
 end
would cause an ArrayOutOfBounds exception.
With the CVS Head code, the AOOB exception doesn't happen.

calling the defined foo still causes the NullPointerException (the same as in require 'java'



murphee
--
Blog @ http://jroller.com/page/murphee
Maintainer of EclipseShell @ http://eclipse-shell.sourceforge.net/


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Jruby-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jruby-devel

Reply via email to