<headius[m]>
rg_3: I believe so but they're kind of low priority while we try to wrap up the JRuby 9.2.11 series. I believe enebo fixed at least the `c-call` issue for 9.2.11 but he'll have to confirm that
<headius[m]>
chrisseaton enebo : I think the `www.jruby.org` issue is due to redirecting from www to the bare address, which causes problems for the github pages ssl
drbobbeaty has joined #jruby
<headius[m]>
enebo: I pinged you on one issue that could be included in 9.2.11 and fixed an access warning on the branch. Other access warnings need jruby-launcher to catch up with bash script, which I can work on later (sleep schedule's a bit messed up so I'll be back online later today US time)
shellac has quit [Quit: Computer has gone to sleep.]
lucasb has joined #jruby
shellac has joined #jruby
nirvdrum has quit [Ping timeout: 240 seconds]
shellac has quit [Read error: Connection reset by peer]
<headius[m]>
global crisis of wasted red pixels reaches epic proportions
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
lucasb has quit [Quit: Connection closed for inactivity]
<headius[m]>
klobuczek: thank you for working with us on that regression... we were way off in guessing
<headius[m]>
this was a minor release so no zeitwerk but I have a branch that fixes most issues and mostly needs some cleaning up and concurrency fixes
<headius[m]>
9.3 will have it... has to have it really
<headius[m]>
enebo: couple suggestions for the issue list that will make release a little smoother...
<headius[m]>
1. generate in reverse chrono order... I think it's a better sequence because it will show issues *before* the PR that fixes them in the list, and folks waiting on older issues will see theirs first
<headius[m]>
2. generate as markdown... everywhere we're posting it is markdown now anyway, and the reddit post's markdown does not recognize the HTML version of that list
nirvdrum has joined #jruby
<headius[m]>
I fixed it locally with a simple replace of `%r[<li><a href="(.*)">(.*)</a> - (.*)</li>]` with `* [$2]($1) - $3`
<headius[m]>
enebo: also I just tested to see what would happen if we have a milestone the same name as the release/tag and there doesn't appear to be any sort of auto-linking
<headius[m]>
not sure if it would do something at the time of making the release or not
<headius[m]>
for now though seems like no reason to align tags and milestone names