Thomas E Enebo

Results 276 comments of Thomas E Enebo

@tapasiddhu Mostly I was wondering what you are calling. All the stacktrace shows me is it crashes trying to invoke a method. I also see it is happening from method_missing...

Stylistically I don't have any opinion. Making it one style will not hurt though. My suggestion is I forget which pom.rb contains things like core has java daps and lib...

Just briefly looked at this. It appears like JIT is reusing a hash instance: ```ruby return _parse_impl(str, :_comp => comp) ``` If in Java impl of `_parse_impl` I dup the...

@pboling I just made a 72-stable. PRs for 8 can go against master now. Thanks for pointing it out.

This has probably always been broken in JRuby. Marking against 9.4.

@kares Any chance you can review this? I think it looks ok but I don't really like seeing Exception String message comparisons (but believe me we have had to do...

Yeah it looks like the last round of fixes were to just get 7.1 working so 72 and 71-stable are just 7.1 fixes.

@headius you have the right summary. we just need some time to get to this or some more help (which we got quite a bit a couple of months ago).

@JesseChavez @pboling I just create 72-stable so that any 8 work will not interfere and that can happen on master.

I am wondering what is going on. I am on windows 10 but this all works for me: ```text enebo@GODBOX3 C:\Users\enebo > jruby b.rb stdout stderr enebo@GODBOX3 C:\Users\enebo > jruby...