nowhereFast has joined #jruby
jrafanie has joined #jruby
nowhereFast has left #jruby [#jruby]
jrafanie has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jrafanie has joined #jruby
koken has joined #jruby
koken has quit [Client Quit]
jrafanie has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
bga57 has quit [Ping timeout: 248 seconds]
bga57 has joined #jruby
Eiam has quit [Read error: Connection reset by peer]
Puffball has quit [Quit: Puffball]
NightMonkey has quit [Ping timeout: 240 seconds]
NightMonkey has joined #jruby
claudiuinberlin has joined #jruby
comrad has joined #jruby
<comrad> hello there
<comrad> i need to download jruby 1.7.27 for windows but the file is no longer on aws
shellac has joined #jruby
drbobbeaty has joined #jruby
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<GitHub134> [jruby-openssl] jhecking opened issue #172: Calling SSLContext#min_version= or max_version= results in call to undefined method set_minmax_proto_version https://git.io/fNV2S
drbobbeaty has joined #jruby
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
yahonda has joined #jruby
yahonda has quit [Client Quit]
<nirvdrum> comrad: They recently had to move files to another bucket or restore files (I don't recall which). I think your best option is to wait for enebo to wake up.
claudiuinberlin has joined #jruby
<comrad> thanks for the response, i've managed to use the bin-zip release, it also contains windows exe binaries
<GitHub126> [jruby] yahonda opened issue #5267: 76c2df8 causes unit test failure of Oracle enhanced adapter https://git.io/fNVDx
jrafanie has joined #jruby
rdubya has quit [Ping timeout: 240 seconds]
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
claudiuinberlin has joined #jruby
jrafanie has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jrafanie has joined #jruby
rdubya has joined #jruby
jrafanie_ has joined #jruby
jrafanie has quit [Ping timeout: 264 seconds]
comrad has quit [Quit: Konversation terminated!]
<GitHub57> [jruby] shseah601 opened pull request #5268: Update README.md (master...changingReadMe) https://git.io/fNwUh
<GitHub60> [jruby] enebo closed pull request #5268: Update README.md (master...changingReadMe) https://git.io/fNwUh
<GitHub141> [jruby] enebo pushed 2 new commits to master: https://git.io/fNwTy
<GitHub141> jruby/master 4cc364e Thomas E Enebo: Merge pull request #5268 from shseah601/changingReadMe...
<GitHub141> jruby/master 2712e45 shseah601: Update README.md
_whitelogger has joined #jruby
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
claudiuinberlin has joined #jruby
claudiuinberlin has quit [Client Quit]
xardion has quit [Remote host closed the connection]
xardion has joined #jruby
damnski has quit [Ping timeout: 244 seconds]
shellac has quit [Ping timeout: 265 seconds]
drbobbeaty has quit [Ping timeout: 240 seconds]
<lopex> enebo: how long does test:mri take on your machine ?
wallyqs has joined #jruby
claudiuinberlin has joined #jruby
<wallyqs> hello everyone, have a quick question related to openssl usage in JRuby
<wallyqs> notice in the jruby repo the following test: https://github.com/jruby/jruby/blob/master/test/mri/openssl/test_ssl.rb#L788-L792
<wallyqs> but when I try `ctx = OpenSSL::SSL::SSLContext.new; ctx.verify_hostname = true`
<wallyqs> I get an error: `NoMethodError (undefined method `verify_hostname=' for #<OpenSSL::SSL::SSLContext:0x4ba6ec50>`
<wallyqs> looks like hostname verification when using TLS is not supported by JRuby?
<wallyqs> (or maybe this is done in a different way in jruby?)
<wallyqs> in mri ruby itself it was implemented here: https://github.com/ruby/openssl/commit/028e495734e9e6aa5dba1a2e130b08f66cf31a21
drbobbeaty has joined #jruby
damnski has joined #jruby
<enebo> lopex: quite a while
<enebo> lopex: more than 10 minutes I am sure or it feels that long
<GitHub146> [jruby] lopex pushed 1 new commit to master: https://git.io/fNwrx
<GitHub146> jruby/master a4eacdd Marcin Mielzynski: separate implementation for match? for #5256
<lopex> enebo: it takes 40 mins for me
<lopex> enebo: can you rerun the benchmark ?
<lopex> though I doubt it will be different than yours
<lopex> enebo: other than I realized interruptible cannot return anything different than -1
<lopex> for negative values
<enebo> lopex: I will try
<lopex> enebo: also trying to understand that tmpregex and it's interation with our caches for normal match
<kares> enebo: hmm I had all except spec:compiler green on CI
<enebo> kares: yeah I just noticed that commit and a lot stopped working but without reverting I don't know if it is that or travis
<kares> enebo: looking at latest commit - so far so good https://travis-ci.org/jruby/jruby/builds/410466709
<enebo> kares: ok
<kares> its Travis - lookead at your previous one and restarted some
<kares> it has been like that before - failing occasionally
Puffball has joined #jruby
<enebo> kares: ok cool
jason12 has joined #jruby
<GitHub48> [jruby] lopex pushed 1 new commit to master: https://git.io/fNw1U
<GitHub48> jruby/master a8df07d Marcin Mielzynski: remove Regexp.useCount until we get how it interacts with regexp caches
<lopex> enebo: we used to reuse match data in the context, do you recall why it was removed ?
jason12 has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
<enebo> lopex: no idea
claudiuinberlin has quit [Quit: Textual IRC Client: www.textualapp.com]
rtyler has quit [Quit: leaving]
rtyler has joined #jruby
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<GitHub110> [jruby] lopex pushed 1 new commit to master: https://git.io/fNwNF
<GitHub110> jruby/master 219f62d Marcin Mielzynski: forgot to set match data pattern
rtyler has quit [Ping timeout: 260 seconds]
Caerus has joined #jruby
<GitHub176> [jruby] lopex pushed 1 new commit to master: https://git.io/fNwhk
<GitHub176> jruby/master 4363a2e Marcin Mielzynski: fix MatchData#named_captures
<GitHub159> [jruby] lopex pushed 1 new commit to master: https://git.io/fNwjc
<GitHub159> jruby/master 71763b8 Marcin Mielzynski: fix MatchData#inspect
<GitHub76> [jruby] lopex pushed 1 new commit to master: https://git.io/fNwjH
<GitHub76> jruby/master f876e0f Marcin Mielzynski: dont use getPattern() in hashCode
<GitHub9> [jruby] lopex pushed 1 new commit to master: https://git.io/fNrvq
<GitHub9> jruby/master 1a52b2a Marcin Mielzynski: pass runtime through
wallyqs has quit [Ping timeout: 264 seconds]
Puffball has quit [Read error: Connection reset by peer]
<GitHub7> [jruby] lopex pushed 1 new commit to master: https://git.io/fNrf6
<GitHub7> jruby/master 273cab3 Marcin Mielzynski: dont use getPattern()
rdrake98 has joined #jruby
<enebo> lopex: real20m14.672s
<enebo> lopex: sorry I forgot it finished