ahorek[m] has quit [Quit: You have been kicked for being idle]
<enebo[m]>
jimtng: Not sure if you saw but I fixed that issue on friday.
<headius>
enebo: okay now I am having the Maven XML files differ on my M1 machine as well. Can you tell me what version of Maven you are running? All the systems I develop on have this issue now
<headius>
Something must be different that's changed the ordering it generates on my machines
razetime has quit [Remote host closed the connection]
ahorek[m] has joined #jruby
<headius>
enebo: I saw what you wrote in the stringio kwargs issue
<headius>
you are mostly concerned with it using the keywords annotation I assume
<headius>
the existing keywords = true will have to continue to work through 9.4 and I don't think it will conflict with the rework, but that rework will mostly be a 9.5 thing
<enebo[m]>
so can 9.3 use this gem?
<headius>
it's possible but you have to explicitly activate it
<headius>
so a bundle exec might
<enebo[m]>
ok then the annotation will be an issue for that
<headius>
I'm not positive though... classloading and such may pick up the built-in version always
<headius>
yeah it could be a problem
<enebo[m]>
I wondered if we could maybe change this to be ruby for they kwargs handling methods and forward to Java code
<headius>
we could do a 9.3.x that adds it as a no-op
<headius>
or something equivalent to 2.6 kwargs if something could be flipped on
<enebo[m]>
yeah that's a possibility
<enebo[m]>
fwiw using newer StringIO on 2.6 impl is perhaps not supportable anyways?
<enebo[m]>
Or perhaps it depends on whether they support it
<headius>
I'm not sure how much the encoding changes inside stringio so we might be able to do it a simple way
<headius>
yeah MRI should be having this issue to some extent
<headius>
I assume the gem supports previous versions even though it can't easily be activated
<enebo[m]>
lunch
<headius>
yeah I don't think this should be too tough to add but our initialize is not using the extract_mode_enc logic from IO and so that's a diff
subbu has quit [Ping timeout: 252 seconds]
<enebo[m]>
yum
<enebo[m]>
encoding
<headius>
I think we can do this in a 9.3 compat way if that is necessary