lucasb has quit [Quit: Connection closed for inactivity]
kiwi_71 has joined #jruby
<kiwi_71> Hey there!
<headius[m]> Hello!
<kiwi_71> Have any of you come across this issue?: I am trying to load a ecdsa private key (pem format) by using OpenSSL:PKey:EC.new(<key>). When I try to print out the pem version of the loaded key (key.private_key.to_pem), the out put looks very different from the key I originally entered.
<kiwi_71> This only seems to happen in JRuby (I am using 1.7.27, but it is also happening on 9.2.7.0)
<kiwi_71> When I run the exact same code in Ruby 2.3.0, It spits out the key I entered as expected
<headius[m]> Hmm that's new to me. Can you open an issue about it on jruby/jruby-openssl?
<kiwi_71> Sure, will do
<headius[m]> I don't know that API well and I'm not at my machine right now. kares might be able to offer some insight
<kiwi_71> Oh okay
<kiwi_71> Here's the issue, if anyone is interested or willing to have a look at it: https://github.com/jruby/jruby-openssl/issues/189
<kiwi_71> I appreciate any help you guys can provide, thank you!
<headius[m]> Thanks for bringing it to our attention!
snake_pliskin has quit [Ping timeout: 265 seconds]
kiwi_71 has quit [Ping timeout: 265 seconds]
_whitelogger has joined #jruby
_whitelogger has joined #jruby
rusk has joined #jruby
drbobbeaty has joined #jruby
travis-ci has joined #jruby
travis-ci has left #jruby [#jruby]
<travis-ci> jruby/jruby (master:648576a by kares): The build was broken. https://travis-ci.org/jruby/jruby/builds/589332692 [231 min 25 sec]
travis-ci has joined #jruby
<travis-ci> jruby/jruby (jit-exclude-file:e30c04b by kares): The build passed. https://travis-ci.org/jruby/jruby/builds/589332901 [211 min 56 sec]
travis-ci has left #jruby [#jruby]
travis-ci has joined #jruby
travis-ci has left #jruby [#jruby]
<travis-ci> jruby/jruby (jit-exclude-file:e30c04b by kares): The build passed. https://travis-ci.org/jruby/jruby/builds/589332901 [228 min 23 sec]
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
drbobbeaty has joined #jruby
lucasb has joined #jruby
kiwi_71 has joined #jruby
xardion has quit [Remote host closed the connection]
xardion has joined #jruby
subbu is now known as subbu|lunch
travis-ci has joined #jruby
<travis-ci> jruby/jruby (master:82f17a6 by Thomas E. Enebo): The build was fixed. https://travis-ci.org/jruby/jruby/builds/589583960 [231 min 21 sec]
travis-ci has left #jruby [#jruby]
subbu|lunch is now known as subbu
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
lucasb has quit [Quit: Connection closed for inactivity]
<headius[m]> kares: I'm going to defer to you and enebo to combine your experiments classloading and jit experiments
<headius[m]> I'm not sure which things to review right now...let me know if there's anything you would like me to look at
kiwi_71 has quit [Ping timeout: 245 seconds]
<headius[m]> hmm
<headius[m]> I'm not sure we actually need a DynamicScope stack anymore
<headius[m]> if we eliminated it, then DynamicScope could get escape-analyzed away
<headius[m]> (assuming we can inline everything that touches it)