<kares[m]>
headius: yes but not sure how. if it would have a module-info JRuby would need to somehow add it on the module path instead of using its class-loader. haven't looked in a while, do you know if that is somehow possible?
<kares[m]>
* headius: yes but not sure how. if it would have a module-info JRuby would need to somehow add jopenssl.jar on the module path instead of using its class-loader. haven't looked in a while, do you know if that is somehow possible?
rusk has joined #jruby
nirvdrum has quit [Quit: Ping timeout (120 seconds)]
nirvdrum has joined #jruby
sagax has quit [Remote host closed the connection]
xardion has quit [Ping timeout: 245 seconds]
xardion has joined #jruby
drbobbeaty has joined #jruby
Antiarc has quit [Ping timeout: 246 seconds]
Antiarc has joined #jruby
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<kares[m]>
sequel jobs seem like they hang on CI in several builds (since last week)
drbobbeaty has joined #jruby
sagax has joined #jruby
jrafanie has joined #jruby
<headius[m]>
It is possible to add libraries as modules at runtime
<headius[m]>
I am not sure if we would need to detect it and always use either a class loader or the module system, or if we could just use the module system and it would work out
<headius[m]>
Hanging sequel could be us or sequel but that needs to be investigated
jrafanie has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jrafanie has joined #jruby
jrafanie has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<headius[m]>
I'm going to be poking around on this mips support today until I can get back into my machine proper
<jeremyevans>
headius[m]: Sequel failure is due to maxium log length, caused by minitest 5.12 release which deprecates "obj.must_equal something" style code
<jeremyevans>
headius[m]: Will be fixing today with a library that supports that style without deprecation