17SAAUDAM has left #jruby [#jruby]
<17SAAUDAM> jruby/jruby (master:14fe103 by Charles Oliver Nutter): The build is still failing. https://travis-ci.org/jruby/jruby/builds/728847104 [199 min 4 sec]
17SAAUDAM has joined #jruby
<travis-ci> jruby/jruby (master:9072ec5 by Charles Oliver Nutter): The build was fixed. https://travis-ci.org/jruby/jruby/builds/728852033 [197 min 45 sec]
travis-ci has left #jruby [#jruby]
travis-ci has joined #jruby
<headius[m]> 👍
<headius[m]> well the Java object monitor utility methods we discussed in June have landed: https://github.com/jruby/jruby/pull/6264
ur5us has quit [Ping timeout: 260 seconds]
Antiarc has quit [Quit: ZNC 1.7.5+deb4 - https://znc.in]
Antiarc has joined #jruby
nirvdrum has joined #jruby
ur5us has joined #jruby
ur5us has quit [Ping timeout: 240 seconds]
sagax has joined #jruby
<kares[m]> nice, the baseline junit tests pass on apple arm64
<headius[m]> Yeah, we are ahead of the curve, there isn't even a CI for it yet
<headius[m]> Yay for standards-based platform agnostic runtimes
<headius[m]> Also, good morning!
alexej[m] has quit [Quit: Idle for 30+ days]
nirvdrum has quit [Ping timeout: 258 seconds]
johnphillips3141 has joined #jruby
nirvdrum has joined #jruby
subbu is now known as subbu|lunch
travis-ci has joined #jruby
<travis-ci> jruby/jruby (no_sourceposition:e485428 by Thomas E. Enebo): The build was broken. https://travis-ci.org/jruby/jruby/builds/729101766 [203 min 48 sec]
travis-ci has left #jruby [#jruby]
<headius[m]> ok, I'm addressing those tests today
<headius[m]> oh wait this is something odd
<headius[m]> must have been a momentary glitch?
<enebo[m]> restarting one to see if it just fixes itself
<headius[m]> seems fine now
travis-ci has joined #jruby
<travis-ci> jruby/jruby (no_sourceposition:e485428 by Thomas E. Enebo): The build was broken. https://travis-ci.org/jruby/jruby/builds/729101766 [206 min 33 sec]
travis-ci has left #jruby [#jruby]
<enebo[m]> yeah it was intermittent freak out on CI and nothing to do with our stuff
subbu|lunch is now known as subbu
<headius[m]> late lunch, bbl
mistergibson has joined #jruby
ur5us has joined #jruby
ur5us_ has joined #jruby
ur5us has quit [Ping timeout: 258 seconds]
ur5us_ has quit [Read error: Connection reset by peer]
ur5us_ has joined #jruby
zacts has joined #jruby
zacts has quit [Client Quit]
zacts has joined #jruby
<headius[m]> enebo: I'm going to create a "Contributors" team on Github that allows the "Triage" level of privileges for external contributors
victori has quit [Quit: ZNC 1.8.1 - https://znc.in]
<headius[m]> Triage is described as being able to read and clone the repo plus manage issues and PRs
victori has joined #jruby
<headius[m]> I believe manage includes code reviews, which is why I want this team (external reviews)
<headius[m]> weird, there's two core teams... I think perhaps we should cull that down to one team of actual core contribs
<headius[m]> johnphillips31416: 👍 on that lock releasing issue
<headius[m]> I just commented but I implicated that commit in another issue for which the reporter could not provide an easy reproduction
<johnphillips3141> Thanks [headius](https://matrix.to/#/@headius:matrix.org) . I can't take credit, the repro came from Steve Talbot
<headius[m]> well it's great to have y'all out there, this basically guarantees a fix
<headius[m]> ahh I bet I know
<headius[m]> yup that was it
<headius[m]> so easy
<headius[m]> johnphillips31416: five minute fix given that repro
zacts has quit [Quit: leaving]
<headius[m]> enebo: this fix warrants a .14 release soon
<headius[m]> locks acquired by a thread may not make it into the list of locks to release upon its death, due to a race