17SAAUDAM has left #jruby [#jruby]
17SAAUDAM has joined #jruby
travis-ci has left #jruby [#jruby]
travis-ci has joined #jruby
ur5us has quit [Ping timeout: 260 seconds]
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 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 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
<
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