nirvdrum has joined #jruby
swills has joined #jruby
haylon has quit [Quit: Leaving]
akp has quit [Remote host closed the connection]
akp has joined #jruby
akp has quit [Remote host closed the connection]
akp has joined #jruby
akp has quit [Ping timeout: 268 seconds]
akp has joined #jruby
akp has quit [Ping timeout: 260 seconds]
<GitHub79> [jruby-openssl] kares closed pull request #136: move "DEFAULT" handling right into CipherStrings (master...default_handling) https://git.io/vHyp4
<GitHub13> [jruby-openssl] kares pushed 1 new commit to master: https://git.io/vHSG4
<GitHub177> [jruby] kares closed issue #2193: OpenSSL::SSL::SSLContext#ciphers= "DEFAULT:!aNULL" fails https://git.io/KNv99w
<GitHub13> jruby-openssl/master 0045ab7 Stefan Huber: move "DEFAULT" handling right into CipherStrings (#136)...
akp has joined #jruby
akp has quit [Ping timeout: 268 seconds]
<travis-ci> jruby/jruby-openssl (master:0045ab7 by Stefan Huber): The build was broken. (https://travis-ci.org/jruby/jruby-openssl/builds/241902467)
akp has joined #jruby
akp has quit [Ping timeout: 246 seconds]
shellac has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
kegster has joined #jruby
shellac has joined #jruby
akp has joined #jruby
akp has quit [Ping timeout: 260 seconds]
akp has joined #jruby
vtunka has joined #jruby
akp has quit [Ping timeout: 258 seconds]
vtunka has quit [Quit: Leaving]
vtunka has joined #jruby
shellac has quit [Remote host closed the connection]
shellac has joined #jruby
vtunka has quit [Quit: Leaving]
vtunka has joined #jruby
bbrowning_away is now known as bbrowning
vtunka has quit [Quit: Leaving]
vtunka has joined #jruby
vtunka has quit [Quit: Leaving]
vtunka has joined #jruby
<GitHub37> [jruby] enebo pushed 1 new commit to master: https://git.io/vH9IT
<GitHub37> jruby/master f86604a Thomas E. Enebo: Fixes #4662. LoadError with compiled multi-byte constant....
<GitHub115> [jruby] enebo closed issue #4662: LoadError with compiled multi-byte constant https://git.io/vHMvC
vtunka has quit [Quit: Leaving]
vtunka has joined #jruby
vtunka has quit [Quit: Leaving]
hobodave has joined #jruby
shellac has quit [Quit: Leaving]
camlow325 has joined #jruby
bbrowning is now known as bbrowning_away
shellac has joined #jruby
enebo has joined #jruby
<enebo> kares: you broke rake if you do not have JRUBY_OPTS set
<enebo> kares: I also presume JAVA_OPTS as well although I think those end up getting set
<enebo> kares: so perhaps it never breaks in practice
<enebo> d56b9bbe06e15e5e4d6bc8e9a64d0d85f425f7e8
hobodave_ has joined #jruby
hobodave has quit [Ping timeout: 258 seconds]
bbrowning_away is now known as bbrowning
hobodave_ has quit [Quit: Computer has gone to sleep.]
hobodave has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
subbu is now known as subbu|lunch
shellac has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
hobodave has quit [Quit: Computer has gone to sleep.]
lanceball is now known as lance|afk
hobodave has joined #jruby
kith has joined #jruby
subbu|lunch is now known as subbu
nirvdrum has quit [Ping timeout: 246 seconds]
<GitHub61> [jruby] enebo pushed 1 new commit to master: https://git.io/vHHJE
<GitHub61> jruby/master d7d063d Thomas E. Enebo: Fixes #4662. Line numbers in backtrace with multiline method invocation are sometimes different from CRuby.
<GitHub174> [jruby] enebo closed issue #4664: Line numbers in backtrace with multiline method invocation are sometimes different from CRuby https://git.io/vHD8K
<GitHub156> [jruby] kares closed issue #1724: "require_relative" fails in some cases (common Unix use case) https://git.io/vHHUn
<kares> enebo: right, thanks - was fighting against CI 2 days back
<kares> should have accounted for ENV['JRUBY_OPTS'] being possibly nil
<enebo> kares: yeah thanks for wrestling with it :) Just pointing it out
<enebo> kares: 9.1.11.0 tomorrow or weds
<enebo> kares: I am fixing one more parser problem but then the two you marked in issues is fixed now right?
<kares> yy - should fix ... will add a (ENV['JRUBY_OPTS'] || '').index(...) or do you prefer to revert the problematic commit on master?
<enebo> kares: no I think something like you proposed is fine
<kares> enebo: yep all should be done on those
<enebo> kares: I did not actually look at it all that much though
<enebo> kares: close them out if they are finished
<kares> ok thanks, so I will tune it
<enebo> kares: thanks
<kares> cool - going for a last check and merge
lance|afk is now known as lanceball
<GitHub187> jruby/master 3d51f62 kares: port over securerandom.rb for MRI 2.3 + native random_number impl
<GitHub187> jruby/master 4ed3dd6 kares: back-port securerandom.rb from Ruby's stdlib (2.0 branch version)
<GitHub187> jruby/master f8b0028 kares: re-arrange SecureRandom native part to follow JRuby naming
<GitHub187> [jruby] kares pushed 6 new commits to master: https://git.io/vHHT9
<GitHub63> [jruby] kares closed issue #4607: SecureRandom.random_number doesn't accept a range https://git.io/v9b81
<GitHub133> [jruby] kares closed pull request #4656: SecureRandom update to match Ruby 2.3 (master...test-securerandom) https://git.io/vHPGz
<GitHub159> [jruby] kares pushed 1 new commit to master: https://git.io/vHHIJ
<GitHub159> jruby/master fe1ff12 kares: [build] make sure rake works when no JRUBY/JAVA_OPTS are set...
bbrowning is now known as bbrowning_away
hobodave has quit [Ping timeout: 255 seconds]
<GitHub131> [jruby] kares closed pull request #4658: __dir__ won't work with embed paths such as uri:classloader: (#4611) (master...test-dir-in-jar) https://git.io/vH1ad
<GitHub107> [jruby] kares pushed 4 new commits to master: https://git.io/vHHtQ
<GitHub107> jruby/master 1460f59 kares: [test] for __dir__ in (embed) jruby-complete.jar scenario (#4611)
<GitHub107> jruby/master 2609812 kares: back to gathering backtrace for __dir__ (necessary due JIT-ed code)
<GitHub107> jruby/master ba50586 kares: __dir__ won't work with embed paths such as uri:classloader: (#4611)...
<GitHub163> [jruby] kares closed issue #4611: [Q] __dir__ variable in jar file. https://git.io/v9xbG
<GitHub24> [jruby] enebo pushed 1 new commit to master: https://git.io/vHHq4
<GitHub24> jruby/master 577c7a5 Thomas E. Enebo: Fixes #4663. JRuby raises 'syntax error, unexpected kDO_BLOCK' where MRI does not.
<GitHub101> [jruby] enebo closed issue #4663: JRuby raises 'syntax error, unexpected kDO_BLOCK' where MRI does not https://git.io/vHMXl
<GitHub97> [jruby] enebo pushed 1 new commit to master: https://git.io/vHHOm
<GitHub97> jruby/master daf1a3c Thomas E. Enebo: Update ripper parser for same fix as in #4663. JRuby raises 'syntax error, unexpected kDO_BLOCK' where MRI does not.
lanceball is now known as lance|afk
nirvdrum has joined #jruby
shellac has joined #jruby
enebo has quit [Quit: Leaving.]
shellac has quit [Ping timeout: 255 seconds]
akp has joined #jruby