<headius> some interesting discussions there
<headius> wow weird failure in the new test:jruby +jit +indy run
<headius> but rubyspec ran first time with indy enabled
<headius> ran green
<headius> it's a module issue
<headius> added for JDK 9 modules I assume, but it causes a security check during logger acquisition
rebelwarrior[m] has joined #jruby
<rebelwarrior[m]> Hello, I've got something wrong with my environment on my M1 mac. It's been there since I got it and set up jruby on it the first time. I was able to get around it by using the downloaded zips from the jruby page. But that's not working anymore.... (full message at <https://libera.ems.host/_matrix/media/v3/download/libera.chat/cdcf723e07f2306c76c036f2f37af7b045c5ca81>)
<rebelwarrior[m]> another weird thing is that it changes the columns of the terminal when I do that even after the error quits.
<headius> hmm
<headius> I will look into this today... could be something not working right in io-console or might be lower level
<headius> could you open a bug about it please?
<rebelwarrior[m]> It's definitely not a jruby issue, it's an environment issue I think because it originally worked on the zip file but not the rbenv install.
<rebelwarrior[m]> Sure where do I open it?
<headius> so this start happening when?
<headius> bugs.jruby.org will get you to the tracker on github
<rebelwarrior[m]> Since I got the m1 laptop
<headius> ah so it has not worked for you on M1 at all then?
<rebelwarrior[m]> Only with the zip downloads but now even those aren't working
<headius> even with a zip download you know worked before?
<headius> just trying to narrow down what exactly changed
<rebelwarrior[m]> I can check on old versions again.
<rebelwarrior[m]> I'm not sure what changed. All the java commands seem to work but I'm not a java expert.
<rebelwarrior[m]> Let me check the old zips.
<rebelwarrior[m]> 9.3.6.0 works -- I'll narrow when they stop working.
<rebelwarrior[m]> 9.4.1.0 just outright crashes my terminal
<rebelwarrior[m]> 9.4.1.0 same error but weird characters on terminal:
<rebelwarrior[m]> ```
<rebelwarrior[m]> ```
<rebelwarrior[m]> â–½NameError: undefined local variable or method `path' for #<IO:(closed)>
<rebelwarrior[m]> and 9.3.10.0 works so it's the 9.4 branch where the zip stopped working
<rebelwarrior[m]> (9.4.0.0 produces the same path error as 9.4.2)
<rebelwarrior[m]> opened issue.
<headius> yeah it's the new readline stuff most likely, or some library supporting it
<rebelwarrior[m]> any suggestion on what I should try?
<enebo[m]> headius: I am going to merge that jcodings pr
<headius> enebo: yeah ok
<headius> rebelwarrior: off the top of my head the only thing I can think of would be to use an x86_64 JVM and see if that works better
<headius> I'm looking into IRB issues now
mostm[m] has joined #jruby