<puritylake[m]>
array in the block is loaded by value
<headius>
so it is not freezing the original reference?
<puritylake[m]>
In the block you can ask if `array.frozen?` and it says true but it doesn't affect the original
<headius>
hmmm
<headius>
check object_id on both
<headius>
if that matches then the sort itself might be overwriting the frozen status or something
<headius>
like it doesn't expect the array to freeze while being sorted and restores the original flags
<puritylake[m]>
Hmmm both the same
<puritylake[m]>
Must've been on a wild goose chase lol
<puritylake[m]>
Still I learned some stuff
<headius>
ok cool... I would not have been surprised if there were something wrong with IR there but having a second array appear would have been unexpected
<puritylake[m]>
I'm quite perplexed tbh
<puritylake[m]>
Gonna try fix some other issues for a bit
subbu has joined #jruby
<headius>
enebo: that jar-dependencies stuff is resolved and I was able to push the new gem
subbu has quit [Ping timeout: 268 seconds]
<enebo[m]>
no battery packs and no power. Just came on to check mail but I need to conserve power on phone
<enebo[m]>
headius: cool though
<enebo[m]>
I am working on trying to finish the biggish ripper using regular parser file project but this laptop will not last much longer
<enebo[m]>
I see they are replacing two power poles...why is the US so backwards and still have above ground power lines
<enebo[m]>
going dark again 👺
<headius>
Have fun
subbu has joined #jruby
<byteit101[m]>
lol, I'm on the other side of the country and I had a power outage yesterday.
<byteit101[m]>
headius: I'll look at that issue you sent me the other day after I get back from vacation.