NPE in jruby-embed

In threads like these, it never hurts to tell us which bugs
you care about most for 1.7.2 :slight_smile:

Thanks for the encouragement - here’s one for the next release (1.7.3?
any
ETA?):
http://jira.codehaus.org/browse/JRUBY-7058?focusedCommentId=317104

This regression is very easy to hit, just call 2 official API
methods(clear
and runScriptlet) sequentially to get a null pointer.

This currently blocks 1.7.x upgrade for my company, so I’d be grateful
for
at least a workaround to allow clearing global variables between script
runs. This worked in 1.6.7, crashes in 1.7.2.

I attached a simple Junit test - please let me know if/how I can help
more.
Thanks.
Gergo

Dear Jruby guys,
is there a 1.7.3 planned? If so, any chance to take a look at the NPE
below.
http://jira.codehaus.org/browse/JRUBY-7058?focusedCommentId=317104

This seems like a regression blocking my upgrade from 1.6.7. I filed a
pull
request with failing Junit tests there (they pass on earlier versions).
Thanks for any help.
Gergo

I marked this as a blocker to make sure it does not fall off our
radar. We will be making a 1.7.3 release in the not-so-distant
future.

-Tom

On Thu, Feb 7, 2013 at 5:02 AM, Gergely N. [email protected] wrote:

On 14 January 2013 00:57, Gergely N. [email protected] wrote:

-Tom


blog: http://blog.enebo.com twitter: tom_enebo
mail: [email protected]

On Thu, Feb 7, 2013 at 5:20 PM, Thomas E Enebo [email protected]
wrote:

I marked this as a blocker to make sure it does not fall off our
radar. We will be making a 1.7.3 release in the not-so-distant
future.

-Tom

What about http://jira.codehaus.org/browse/JRUBY-6996 ?

I saw from your comments it’s related to jline itself. Is it possible
to revert this?

(currently sticking to 1.6.8 on windows…)

This regression is very easy to hit, just call 2 official API

you care about most for 1.7.2 :slight_smile:
http://xircles.codehaus.org/manage_email


To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email


Christian

Sounds lovely, thanks for the attention, Tom.
Gergo

Just to remind to myself.

I’ll work on sometime this weekend.

-Yoko