Puffball has quit [Read error: Connection reset by peer]
camlow325 has quit []
brauliobo has quit [Ping timeout: 260 seconds]
tjohnson has quit [Quit: Connection closed for inactivity]
Puffball has joined #jruby
Puffball has quit [Ping timeout: 252 seconds]
bjfish2 has quit [Quit: bjfish2]
e_dub has quit [Ping timeout: 246 seconds]
raeoks has joined #jruby
Puffball has joined #jruby
ahorek has joined #jruby
ahorek has quit [Client Quit]
Puffball has quit [Ping timeout: 240 seconds]
Puffball has joined #jruby
Puffball has quit [Ping timeout: 276 seconds]
robbyoconnor has quit [Excess Flood]
robbyoconnor has joined #jruby
Aethenelle has quit [Ping timeout: 240 seconds]
Aethenelle has joined #jruby
Puffball has joined #jruby
Puffball has quit [Remote host closed the connection]
Puffball has joined #jruby
raeoks has quit [Quit: Textual IRC Client: www.textualapp.com]
Puffball has quit [Remote host closed the connection]
Caerus|Away is now known as Caerus
Aethenelle has quit [Quit: Aethenelle]
Puffball has joined #jruby
Puffball has quit [Remote host closed the connection]
Puffball has joined #jruby
Puffball has quit [Remote host closed the connection]
nirvdrum has quit [Ping timeout: 260 seconds]
dling` has quit [Ping timeout: 250 seconds]
yfeldblum has quit [Remote host closed the connection]
pawnbox has quit [Ping timeout: 250 seconds]
dling has joined #jruby
Puffball has joined #jruby
Puffball has quit [Remote host closed the connection]
byteit101 has quit [Ping timeout: 250 seconds]
Puffball has joined #jruby
yfeldblum has joined #jruby
Puffball has quit [Remote host closed the connection]
thedarkone2 has quit [Quit: thedarkone2]
Puffball has joined #jruby
Puffball has quit [Remote host closed the connection]
Puffball has joined #jruby
pawnbox has joined #jruby
Puffball has quit [Ping timeout: 244 seconds]
pawnbox has quit [Remote host closed the connection]
Puffball has joined #jruby
<GitHub17> [jruby] kares commented on commit f5c974a: should be fine to remove on master ... it was mostly due **jruby-1_7** https://git.io/vrfN1
yfeldblum has quit [Remote host closed the connection]
pawnbox has joined #jruby
pawnbox has quit [Ping timeout: 240 seconds]
yfeldblum has joined #jruby
yfeldblum has quit [Remote host closed the connection]
yfeldblum has joined #jruby
pawnbox has joined #jruby
yfeldblum has quit [Ping timeout: 276 seconds]
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
donV has joined #jruby
phlebas has joined #jruby
e_dub has joined #jruby
shellac has joined #jruby
vtunka has joined #jruby
pawnbox has quit [Remote host closed the connection]
skade has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
vtunka has quit [Quit: Leaving]
vtunka has joined #jruby
brauliobo has joined #jruby
pawnbox has joined #jruby
Caerus is now known as Caerus|Away
Caerus|Away is now known as Caerus
<eregon> Travis builds went from (total time) ~8h to ~6h30 and (elapsed) ~1h to ~48min after my cleanup of .travis.yml :)
<GitHub158> [jruby] eregon commented on commit 63b893c: Ah yes, this should make this piece of code much nicer :smiley: ... https://git.io/vrJqk
vtunka has quit [Quit: Leaving]
vtunka has joined #jruby
<travis-ci> jruby/jruby (master:85abff7 by Benoit Daloze): The build was fixed. (https://travis-ci.org/jruby/jruby/builds/128888062)
drbobbeaty has quit [Ping timeout: 276 seconds]
shellac has joined #jruby
yfeldblum has joined #jruby
<GitHub115> [jruby] eregon commented on commit 5f631b9: I liked my comment, this one indicates that InternalMethod name can change, but this never does.... https://git.io/vrJZ9
<GitHub29> [jruby] eregon commented on commit 5f63605: `kind` could be `core` here or `builtin`. https://git.io/vrJZb
phlebas has quit [Ping timeout: 246 seconds]
yfeldblum has quit [Ping timeout: 250 seconds]
monkstone has joined #jruby
Puffball has quit [Ping timeout: 252 seconds]
monkstone has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
skade has quit [Quit: Computer has gone to sleep.]
phlebas has joined #jruby
skade has joined #jruby
drbobbeaty has joined #jruby
fuzzyhorns has joined #jruby
Caerus is now known as Caerus|Away
<eonwe> headius: falling asleep at that time. Regarding the locking + stack overflows, I think it's not worth to fight if there are other non-closeable resources JRuby uses that need to be handled in finally-blocks. If it were just locking, then using monitors should help. Or waiting for http://openjdk.java.net/jeps/270
grs has joined #jruby
<GitHub135> [jruby] ahorek opened pull request #3866: expand_path should use the original encoding (master...encoding_issue) https://git.io/vrJVK
<GitHub1> [jruby] eregon pushed 3 new commits to master: https://git.io/vrJrn
<GitHub1> jruby/master 3eff054 Benoit Daloze: [Truffle] null can be passed instead of a RubyNode[] for creating var-args nodes.
<GitHub1> jruby/master 3b89483 Benoit Daloze: Add a few specs about mismatching superclass and its evaluation in class expressions
<GitHub1> jruby/master 7ed9a36 Benoit Daloze: [Truffle] Greatly simplify the superclass mismatch checking....
<GitHub151> [jruby] eregon commented on commit 3eff054: cc @jruby/truffle building a RubyNode[] to fill with null is no longer necessary, the generated code handles it already. https://git.io/vrJrA
nirvdrum has joined #jruby
<GitHub60> [jruby] chrisseaton commented on commit 3eff054: Ah that's amazing! Now we just need an override of `create` that takes no parameters and passes `null` for you. https://git.io/vrJoD
tcrawley-away is now known as tcrawley
phlebas has quit [Ping timeout: 246 seconds]
<GitHub175> [jruby] eregon pushed 1 new commit to master: https://git.io/vrJoh
<GitHub175> jruby/master a3e6233 Benoit Daloze: [Truffle] Cleanup DefineClassNode.
<GitHub106> [jruby] nirvdrum commented on commit 3eff054: Great. I've been meaning to look into fixing that, but haven't been able to find the time. Now I don't need to! https://git.io/vrJ6Z
fuzzyhorns has quit [Quit: Leaving.]
<GitHub78> [jruby] eregon pushed 3 new commits to master: https://git.io/vrJPG
<GitHub78> jruby/master 509f703 Benoit Daloze: Add a spec for MRI Bug #12367
<GitHub78> jruby/master e58e545 Benoit Daloze: Add a spec for the normal case of not giving superclass
<GitHub78> jruby/master fad62e6 Benoit Daloze: [Truffle] Add tag.
bbrowning_away is now known as bbrowning
drbobbeaty has quit [Ping timeout: 260 seconds]
<headius> lopex: hmm we should look into that
<headius> something autoloaded?
phlebas has joined #jruby
phlebas_ has joined #jruby
phlebas___ has joined #jruby
phlebas has quit [Ping timeout: 246 seconds]
<GitHub23> [jruby] eregon pushed 4 new commits to master: https://git.io/vrJM0
<GitHub23> jruby/master de3c9ba Benoit Daloze: Squashed 'spec/mspec/' changes from f509c1a..8ed21cb...
<GitHub23> jruby/master f12c90d Benoit Daloze: Merge MSpec commit 'de3c9badedf7f2b78fb85191e63f571c51d0d6e0'
<GitHub23> jruby/master f022830 Benoit Daloze: Squashed 'spec/ruby/' changes from 32e22d6..5c54bc7...
phlebas_ has quit [Ping timeout: 246 seconds]
lanceball is now known as lance|afk
lance|afk is now known as lanceball
<travis-ci> jruby/jruby (master:7ed9a36 by Benoit Daloze): The build was fixed. (https://travis-ci.org/jruby/jruby/builds/129114748)
<headius> yay
<GitHub49> [jruby] eregon closed issue #3858: [Truffle] remove_const doesn't completely clear a module's name https://git.io/vwx20
phlebas___ is now known as phlebas
pawnbox has quit [Remote host closed the connection]
<eregon> headius: there is some flaggy MRI tests, saw a couple EBADF and some race in some Queue#close test, bu the rest should be green
pawnbox has joined #jruby
<headius> yeah there are a few tests in MRI that are a little sensitive...I need to spend a day and fix them
<GitHub56> [jruby] chrisseaton commented on commit 5f63605: Does anyone ever use kind? I'm trying to simplify the features of source section we use to work out what is really useful and inform a redesign of the API with @mlvdv https://git.io/vrJ9z
blandflakes has joined #jruby
<GitHub140> [jruby] chrisseaton commented on commit 5f631b9: I removed it because it's a JavaDoc comment, but attached to a private field.... https://git.io/vrJ99
pawnbox has quit [Remote host closed the connection]
<GitHub101> [jruby] headius commented on commit 5f631b9: I don't see any reason not to have JavaDoc for private methods and fields. You can enable generating docs with private items included, and it gets picked up by IDEs. https://git.io/vrJQm
<GitHub78> [jruby] chrisseaton commented on commit 5f631b9: But who would see them? If I'm using `SharedMethodInfo` then I don't even know this field exists. https://git.io/vrJQM
Aethenelle has joined #jruby
pawnbox has joined #jruby
donV has quit [Quit: donV]
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
<GitHub60> [jruby] eregon commented on commit 5f631b9: I put them on fields so that when looking at the class implementation it clarifies what fields serves what purpose.... https://git.io/vrJdT
fuzzyhorns has joined #jruby
<GitHub13> [jruby] eregon commented on commit 5f63605: It appears in TraceTruffleCompilation output AFAIK, which might be useful to easily differentiate methods implemented in Ruby or Java. https://git.io/vrJdb
<GitHub147> [jruby] headius commented on commit 5f631b9: @chrisseaton Anyone working on SharedMethodInfo would see them. But also...why delete it completely? If the comment had value, it should be restored...and then the difference is in one `*` that will let IDEs show the doco. This seems like a philosophical debate at this point. https://git.io/vrJdh
vtunka has quit [Ping timeout: 250 seconds]
<GitHub27> [jruby] eregon commented on commit 5f631b9: It's internal documentation, similar to what I did in [graal-core](https://github.com/graalvm/graal-core/blob/master/graal/com.oracle.graal.truffle/src/com/oracle/graal/truffle/OptimizedCallTarget.java#L105). I'll add it back. https://git.io/vrJbp
johnsonch_afk is now known as johnsonch
<GitHub152> [jruby] eregon pushed 1 new commit to master: https://git.io/vrJN2
<GitHub152> jruby/master c56dbe8 Benoit Daloze: [Truffle] Restore internal documentation in SharedMethodInfo.
<travis-ci> jruby/jruby (master:a3e6233 by Benoit Daloze): The build is still failing. (https://travis-ci.org/jruby/jruby/builds/129117403)
<eregon> new errors in MRI tests it looks like
vtunka has joined #jruby
pawnbox has quit [Remote host closed the connection]
<GitHub15> [jruby] eregon deleted truffle-head-mx-tmp at 9296644: https://git.io/vrJpq
pawnbox has joined #jruby
<headius> hmm
<headius> looks like more timing tests
<headius> chrisseaton: MRI answered your challenge by maing a literal [a, b].max optimize to just compare a and b
<headius> I noticed it when I was looking for tests fo the new native Array#max/min
<headius> I'm not sure what code they saw that convinced them to make a special compiler optimization
phlebas has quit [Ping timeout: 246 seconds]
phlebas has joined #jruby
<GitHub137> [jruby] chrisseaton commented on commit 5f631b9: Ok https://git.io/vrJjJ
blandflakes has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
blandflakes has joined #jruby
Caerus|Away has quit [Ping timeout: 276 seconds]
<travis-ci> jruby/jruby (master:fad62e6 by Benoit Daloze): The build is still failing. (https://travis-ci.org/jruby/jruby/builds/129123257)
skade has quit [Quit: Computer has gone to sleep.]
thedarkone2 has joined #jruby
vtunka has quit [Quit: Leaving]
nirvdrum has quit [Ping timeout: 240 seconds]
camlow325 has joined #jruby
camlow325 has quit [Remote host closed the connection]
camlow325 has joined #jruby
vtunka has joined #jruby
Aethenelle has quit [Quit: Aethenelle]
Caerus|Away has joined #jruby
<chrisseaton> headius: does it follow all normal Ruby semantics?
camlow32_ has joined #jruby
<chrisseaton> like it you trace array allocations do you miss the allocation of this array
camlow325 has quit [Ping timeout: 276 seconds]
<headius> chrisseaton: they usually have guards for all that
<headius> often amazing to me the number of guards they have don't take away more than the optimization
<chrisseaton> Yes our guards are sometimes complex
<chrisseaton> When I say we can constant fold something, I don't mean it's happening without guards
<headius> well yeah, but you have an optimizing compiler behind it
<headius> they have exactly nothing
<chrisseaton> It looks like rujit has stopped
<GitHub121> [jruby] Capncavedan opened issue #3867: JRuby 9.1.0.0 error running bundle exec cucumber on Travis https://git.io/vrUti
<headius> still very unclear what MRI is going to do for 3x3
<headius> the goal of a 3x faster Ruby and the goals of no larger in memory and no slower to start up don't really seem compatible
<GitHub128> [jruby] chrisseaton pushed 1 new commit to master: https://git.io/vrUqd
<GitHub128> jruby/master eebdecf Chris Seaton: [Truffle] Change SharedMethodInfo so it produces output that works well in TraceTruffleCompilation etc.
hobodave has joined #jruby
<chrisseaton> As I've said before, Evan has realised the only realistic option but nobody is working on it
<travis-ci> jruby/jruby (master:48bdef6 by Benoit Daloze): The build is still failing. (https://travis-ci.org/jruby/jruby/builds/129128334)
<chrisseaton> Rubinius under different leadership could be the right place to prototype it right now
blandflakes has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
<headius> chrisseaton: it may be the most realistic idea but I have not found anyone doing that for any language
nirvdrum has joined #jruby
<chrisseaton> Yeah it's a full research project (I think Evan said it wasn't but I disagree)
<headius> seems a bit like the re-compiling profiling bits I believe they removed some years ago because they were half-baked
<chrisseaton> I'd take it on if I were a postdoc looking for ideas
<headius> they = llvm
blandflakes has joined #jruby
<headius> sure, it would be interesting to see how far a surface-level llvm JIT with all IR available would see through C code
<headius> sufficiently smart compiler framework
<chrisseaton> Yes that would be an easier step - Evan was talking about full partial evaluation, and didn't discuss the problem of when to stop
<headius> I'm sure it will all be fine
<headius> yeah, there's the rub...most of the jit work I've seen for MRI glosses over when to JIT and when to back off
<headius> some of them glossed over guards too and assumed last run would be the same as this one
Aethenelle has joined #jruby
enebo has joined #jruby
<headius> ugh, I need to fix that circular require warning
<headius> WE need to
<headius> sure is a lot of weird output from test:jruby now
<headius> like a puts got left in somewhere
camlow32_ has quit [Remote host closed the connection]
donV has joined #jruby
camlow325 has joined #jruby
bjfish2 has joined #jruby
vtunka has quit [Quit: Leaving]
blandflakes is now known as mid-afternoonwal
mid-afternoonwal is now known as middaywalker
<fuzzyhorns> hey all, i am having an error that traces to /opt/jruby/jruby-9.0.5.0/lib/ruby/stdlib/jar_dependencies.rb:309 but that doesnt seem to exist at that place anymore in the current codebase on github
<fuzzyhorns> can anyone give me a pointer where it might be?
<headius> fuzzyhorns: those are installed at build time...jar_dependencies is just a gem
<fuzzyhorns> oh, so it just inserts itself into the stdlib?
skade has joined #jruby
pietr0 has joined #jruby
<codefinger> kares: hey, do you know how i can get this to work on jruby 1.7.x? https://gist.github.com/jkutner/4ac3829ae510d32c5867bf401ca30510
<codefinger> getting "Could not generate DH keypair" no matter what i try
<codefinger> it works if I make the call with javax.net.ssl.HttpsURLConnection directly
donV has quit [Quit: donV]
<GitHub195> [jruby] chrisseaton pushed 2 new commits to master: https://git.io/vrURG
<GitHub195> jruby/master bdb1225 Chris Seaton: Update MRI benchmarks.
<GitHub195> jruby/master 3b2fc41 Chris Seaton: Rename 'yarv' to just 'mri' in benchmarks for simplicity.
brauliobo has quit [Ping timeout: 276 seconds]
<GitHub69> [jruby] mohamedhafez opened issue #3868: 9.1.0.0 hangs on syswrite https://git.io/vrUR1
lanceball is now known as lance|afk
grs has quit [Ping timeout: 240 seconds]
grs has joined #jruby
hobodave has quit [Ping timeout: 265 seconds]
<codefinger> kares: when i use JRuby it's using TLSv1.2 and TLS_DHE_RSA_WITH_AES_128_CBC_SHA, but when I use HttpsURLConnection it uses TLSv1.2 and TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
<codefinger> s/JRuby/net http/
middaywalker has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
middaywalker has joined #jruby
phlebas_ has joined #jruby
<travis-ci> jruby/jruby (master:eebdecf by Chris Seaton): The build was fixed. (https://travis-ci.org/jruby/jruby/builds/129165130)
phlebas has quit [Ping timeout: 246 seconds]
phlebas_ has quit [Ping timeout: 246 seconds]
pglombardo has joined #jruby
skade has quit [Quit: Computer has gone to sleep.]
skade has joined #jruby
lance|afk is now known as lanceball
subbu is now known as subbu|away
<nirvdrum> enebo, headius: In case you guys missed it, note that the RubyKaigi CFP closes in about a week.
<headius> nirvdrum: thank you
<headius> dunno if I can make the trip this year
<nirvdrum> But you never pass up travel!
<GitHub184> [jruby] saturnflyer opened issue #3869: Unable to use UnboundMethod referencing super with define_singleton_method https://git.io/vrUPX
<enebo> nirvdrum: bless you
<enebo> nirvdrum: I would like to do it this year though
<headius> I would like to as well
<headius> first week of school is just a rough time to attempt it
<travis-ci> jruby/jruby (master:3b2fc41 by Chris Seaton): The build was fixed. (https://travis-ci.org/jruby/jruby/builds/129187619)
skade has quit [Quit: Computer has gone to sleep.]
<nirvdrum> Ahh, yeah.
<nirvdrum> My 3 year old will be starting pre-school the week prior. I'll owe my wife for sure.
skade has joined #jruby
skade has quit [Client Quit]
Puffball has joined #jruby
phlebas_ has joined #jruby
bbrowning is now known as bbrowning_away
Puffball has quit [Ping timeout: 265 seconds]
pglombardo has quit []
phlebas_ has quit [Ping timeout: 252 seconds]
phlebas_ has joined #jruby
<GitHub39> [jruby] headius pushed 6 new commits to master: https://git.io/vrUNO
<GitHub39> jruby/master 3ebc198 Charles Oliver Nutter: Silence named capture conflict warning if var is just another cap....
<GitHub39> jruby/master 9d86769 Charles Oliver Nutter: Tidy up some additional noise in test:jruby suite.
<GitHub39> jruby/master cf3a292 Charles Oliver Nutter: Fixnum passed to Thread#[] is now TypeError and does not warn.
<GitHub165> [jruby] headius closed issue #3865: Several named capture warnings in date/format https://git.io/vrexa
<GitHub194> [jruby] headius opened issue #3870: Test of process launching under uri chdir is flawed https://git.io/vrUNn
middaywalker has quit [Changing host]
middaywalker has joined #jruby
pitr-ch_ has joined #jruby
pitr-ch has quit [Read error: Connection reset by peer]
bbrowning_away is now known as bbrowning
phlebas_ has quit [Ping timeout: 246 seconds]
<headius> I'm getting one failure that doesn't show in output for rake test:jruby
<headius> can anyone else confirm that?
<headius> it has been fined on travis so I may have some env problem
Puffball has joined #jruby
<chrisseaton> what's the phase to build a binary tarball?
phlebas_ has joined #jruby
middaywalker has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
<nirvdrum> mvn -Pdist
<headius> profile, not phase
<headius> #lolmaven
Puffball has quit [Remote host closed the connection]
<nirvdrum> Ahh, yeah. I think the phase is "package".
<nirvdrum> But you need to activate the "dist" profile, I believe.
middaywalker has joined #jruby
<nirvdrum> chrisseaton: ^
<headius> yeah
<chrisseaton> thanks
<chrisseaton> 'activate a profile' I'll never understand what that means
<nirvdrum> Another small thing to be aware of is the generated tarballs have a different name than we otherwise distribute.
middaywalker is now known as blandflakes
<nirvdrum> But the contents are the same.
<chrisseaton> is the directory name the same?
<nirvdrum> I don't recall. But you can set the directory name when you untar.
Puffball has joined #jruby
shellac_ has joined #jruby
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
<headius> you can see what our nightly dist does there
<headius> hopefully you can see it without logging in
<headius> enebo has a script to post-process the artifacts into what and where we expect
<headius> that all runs in this
<enebo> well we have used the same names in dist for 15-16 years…It was only when maven became our build that the name changed in maven
<nirvdrum> I'm not pointing fingers :-)
<enebo> hahah
<nirvdrum> It just confused me when I built the tarball and the name was different.
phlebas_ has quit [Ping timeout: 246 seconds]
<nirvdrum> It seems to me there ought to be a way to fix that in maven, but I don't have 2 weeks to dedicate to it :-/
<enebo> nirvdrum: yeah sorry I should not be dickish about it :)
brauliobo has joined #jruby
<enebo> nirvdrum: well I asked about that originally and it was not simple or something
<nirvdrum> I didn't take it that way.
<enebo> nirvdrum: jrake post_process_artifacts will rename some packages. generate hashes and generate the windows installer
<headius> there's definitely a way to fix it in maven
<headius> it would just be another 20 lines of XML or something
<enebo> nirvdrum: if you do not have install4j 4 installed it will skip windows
Puffball has quit [Remote host closed the connection]
Puffball has joined #jruby
Puffball has quit [Remote host closed the connection]
<headius> odd, I do get some of those timeout errors locally once in a while
<GitHub90> [jruby] headius pushed 3 new commits to master: https://git.io/vrTUs
<GitHub90> jruby/master 40f0c84 Pavel Rosický: expand_path should use the original encoding
<GitHub90> jruby/master dac9850 Charles Oliver Nutter: Further fixes for File.expand_path encoding....
<GitHub90> jruby/master 58b949a Pavel Rosický: expand_path matches mri
Puffball has joined #jruby
<GitHub50> [jruby] headius closed pull request #3866: expand_path should use the original encoding (master...encoding_issue) https://git.io/vrJVK
<GitHub35> [jruby] headius closed issue #3849: File.expand_path doesn't respect args encoding https://git.io/vw7d0
phlebas_ has joined #jruby
yfeldblum has joined #jruby
<GitHub77> [jruby] chrisseaton pushed 6 new commits to master: https://git.io/vrTtY
<GitHub77> jruby/master b484467 Chris Seaton: [Truffle] Nobody uses jt install any more.
<GitHub77> jruby/master 93f3b4a Chris Seaton: [Truffle] Unused variables.
<GitHub77> jruby/master 738a650 Chris Seaton: [Truffle] Doesn't seem to be a purpose to installing bundler when testing a tarball.
pawnbox has quit [Remote host closed the connection]
subbu|away is now known as subbu
shellac_ has quit [Quit: Computer has gone to sleep.]
blandflakes has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
blandflakes has joined #jruby
<GitHub45> [jruby] chrisseaton pushed 1 new commit to master: https://git.io/vrTGn
<GitHub45> jruby/master ec3e494 Chris Seaton: [Truffle] Split integration tests into integration and gems, as that's all fast and long really are.
blandflakes has quit [Client Quit]
<GitHub90> [jruby] ahorek opened issue #3871: Encoding.find("filesystem") on windows https://git.io/vrTGM
<GitHub32> [jruby] chrisseaton pushed 2 new commits to master: https://git.io/vrTZv
<GitHub32> jruby/master 16a2626 Chris Seaton: [Truffle] Add integration tests to CI.
<GitHub32> jruby/master 44c42a9 Chris Seaton: [Truffle] Use CI rather than TRAVIS, and set it in HOCON.
<GitHub83> [jruby] chrisseaton commented on commit ec3e494: @pitr-ch https://git.io/vrTZI
sluukkonen has quit [Ping timeout: 260 seconds]
sluukkonen has joined #jruby
fuzzyhorns has quit [Quit: Leaving.]
bbrowning is now known as bbrowning_away
tcrawley is now known as tcrawley-away
<codefinger> kares: take a look when you have a sec and sanity check this please http://jkutner.github.io/2016/05/10/jruby-ciphers.html
johnsonch is now known as johnsonch_afk
phlebas_ has quit [Ping timeout: 246 seconds]
lanceball is now known as lance|afk
<travis-ci> jruby/jruby (master:ec3e494 by Chris Seaton): The build was broken. (https://travis-ci.org/jruby/jruby/builds/129257656)
phlebas_ has joined #jruby
e_dub has quit [Read error: Connection reset by peer]
e_dub has joined #jruby
<GitHub192> [jruby] headius pushed 2 new commits to master: https://git.io/vrTEC
<GitHub192> jruby/master 1a219af Charles Oliver Nutter: Add comment to explain changes for #3849.
<GitHub192> jruby/master ae9772e Charles Oliver Nutter: Remove outdated JI test.
phlebas_ has quit [Ping timeout: 246 seconds]
shellac_ has joined #jruby
<GitHub41> [jruby] headius pushed 1 new commit to master: https://git.io/vrTzB
<GitHub41> jruby/master a185e90 Charles Oliver Nutter: Update version to 9.1.1.0-SNAPSHOT.
shellac_ has quit [Quit: Computer has gone to sleep.]
pawnbox has joined #jruby
enebo has quit [Quit: enebo]
pawnbox has quit [Ping timeout: 260 seconds]
brauliobo_ has joined #jruby
brauliobo has quit [Ping timeout: 240 seconds]
shellac_ has joined #jruby
shellac_ has quit [Quit: Computer has gone to sleep.]
<travis-ci> jruby/jruby (master:ae9772e by Charles Oliver Nutter): The build is still failing. (https://travis-ci.org/jruby/jruby/builds/129274611)
<headius> ok now that timeout looks a little bad
<headius> I got OOM locally
Aethenelle has quit [Quit: Aethenelle]
brauliobo_ has quit [Remote host closed the connection]
<travis-ci> jruby/jruby (master:a185e90 by Charles Oliver Nutter): The build was fixed. (https://travis-ci.org/jruby/jruby/builds/129277922)
Aethenelle has joined #jruby
johnsonch_afk is now known as johnsonch
<travis-ci> jruby/jruby (master:ae9772e by Charles Oliver Nutter): The build was fixed. (https://travis-ci.org/jruby/jruby/builds/129274611)
<GitHub58> [jruby] headius pushed 1 new commit to master: https://git.io/vrT1s
<GitHub58> jruby/master 8f0e2c0 Charles Oliver Nutter: Update rspec to 3.4.0 to eliminate warnings under rake 11.