<headius[m]>
ok whew it does look like just an edge case in Time.at( ... in: )
ur5us has joined #jruby
<headius[m]>
jeremyevans: found it
<headius[m]>
Time.at(in:) logic was applying the new timezone incorrectly... all four fails seem to be fixed
<headius[m]>
yeah... so the zone adjusting logic from CRuby wants the intermediate time to be UTC, which makes sense for `utc_to_local`. Problem was that I fed it a local time
shellac has quit [Quit: Computer has gone to sleep.]
<pancho_de>
I am having trouble building jruby-openssl. I am getting the error "cannot load Java class org.jruby.ext.openssl.OpenSSL". Using openjdk 11.0.6, jruby-9.2.6.0. I am running rake jar:all.
shellac has joined #jruby
<headius[m]>
I think there's a bug report about this... it seems to be due to a Ruby-based plugin we use still shipping an old JRuby that has problems on Java 11
ur5us has joined #jruby
<pancho_de>
Okay, I will try with an older Java version
pancho_de has quit [Remote host closed the connection]
pancho_de2 has joined #jruby
<pancho_de2>
It is working with Java 8. Thank you!
pancho_de2 has quit [Remote host closed the connection]
<lopex[m]>
bleh there's new CESU-8 encoding, the tables havent changed though in 2.7
_whitelogger has joined #jruby
MattPattersonGit has joined #jruby
ThomasEEneboGitt has joined #jruby
aemadrid[m]1 has joined #jruby
ChrisSeatonGitte has joined #jruby
liamwhiteGitter[ has joined #jruby
TimGitter[m] has joined #jruby
<headius[m]>
yeah there's three forms
<headius[m]>
only the first one showing up as uppercase
<headius[m]>
497
<headius[m]>
498 and 499 are lowercase
<headius[m]>
but in MRI tests they seem to expect 498 to be uppercase
<lopex>
well, we match mri
<lopex>
p /[[:upper:]]/.match('Dz')
<lopex>
nil
<lopex>
hmm, the regexp might go different route though
<lopex>
headius[m]: how does it test that ?
<JasonRogers[m]>
headius/enebo -- for applications that generate a lot of strings, would you recommend using the `-XX:+StringDeduplication` option with `-XX:+UseG1GC`?
<JasonRogers[m]>
I'm running some profiling now, but not seeing it kick in to drop anything. Probably because the strings my application is creating are short-lived enough that the default age threshold isn't kicking in.
<headius[m]>
confusing wording but it is indeed testing a begin+else with no rescue
enebo[m] has joined #jruby
<enebo[m]>
I just did begin; else; end so it is possible it errors
<enebo[m]>
hmm yeah maybe it is...
<enebo[m]>
yeah it is an error after all
<enebo[m]>
yyerror1(&@3, "else without rescue is useless");}}
<enebo[m]>
my analysis was right before but it is yyerror and not rb_warn
<headius[m]>
ok
<headius[m]>
just auditing remaining failures
<enebo[m]>
yeah this one is not really totally related the what I was saying about a new way of doing warnings past k_else is needed to be added AND it also (along with some other wrapper productions like k_else) do warn checks within them
<enebo[m]>
so I could fix this one quicker without addressing the warns
<headius[m]>
knocked off another 4 items from test:mri:stdlib
<enebo[m]>
nice
<headius[m]>
I think we're down to 80 total fails across remaining red suites
<enebo[m]>
making some early lunch...bbiab
aemadrid[m] has joined #jruby
annette[m] has joined #jruby
cyberarm has joined #jruby
kasaltie[m] has joined #jruby
lopex[m] has joined #jruby
rg_3[m] has joined #jruby
amiracam[m] has joined #jruby
ThomasEEneboGitt has joined #jruby
daniel_jruby_que has joined #jruby
MattPattersonGit has joined #jruby
FlorianDoubletGi has joined #jruby
codic0912 has joined #jruby
byteit101[m] has joined #jruby
CharlesOliverNut has joined #jruby
ChrisSeatonGitte has joined #jruby
chrisseaton[m] has joined #jruby
MarcinMielyskiGi has joined #jruby
claudiuinberlin[ has joined #jruby
TimGitter[m] has joined #jruby
cshupp[m] has joined #jruby
BlaneDabneyGitte has joined #jruby
HarlemSquirrel has joined #jruby
UweKuboschGitter has joined #jruby
RomainManni-Buca has joined #jruby
ibee[m] has joined #jruby
TimGitter[m]1 has joined #jruby
fzakaria[m] has joined #jruby
rebelwarrior[m] has joined #jruby
liamwhiteGitter[ has joined #jruby
anubhav8421[m] has joined #jruby
msp-greg[m] has joined #jruby
rdubya[m] has joined #jruby
ipproxy[m] has joined #jruby
JesseChavezGitte has joined #jruby
kares[m] has joined #jruby
rtyler1 has joined #jruby
harpritsinghkohl has joined #jruby
jellymann[m] has joined #jruby
klobuczek[m] has joined #jruby
KarolBucekGitter has joined #jruby
olleolleolle[m] has joined #jruby
rwilliams[m] has joined #jruby
sandio[m] has joined #jruby
XavierNoriaGitte has joined #jruby
slackfan[m] has joined #jruby
xardion[m] has joined #jruby
JasonRogers[m] has joined #jruby
JulesIvanicGitte has joined #jruby
OlleJonssonGitte has joined #jruby
<headius[m]>
I am burned out on compat work
shellac has quit [Quit: Computer has gone to sleep.]
subbu is now known as subbu|lunch
ur5us has joined #jruby
<headius[m]>
I do believe this will be one of the highest percentages of completed features we've ever had for a Ruby version update
<headius[m]>
only a handful of things will end up tagged