<GitHub15> [jruby] chrisseaton pushed 1 new commit to truffle-head: https://git.io/vKBfU
<GitHub15> jruby/truffle-head 0a8e786 Chris Seaton: [Truffle] Fix JVMCI JDK.
deverly has quit [Remote host closed the connection]
camlow32_ has quit [Remote host closed the connection]
camlow325 has joined #jruby
deverly has joined #jruby
<travis-ci> jruby/jruby (master:8ff544c by Chris Seaton): The build is still failing. (https://travis-ci.org/jruby/jruby/builds/144601126)
deverly has quit []
mrmargolis has joined #jruby
e_dub has quit [Quit: ZZZzzz…]
<GitHub42> [jruby] chrisseaton pushed 2 new commits to master: https://git.io/vKBUF
<GitHub42> jruby/master e3bb19e Chris Seaton: [Truffle] Assert if we can that the shape of blocks are the simple Proc shape.
<GitHub42> jruby/master c79c46d Chris Seaton: [Truffle] Check that blocks are an instance of Proc.
<GitHub179> [jruby] chrisseaton pushed 1 new commit to truffle-head: https://git.io/vKBUp
<GitHub179> jruby/truffle-head 24a39e2 Chris Seaton: Merge branch 'master' into truffle-head
zacts has quit [Ping timeout: 258 seconds]
zacts has joined #jruby
camlow325 has quit []
e_dub has joined #jruby
e_dub has quit [Read error: Connection reset by peer]
e_dub has joined #jruby
ryez has joined #jruby
<travis-ci> jruby/jruby (master:e3bb19e by Chris Seaton): The build is still failing. (https://travis-ci.org/jruby/jruby/builds/144619177)
ryez has quit [Ping timeout: 250 seconds]
etehtsea has joined #jruby
mrmargolis has quit [Ping timeout: 260 seconds]
mrmargolis has joined #jruby
etehtsea has quit [Ping timeout: 246 seconds]
etehtsea has joined #jruby
mrmargolis has quit [Remote host closed the connection]
johnsonch_afk is now known as johnsonch
ryez has joined #jruby
zacts has quit [Ping timeout: 244 seconds]
johnsonch is now known as johnsonch_afk
pawnbox has quit [Read error: No route to host]
zacts has joined #jruby
pawnbox has joined #jruby
thedarkone2 has quit [Quit: thedarkone2]
prasunanand has joined #jruby
pawnbox has quit [Ping timeout: 258 seconds]
Hobogrammer has quit [Quit: WeeChat 0.4.2]
pawnbox has joined #jruby
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
etehtsea has quit [Quit: Computer has gone to sleep.]
zacts has quit [Ping timeout: 250 seconds]
prasun has joined #jruby
prasun has quit [Client Quit]
yfeldblum has quit [Remote host closed the connection]
pitr-ch has joined #jruby
zacts has joined #jruby
etehtsea has joined #jruby
etehtsea has quit [Quit: Computer has gone to sleep.]
raeoks has joined #jruby
donV has joined #jruby
bga57 has quit [Quit: Leaving.]
pil-afk is now known as pilhuhn
eregon has quit [Ping timeout: 244 seconds]
<GitHub35> [jruby] pitr-ch pushed 2 new commits to master: https://git.io/vKB4g
<GitHub35> jruby/master 410e752 Petr Chalupa: [Truffle] add stub for Kernel#gem in rails tests
<GitHub35> jruby/master fd87e04 Petr Chalupa: [Truffle] update exclusions of actionpack tests
eregon has joined #jruby
yfeldblum has joined #jruby
donValentin has joined #jruby
yfeldblu_ has joined #jruby
donV has quit [Ping timeout: 276 seconds]
yfeldblum has quit [Ping timeout: 250 seconds]
rsim has joined #jruby
pilhuhn has quit [Quit: Leaving...]
pilhuhn has joined #jruby
<travis-ci> jruby/jruby (master:fd87e04 by Petr Chalupa): The build has errored. (https://travis-ci.org/jruby/jruby/builds/144660906)
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
donValentin is now known as donV
prasunanand has quit [Ping timeout: 246 seconds]
jeremyevans has quit [Ping timeout: 244 seconds]
pawnbox has quit [Remote host closed the connection]
drbobbeaty has joined #jruby
vtunka has joined #jruby
zacts has quit [Ping timeout: 260 seconds]
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
pitr-ch has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
pitr-ch has joined #jruby
pitr-ch has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<ebarrett> chrisseaton: think i have a bug fo you
<ebarrett> which version of ruby is jrubytruffle with graal-0.12 targetting?
pitr-ch has joined #jruby
pawnbox has joined #jruby
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
pitr-ch has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
pitr-ch has joined #jruby
<GitHub24> [jruby] jtulach opened pull request #4015: Adjusting the code to not expect IOException from PolyglotEngine.eval (master...jtulach/NoIOException) https://git.io/vKBD7
pitr-ch has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
rsim1 has joined #jruby
rsim has quit [Ping timeout: 252 seconds]
pilhuhn is now known as pil-afk
<chrisseaton> ebarrett: can't remember but truffle/Pom.rb says
<ebarrett> ah, good to see you :)
<ebarrett> chrisseaton: take a look at this: https://gist.github.com/vext01/4f5547c6199b2542ba8f5fd9e7b6abf0
<ebarrett> derived from a failing benchmark
<ebarrett> maybe incorrect placement of a null sentinal?
bbrowning has joined #jruby
jeremyevans has joined #jruby
<kares> yopp: just loads bundler/setup
<kares> before executing the target ruby script
<yopp> hum
<yopp> because I'm seeing this: https://github.com/bundler/bundler/issues/4587 with invokedynamic
<yopp> but with -G everything is fine
<kares> yopp: seeing that exactly including the error?
tcrawley-away is now known as tcrawley
<yopp> kares, yeah "You cannot specify the same gem twice with different version requirements"
<kares> yopp: targeted to be examined/fixed for 9.1.3 (as you already probably seen) : https://github.com/jruby/jruby/issues/3950
<yopp> yep.
bbrowning is now known as bbrowning_away
<kares> yopp: you could add a comment about your jruby -G finding but I wouldn't rely on it
<yopp> sadly -G doesn't work with `vendor/bundle`
<kares> and instead not use indy on 9.1.2
<yopp> yep, that's pretty much the plan
<GitHub61> [jruby] chrisseaton pushed 1 new commit to truffle-head: https://git.io/vKBQn
<GitHub61> jruby/truffle-head f75fb81 Chris Seaton: Merge branch 'master' into truffle-head
<GitHub108> [jruby] chrisseaton pushed 1 new commit to truffle-head: https://git.io/vKBQD
<GitHub108> jruby/truffle-head db97829 Chris Seaton: [Truffle] The usual shape profile in reading the block seems to be counter-productive.
drbobbeaty has joined #jruby
rsim1 has quit [Quit: Leaving.]
yfeldblu_ has quit [Ping timeout: 250 seconds]
pil-afk is now known as pilhuhn
pitr-ch has joined #jruby
lanceball is now known as lance|afk
lance|afk is now known as lanceball
tcrawley is now known as tcrawley-away
e_dub has quit [Quit: ZZZzzz…]
raeoks has quit [Quit: Textual IRC Client: www.textualapp.com]
prasunanand has joined #jruby
bbrowning_away is now known as bbrowning
pawnbox has quit [Remote host closed the connection]
ryez has quit [Ping timeout: 250 seconds]
ryez has joined #jruby
pawnbox has joined #jruby
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
vtunka has quit [Quit: Leaving]
mrmargolis has joined #jruby
rsim has joined #jruby
pitr-ch has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
pitr-ch has joined #jruby
rsim has quit [Ping timeout: 252 seconds]
rsim has joined #jruby
vtunka has joined #jruby
rsim1 has joined #jruby
rsim has quit [Ping timeout: 252 seconds]
prasunanand has quit [Ping timeout: 264 seconds]
mrmargolis has quit []
tcrawley-away is now known as tcrawley
johnsonch_afk is now known as johnsonch
enebo has joined #jruby
mrmargolis has joined #jruby
camlow325 has joined #jruby
e_dub has joined #jruby
vtunka has quit [Quit: Leaving]
camlow325 has quit [Remote host closed the connection]
prasunanand has joined #jruby
camlow325 has joined #jruby
<GitHub184> [jruby] enebo reopened issue #3808: defined? poor performance https://git.io/vwO2h
pitr-ch has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
camlow325 has quit [Read error: Connection reset by peer]
camlow325 has joined #jruby
pitr-ch has joined #jruby
tcrawley is now known as tcrawley-away
lanceball is now known as lance|afk
thedarkone2 has joined #jruby
donV has quit [Ping timeout: 250 seconds]
zacts has joined #jruby
rsim1 has quit [Quit: Leaving.]
camlow325 has quit [Ping timeout: 240 seconds]
thedarkone2 has quit [Quit: thedarkone2]
e_dub has quit [Quit: It's a hard knock life]
e_dub has joined #jruby
pitr-ch has quit [Read error: Connection reset by peer]
pitr-ch has joined #jruby
e_dub has quit [Read error: Connection reset by peer]
e_dub has joined #jruby
pilhuhn is now known as pil-afk
<chrisseaton> ebarrett: sorry, my client wasn't pining me
<chrisseaton> I'll need to look into this
pitr-ch has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
pitr-ch has joined #jruby
<ebarrett> chrisseaton: no worries
<ebarrett> chrisseaton: ill not be online much for a week or so starting tomorrow, so mail is the best way to reach me
rsim has joined #jruby
mrmargolis has quit []
lance|afk is now known as lanceball
thedarkone2 has joined #jruby
pitr-ch has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
tcrawley-away is now known as tcrawley
enebo has quit [Quit: enebo]
bbrowning is now known as bbrowning_away
pil-afk is now known as pilhuhn
tcrawley is now known as tcrawley-away
zacts has quit [Ping timeout: 258 seconds]
donV has joined #jruby
<GitHub131> [jruby] chrisseaton opened issue #4016: [Truffle] String operations produce the wrong result https://git.io/vKRFI
enebo has joined #jruby
bb010g has joined #jruby
zacts has joined #jruby
rsim has quit [Quit: Leaving.]
subbu is now known as subbu|lunch
pitr-ch has joined #jruby
pitr-ch has quit [Ping timeout: 258 seconds]
pitr-ch has joined #jruby
<GitHub14> [jruby] bjfish created truffle-sprintf-update (+1 new commit): https://git.io/vKRpQ
<GitHub14> jruby/truffle-sprintf-update b01533b Brandon Fish: [Truffle] Refactor sprintf parser/builder, update format nodes
<GitHub68> [jruby] bjfish opened pull request #4017: [Truffle] Refactor sprintf parser/builder, update format nodes (master...truffle-sprintf-update) https://git.io/vKRhL
bbrowning_away is now known as bbrowning
zacts has quit [Ping timeout: 240 seconds]
rcvalle has joined #jruby
subbu|lunch is now known as subbu|away
mistergibson has joined #jruby
yfeldblum has joined #jruby
prasunanand has quit [Quit: Leaving]
camlow325 has joined #jruby
subbu|away is now known as subbu
camlow325 has quit [Read error: Connection reset by peer]
camlow325 has joined #jruby
camlow325 has quit [Read error: Connection reset by peer]
camlow32_ has joined #jruby
camlow32_ has quit [Read error: Connection reset by peer]
camlow325 has joined #jruby
camlow32_ has joined #jruby
donV has quit [Ping timeout: 240 seconds]
donV has joined #jruby
camlow325 has quit [Ping timeout: 264 seconds]
camlow32_ has quit [Remote host closed the connection]
camlow325 has joined #jruby
pawnbox_ has joined #jruby
pawnbox has quit [Ping timeout: 276 seconds]
<travis-ci> jruby/jruby (truffle-sprintf-update:b01533b by Brandon Fish): The build failed. (https://travis-ci.org/jruby/jruby/builds/144811033)
donV has quit [Quit: donV]
yfeldblum has quit [Ping timeout: 250 seconds]
camlow32_ has joined #jruby
pawnbox_ has quit [Remote host closed the connection]
pawnbox has joined #jruby
camlow325 has quit [Ping timeout: 250 seconds]
<travis-ci> jruby/jruby (master:fd87e04 by Petr Chalupa): The build is still failing. (https://travis-ci.org/jruby/jruby/builds/144660906)
tcrawley-away is now known as tcrawley
tcrawley is now known as tcrawley-away
cremes has quit [Ping timeout: 240 seconds]
<GitHub185> [jruby] lgierth closed issue #1376: Kernel#caller from arglist is missing a stack frame https://git.io/vK08i
Specialist has joined #jruby
bbrowning is now known as bbrowning_away
<GitHub21> [jruby] tobymurray-nanometrics opened issue #4018: NameError: uninitialized constant Delegator https://git.io/vK04g
bb010g has quit [Quit: Connection closed for inactivity]
cremes has joined #jruby
cremes has quit [Ping timeout: 252 seconds]
cremes has joined #jruby
<GitHub113> [jruby] bjfish pushed 1 new commit to master: https://git.io/vK0EA
<GitHub113> jruby/master d55ae5f Brandon Fish: [Truffle] Add Float#{next_float, prev_float}
yfeldblum has joined #jruby
<GitHub29> [jruby] enebo closed issue #4018: NameError: uninitialized constant Delegator https://git.io/vK04g
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
cremes has quit [Quit: cremes]
cremes has joined #jruby
camlow32_ has quit [Remote host closed the connection]
camlow325 has joined #jruby
<GitHub116> [jruby] headius pushed 1 new commit to master: https://git.io/vK0wl
<GitHub116> jruby/master 51075bf Charles Oliver Nutter: Instance variable shaping updates allocator, so invalidate class....
enebo has quit [Quit: enebo]
<headius> nice, that seems to help red/black too
Specialist has quit [Ping timeout: 258 seconds]
<travis-ci> jruby/jruby (master:d55ae5f by Brandon Fish): The build is still failing. (https://travis-ci.org/jruby/jruby/builds/144853620)
Specialist has joined #jruby
Specialist has quit [Ping timeout: 272 seconds]
yfeldblum has quit [Remote host closed the connection]
<travis-ci> jruby/jruby (master:51075bf by Charles Oliver Nutter): The build is still failing. (https://travis-ci.org/jruby/jruby/builds/144862843)
bga57 has joined #jruby
rcvalle has quit [Quit: rcvalle]
yfeldblum has joined #jruby