<byteit101[m]>
Was working on getting JRubyFX ready for release, but then I realized that I have some classloader bugs. Is there a classloader for all reified objects? I can get one for each class I reify (the one-shot), but then I can only load one class from java code.
<byteit101[m]>
side question: is it just me, or is the gem-version of irb not compatible with 9.3?
yosafbridge` has quit [Quit: Leaving]
yosafbridge has joined #jruby
kalenp[m] has quit [Quit: You have been kicked for being idle]
jrgriffiniii[m] has quit [Quit: You have been kicked for being idle]
<headius>
There are some issues with it still
<headius>
It requires a high degree of control over the terminal
nirvdrum has joined #jruby
<byteit101[m]>
I am getting `ArgumentError: missing keyword: complete` every so often with gem irb which then exits
<headius>
Ok that's a new one to me
<byteit101[m]>
IRB or JRuby issue tracker?
<headius>
Do irb and copy me
<headius>
From issues I have been seeing I think the new IRB is not entirely baked
<byteit101[m]>
I'm not sure if it's just me though, as I think my rvm upgrade to 9.3 screwed up gem-wrappers somehow
<byteit101[m]>
now can't install but also get warnings
<headius>
Hmm ok
<headius>
I have never had the new IRB working perfectly but fixes might wait until 9.4 since you would have to opt into installing the new one
<byteit101[m]>
any thoughts on the classloader conundrum from last night?
<byteit101[m]>
hmm... I think I can probably clean up my rvm: jruby-1.7.19 jruby-9.1.5.0 jruby-9.1.6.0 jruby-9.1.17.0 jruby-9.2.0.0 :-O
<byteit101[m]>
Interesting, gem irb includes 'jruby' by default
<byteit101[m]>
Ok, fresh wipe of rvm gems same issue. Filing