<headius>
I did not see failures on 9.3 but this version of the write split should probably be backported
<headius>
I forgot I had put these into a PR to merge that change to master
<headius>
if you finish this merge I can make the additional change on 9.3 and merge forward again
<kares[m]>
okay did not know about that - seems to have build fine locally, that is as far as I checked
<kares[m]>
do you want me to merge this than? I am pretty much done unless you want to redo it differently ...
<headius>
yeah go ahead
<headius>
oh you know what I bet you fixed it
<headius>
I suspected it was due to a different Java version (8 I think) encountering the methods in a different order so it sets up write(arg[]) but then generates a write invoker that can handle many arities
<headius>
your change to make that deterministic probably will fix it too
<kares[m]>
okay pushing the merge to master
<headius>
yeah fingers crossed I guess
<kares[m]>
✅
subbu has joined #jruby
<headius>
looks fine
<headius>
I'll kill my PR
<kares[m]>
update to mvn 3.8.8 resolved the issue - will update the wrapper on both jruby-9.3 and master as I tend to use that
<headius>
ok
<headius>
good thought I had forgotten about that wrapper