Thomas E Enebo
Thomas E Enebo
It certainly would be possible but there is not much advantage to it as a practice. So long as JRuby supports Java 5 people should just compile against 5 and...
@headius @lopex and I briefly looked at how onigmo did linear_time? and the method they use is way more than what is needed for just that feature. The method it...
For fun (jruby -S ast --ir -e 'sym = :"@#{name}" ; instance_variable_get(sym) '): ``` text Instructions[-#0#,IRScriptBody,EnsureTempsAssigned]: BB [1:LBL_0:-1] %v_6 = copy(nil) %v_7 = copy(%v_6) %v_4 = copy(%v_6) %v_5 = copy(%v_6)...
@pragtob yeah I was not saying it wasn't worth the time; but I thought I would add a little info that if we propagate DSymbol to the call we can...
@starswan yeah. thanks for noticing that. It does make a difference but the issue is still present whether the ivar is there or not but it is definitely doing work...
Kind of mind-blowing with how many socket specs exist that this is not covered at all. On my machine MRI is emitting ipv4 with 0.0.0.0. JRuby is not but I...
I think in just a minute or two of perusing that for all intents and purposes "0:0:0:0:0:0:0:0" means "::". So you could argue this is a valid unspecified address in...
An outstanding item to this issue and likely others is we need to make some CI job which runs socket specs in both ipV4 and ipV6. It will need to...
Ah whoops. Different fish different recipe I guess (this change was so some things would continue to run within jruby-complete.jar) For some reason I thought we had some OSGi test....
@glatuske yeah. In the comment I thought that this was only used with jruby-complete.jar. Looking a little more this is only used by jrubyCommand but that is used for classpath_launcher...