drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
drbobbeaty has joined #jruby
lucasb has joined #jruby
nirvdrum has joined #jruby
xardion has quit [Remote host closed the connection]
xardion has joined #jruby
KeyJoo has joined #jruby
KeyJoo has quit [Quit: KeyJoo]
vs-de[m] has joined #jruby
lucasb has quit [Quit: Connection closed for inactivity]
subbu is now known as subbu|lunch
jeremyevans has quit [Ping timeout: 265 seconds]
subbu|lunch is now known as subbu
<olleolleolle[m]>
Oh, hello, my quarterly update-to-latest-JRuby rounds finished; https://github.com/ruby-concurrency/concurrent-ruby/pull/831 this has some errors listed in the comments (they're from the TravisCI build). `WARNING: Illegal reflective access by org.jruby.ext.openssl.SecurityHelper`
<olleolleolle[m]>
...and ` TypeError: illegal access on 'isShutdown': class org.jruby.javasupport.JavaMethod (in module org.jruby.dist) cannot access a member of class java.util.concurrent.Executors$DelegatedExecutorService (in module java.base) with modifiers "public"`
<olleolleolle[m]>
An aside: Whoever sets this channel's Topic, update to "Get 9.2.9.0!" there, too.
<headius[m]>
Oh yeah!
<headius[m]>
olleolleolle yeah openssl needs some module help
<headius[m]>
That second one is odd
<headius[m]>
If we can't access it we wouldn't...but this may be from a java_send kind of call
<headius[m]>
I don't think those are honoring modules right now
<olleolleolle[m]>
Would that be a JRuby official call, or perhaps something exotic in this lib?
<olleolleolle[m]>
(no hits on `java_send` in there, though)
<enebo[m]>
olleolleolle: it very likely is an automatic java alias for isShutdown -> shutdown?