<GitHub95> [jruby] chrisseaton pushed 1 new commit to master: https://git.io/v2ggS
<GitHub95> jruby/master 352e22e Chris Seaton: [Truffle] Tag new core specs.
pawnbox has joined #jruby
pawnbox has quit [Ping timeout: 276 seconds]
mattwildig has quit [Remote host closed the connection]
<GitHub139> [jruby] chrisseaton pushed 1 new commit to master: https://git.io/v2gwy
<GitHub139> jruby/master 12bb50d Chris Seaton: [Truffle] Tag new library specs.
camlow3__ has quit [Remote host closed the connection]
<GitHub19> [jruby] chrisseaton pushed 1 new commit to master: https://git.io/v2grA
<GitHub19> jruby/master cb8b9c6 Chris Seaton: [Truffle] Exclude some specs since 2.3 that don't work well with test fast.
camlow325 has joined #jruby
camlow325 has quit [Remote host closed the connection]
camlow325 has joined #jruby
pawnbox has joined #jruby
pawnbox has quit [Ping timeout: 244 seconds]
<GitHub63> [jruby] chrisseaton pushed 20 new commits to master: https://git.io/v2goh
<GitHub63> jruby/master 7c72c05 Chris Seaton: [Truffle] Move IsNilNode to .core
<GitHub63> jruby/master 07705f6 Chris Seaton: [Truffle] Typo.
<GitHub63> jruby/master d079f1f Chris Seaton: [Truffle] Introduce argument getters on Frame.
evenix has joined #jruby
tomjoro has quit [Remote host closed the connection]
<evenix> Hi
<evenix> I'm experiencing an issue with jruby encoding when I run a Net:HTTP request
<evenix> "\x1F\x8B\b\x00\x00\x00\x00\x00\... " I get a weird response like this one
<chrisseaton> evenix: hello - can you post something we can run? like a minimal program in a gist or something like that?
<evenix> ENV_JAVA['file.encoding'] return 'utf-8' but when i get the response and run a .encoding() o nit it returns ASCII-8
<evenix> chrisseaton: well.. I don't think that'll be a quick and simple way to help me with the issue this is why im trying to explain what's happening.
<evenix> I'm refreshing my google oauth token via http request using Net::HTTP
<evenix> when I'm getting the response from google I'm getting a weird string. When i do he same thing on postman. I'm getting my oauth2 information back correctly.
<evenix> it looks like its returning a binary and I've been trying to convert it to utf-8
pawnbox has joined #jruby
<GitHub136> [jruby] chrisseaton pushed 2 new commits to master: https://git.io/v2gPV
<GitHub136> jruby/master b8d38af Chris Seaton: [Truffle] Missed one of the RubyArgument frame getters.
<GitHub136> jruby/master e657f19 Chris Seaton: [Truffle] UnknownArgumentErrorNode is dead code.
pawnbox has quit [Ping timeout: 244 seconds]
camlow325 has quit [Ping timeout: 252 seconds]
nirvdrum has quit [Ping timeout: 255 seconds]
evenix has quit [Remote host closed the connection]
mattwildig has joined #jruby
tomjoro has joined #jruby
tomjoro has quit [Ping timeout: 276 seconds]
<travis-ci> jruby/jruby (master:6b1da3a by Chris Seaton): The build has errored. (https://travis-ci.org/jruby/jruby/builds/112146594)
pawnbox has joined #jruby
pawnbox has quit [Ping timeout: 268 seconds]
mattwild_ has joined #jruby
mattwildig has quit [Ping timeout: 248 seconds]
tomjoro has joined #jruby
tomjoro has quit [Ping timeout: 244 seconds]
mattwildig has joined #jruby
mattwild_ has quit [Ping timeout: 260 seconds]
mattwildig has quit [Remote host closed the connection]
<travis-ci> jruby/jruby (master:12bb50d by Chris Seaton): The build has errored. (https://travis-ci.org/jruby/jruby/builds/112163062)
grs has quit [Ping timeout: 240 seconds]
yfeldblum has quit [Quit: Leaving...]
tomjoro has joined #jruby
robbyoconnor has quit [Ping timeout: 276 seconds]
grs has joined #jruby
tomjoro has quit [Ping timeout: 255 seconds]
<travis-ci> jruby/jruby (master:cb8b9c6 by Chris Seaton): The build has errored. (https://travis-ci.org/jruby/jruby/builds/112164334)
pawnbox has joined #jruby
pawnbox has quit [Ping timeout: 264 seconds]
tomjoro has joined #jruby
hone has quit [Ping timeout: 240 seconds]
tomjoro has quit [Ping timeout: 268 seconds]
<travis-ci> jruby/jruby (master:b9b7884 by Chris Seaton): The build has errored. (https://travis-ci.org/jruby/jruby/builds/112165971)
pawnbox has joined #jruby
pawnbox has quit [Ping timeout: 260 seconds]
mattwildig has joined #jruby
mattwildig has quit [Ping timeout: 244 seconds]
anaeem1_ has joined #jruby
anaeem1_ has quit [Remote host closed the connection]
thedarkone2 has quit [Quit: thedarkone2]
tomjoro has joined #jruby
tomjoro has quit [Ping timeout: 268 seconds]
<travis-ci> jruby/jruby (master:e657f19 by Chris Seaton): The build has errored. (https://travis-ci.org/jruby/jruby/builds/112170383)
pawnbox has joined #jruby
rjmilitante has joined #jruby
donV has joined #jruby
bb010g has joined #jruby
norc_ has joined #jruby
norc has joined #jruby
tomjoro has joined #jruby
tomjoro has quit [Ping timeout: 248 seconds]
norc_ has quit [Quit: Leaving]
rjmilitante has quit [Ping timeout: 268 seconds]
mattwildig has joined #jruby
mattwildig has quit [Ping timeout: 252 seconds]
tomjoro has joined #jruby
tjohnson has quit [Quit: Connection closed for inactivity]
rsim2 has quit [Read error: Connection reset by peer]
rsim has joined #jruby
bb010g has quit [Quit: Connection closed for inactivity]
robbyoconnor has joined #jruby
robbyoconnor has quit [Remote host closed the connection]
robbyoconnor has joined #jruby
mattwildig has joined #jruby
mattwildig has quit [Ping timeout: 252 seconds]
pawnbox has quit [Remote host closed the connection]
CaptainHeavy has joined #jruby
<CaptainHeavy> Hi all, does anyone know how to set the value of a private field in a Java object from Jruby
<CaptainHeavy> I have the following: https://gist.github.com/mlk5060/afc84c30dc81e14be508
<CaptainHeavy> However, it looks as though "board" is not being wrapped as its actual class, rather its being passed as an object of type "org.jruby.javasupport.JavaObject"
<kares> CaptainHeavy: JavaClass.class_eval { field_writer :_scene }; my_java_class_obj._scene= value
<CaptainHeavy> kares: excellent, thank you!
digit877 has quit [Remote host closed the connection]
digitalextremist has joined #jruby
<CaptainHeavy> kares: that's fantastic, much more elegant than what I had written, thank you
pawnbox has joined #jruby
tomjoro has quit [Remote host closed the connection]
mattwildig has joined #jruby
mattwildig has quit [Ping timeout: 248 seconds]
phlebas_ has joined #jruby
tomjoro has joined #jruby
phlebas_ has quit [Ping timeout: 255 seconds]
tomjoro has quit [Ping timeout: 240 seconds]
<GitHub145> [jruby] chrisseaton pushed 2 new commits to master: https://git.io/v22Y4
<GitHub145> jruby/master 944da31 Chris Seaton: [Truffle] Move test mri to allowed failures, as it now uses refinements which we don't have
<GitHub145> jruby/master a41c4c8 Chris Seaton: [Truffle] Move gems CI to allowed failures until it works.
<GitHub21> [jruby] chrisseaton commented on commit a41c4c8: @pitr-ch this is failing so I'm moving it out of the way while JRuby try to do their 9.1 release. https://git.io/v22YE
<GitHub46> [jruby] chrisseaton commented on commit 944da31: @jruby/truffle MRI tests now use (not test, actually use) refinements :( https://git.io/v22Yz
<chrisseaton> headius: truffle is passing on Travis with the new tests
rsim has quit [Ping timeout: 240 seconds]
robbyoconnor has quit [Excess Flood]
robbyoconnor has joined #jruby
rsim has joined #jruby
tomjoro has joined #jruby
tomjoro has quit [Ping timeout: 252 seconds]
mattwildig has joined #jruby
ITXpander1 has joined #jruby
ITXpander has quit [Ping timeout: 260 seconds]
nirvdrum has joined #jruby
rsim has quit [Quit: Leaving.]
mattwildig has quit [Remote host closed the connection]
tcrawley-away is now known as tcrawley
tomjoro has joined #jruby
tomjoro has quit [Ping timeout: 276 seconds]
johnsonch_afk is now known as johnsonch
<headius> chrisseaton: thank you
<headius> evenix: what JRuby version?
johnsonch is now known as johnsonch_afk
bjfish2 has joined #jruby
tomjoro has joined #jruby
tomjoro has quit [Ping timeout: 255 seconds]
pawnbox has quit [Ping timeout: 240 seconds]
pawnbox has joined #jruby
thedarkone2 has joined #jruby
mattwildig has joined #jruby
mattwildig has quit [Ping timeout: 248 seconds]
tomjoro has joined #jruby
<GitHub128> [jruby] chrisseaton pushed 20 new commits to master: https://git.io/v22zR
<GitHub128> jruby/master 0ed725d Chris Seaton: [Truffle] Tidy up ReadRestArgumentNode.
<GitHub128> jruby/master 462b925 Chris Seaton: [Truffle] Tidy up ShouldDestructureNode.
<GitHub128> jruby/master 835f526 Chris Seaton: [Truffle] Tidy up ReadKeywordRestArgumentNode.
tomjoro has quit [Ping timeout: 252 seconds]
<GitHub18> [jruby] chrisseaton pushed 1 new commit to truffle-head: https://git.io/v22zj
<GitHub18> jruby/truffle-head b0bf2cb Chris Seaton: Merge branch 'master' into truffle-head...
phlebas_ has joined #jruby
mattwildig has joined #jruby
tjohnson has joined #jruby
tcrawley is now known as tcrawley-away
mattwildig has quit [Remote host closed the connection]
tomjoro has joined #jruby
mattwildig has joined #jruby
<travis-ci> jruby/jruby (master:9423502 by Chris Seaton): The build has errored. (https://travis-ci.org/jruby/jruby/builds/112263905)
<travis-ci> jruby/jruby (truffle-head:b0bf2cb by Chris Seaton): The build was fixed. (https://travis-ci.org/jruby/jruby/builds/112264824)
CaptainHeavy has quit [Ping timeout: 240 seconds]
mattwildig has quit [Remote host closed the connection]
rsim has joined #jruby
rsim1 has joined #jruby
rsim has quit [Read error: Connection reset by peer]
mattwildig has joined #jruby
rsim has joined #jruby
rsim1 has quit [Read error: Connection reset by peer]
rsim1 has joined #jruby
rsim has quit [Read error: Connection reset by peer]
ITXpander1 has quit [Ping timeout: 244 seconds]
ITXpander has joined #jruby
phlebas_ has quit [Quit: Leaving]
mattwildig has quit [Remote host closed the connection]
norc has quit [Ping timeout: 268 seconds]
tomjoro has quit [Remote host closed the connection]
drbobbeaty has joined #jruby
johnsonch_afk is now known as johnsonch
mattwildig has joined #jruby
tcrawley-away is now known as tcrawley
ITXpander1 has joined #jruby
xardion_ has quit [Ping timeout: 250 seconds]
xardion has joined #jruby
clayton has quit [Ping timeout: 250 seconds]
jeremyevans_ has joined #jruby
ruurd has quit [Ping timeout: 250 seconds]
Liothen has quit [Ping timeout: 250 seconds]
ITXpander has quit [Ping timeout: 268 seconds]
eregon_ has joined #jruby
justinmcp_ has joined #jruby
pietr0_ has joined #jruby
kith_ has joined #jruby
clayton has joined #jruby
jgdavey_ has joined #jruby
eonwe has joined #jruby
Puffball_ has joined #jruby
Jamo__ has joined #jruby
_ko10 has joined #jruby
hone has joined #jruby
cremes_ has joined #jruby
mysteriouspants_ has joined #jruby
byteit101_ has joined #jruby
Liothen has joined #jruby
Liothen has joined #jruby
havenn has joined #jruby
havenn has joined #jruby
justinmcp has quit [Ping timeout: 240 seconds]
pietr0 has quit [*.net *.split]
jgdavey has quit [*.net *.split]
jeremyevans has quit [*.net *.split]
Puffball has quit [*.net *.split]
cpuguy83 has quit [*.net *.split]
havenwood has quit [*.net *.split]
eregon has quit [*.net *.split]
kith has quit [*.net *.split]
_ko1 has quit [*.net *.split]
amdprophet has quit [*.net *.split]
yosafbridge has quit [*.net *.split]
Jamo has quit [*.net *.split]
thedarkone2 has quit [*.net *.split]
bjfish2 has quit [*.net *.split]
robbyoconnor has quit [*.net *.split]
digitalextremist has quit [*.net *.split]
djellemah has quit [*.net *.split]
headius has quit [*.net *.split]
tenderlove has quit [*.net *.split]
wasnotrice has quit [*.net *.split]
bascule has quit [*.net *.split]
cprice404 has quit [*.net *.split]
koochdog has quit [*.net *.split]
kylo has quit [*.net *.split]
mattwildig has quit [*.net *.split]
Tristitia has quit [*.net *.split]
atamb0 has quit [*.net *.split]
mpapis has quit [*.net *.split]
samuelkadolph has quit [*.net *.split]
johnsonch has quit [*.net *.split]
ale_ has quit [*.net *.split]
subbu has quit [*.net *.split]
slash_nick has quit [*.net *.split]
havenn is now known as havenwood
cpuguy83_ has joined #jruby
pietr0_ is now known as pietr0
eam_ has joined #jruby
hoodow_ has joined #jruby
_ko10 has quit [Quit: Quit Nadoka 0.8.4+git(v0.8.3-5-g0ae819a-dt)]
tcrawley_ has joined #jruby
ruurd has joined #jruby
_ko1 has joined #jruby
haze_ has joined #jruby
quadz has quit [*.net *.split]
joevandyk has quit [*.net *.split]
tcrawley has quit [*.net *.split]
mysteriouspants has quit [*.net *.split]
jsvd has quit [*.net *.split]
Freaky has quit [*.net *.split]
cremes has quit [*.net *.split]
e_dub has quit [*.net *.split]
dyce_ has quit [*.net *.split]
haze has quit [*.net *.split]
emakris_ has quit [*.net *.split]
chrisseaton has quit [*.net *.split]
bruceadams has quit [*.net *.split]
hoodow has quit [*.net *.split]
byteit101 has quit [*.net *.split]
codefinger has quit [*.net *.split]
deepak has quit [*.net *.split]
guilleiguaran__ has quit [*.net *.split]
eam has quit [*.net *.split]
tcrawley has joined #jruby
tcrawley_ is now known as tcrawley
mysteriouspants_ is now known as mysteriouspants
tcrawley has quit [Changing host]
cremes_ is now known as cremes
yosafbridge has joined #jruby
rsim1 has quit [*.net *.split]
eonwe_ has quit [*.net *.split]
mpapis has joined #jruby
mattwildig has joined #jruby
johnsonch has joined #jruby
atamb0 has joined #jruby
subbu has joined #jruby
slash_nick has joined #jruby
samuelkadolph has joined #jruby
ale_ has joined #jruby
Tristitia has joined #jruby
brixen_ has joined #jruby
Freeky has joined #jruby
balo_ has joined #jruby
thedarkone2 has joined #jruby
bjfish2 has joined #jruby
digitalextremist has joined #jruby
robbyoconnor has joined #jruby
tenderlove has joined #jruby
wasnotrice has joined #jruby
koochdog has joined #jruby
djellemah has joined #jruby
headius has joined #jruby
kylo has joined #jruby
bascule has joined #jruby
cprice404 has joined #jruby
rtyler has quit [Ping timeout: 255 seconds]
e_dub has joined #jruby
tomjoro has joined #jruby
joevandyk has joined #jruby
edub has joined #jruby
codefinger has joined #jruby
dyce_ has joined #jruby
quadz has joined #jruby
amdprophet has joined #jruby
e_dub has quit [Read error: Connection reset by peer]
e_dub has joined #jruby
ITXpander has joined #jruby
e_dub has quit [Client Quit]
tomjoro has quit [Ping timeout: 260 seconds]
jeremyevans has joined #jruby
lanceball_ has joined #jruby
mj12`_ has joined #jruby
jeremyevans_ has quit [Ping timeout: 276 seconds]
mj12` has quit [Ping timeout: 276 seconds]
joevandyk has quit [Ping timeout: 276 seconds]
ITXpander1 has quit [Ping timeout: 276 seconds]
knu has quit [Ping timeout: 276 seconds]
joevandyk has joined #jruby
emakris has joined #jruby
knu has joined #jruby
tenderlo_ has joined #jruby
bjfish2_ has joined #jruby
byteit101_ is now known as byteit101
Freaky has joined #jruby
bbrowning_ has joined #jruby
koochdog has quit [Ping timeout: 252 seconds]
digitalextremist has quit [Ping timeout: 252 seconds]
ruurd has quit [Excess Flood]
r0bby_ has joined #jruby
quadz has quit [Ping timeout: 252 seconds]
balo_ has quit [Ping timeout: 252 seconds]
thedarkone2 has quit [Ping timeout: 252 seconds]
bjfish2 has quit [Ping timeout: 252 seconds]
bjfish2_ is now known as bjfish2
tenderlove has quit [Ping timeout: 252 seconds]
wasnotrice has quit [Ping timeout: 252 seconds]
kylo has quit [Ping timeout: 252 seconds]
thedarkone2 has joined #jruby
wasnotrice has joined #jruby
Freeky has quit [Ping timeout: 252 seconds]
brixen_ has quit [Ping timeout: 252 seconds]
headius has quit [Ping timeout: 252 seconds]
bascule has quit [Ping timeout: 252 seconds]
cprice404 has quit [Ping timeout: 252 seconds]
robbyoconnor has quit [Ping timeout: 252 seconds]
djellemah has quit [Ping timeout: 252 seconds]
bascule has joined #jruby
robacarp_ has joined #jruby
rsim has joined #jruby
jimbaker` has joined #jruby
Antiarc_ has joined #jruby
yipdw_ has joined #jruby
Freaky has quit [Ping timeout: 260 seconds]
Freaky has joined #jruby
headius has joined #jruby
drbobbeaty has quit [*.net *.split]
Antiarc has quit [*.net *.split]
mberg_ has quit [*.net *.split]
bbrowning_away has quit [*.net *.split]
m4rCsi has quit [*.net *.split]
jimbaker has quit [*.net *.split]
robacarp has quit [*.net *.split]
yipdw has quit [*.net *.split]
edub has quit [Write error: Connection reset by peer]
beawesomeinstead has joined #jruby
sebyx07 has joined #jruby
johnsonch has quit [Ping timeout: 240 seconds]
ruurd has joined #jruby
mattwild_ has joined #jruby
mattwildig has quit [Ping timeout: 240 seconds]
samuelkadolph has quit [Ping timeout: 240 seconds]
slash_nick has quit [Ping timeout: 240 seconds]
ruurd has quit [Excess Flood]
Tristitia has quit [Ping timeout: 240 seconds]
atamb0 has quit [Ping timeout: 240 seconds]
mpapis has quit [Ping timeout: 240 seconds]
ale_ has quit [Ping timeout: 240 seconds]
subbu has quit [Ping timeout: 240 seconds]
jsvd has joined #jruby
chrisseaton has joined #jruby
bruceadams has joined #jruby
deepak has joined #jruby
guilleiguaran__ has joined #jruby
drbobbeaty has joined #jruby
slash_nick has joined #jruby
atambo has joined #jruby
brixen has joined #jruby
sebyx07 has quit [Ping timeout: 260 seconds]
quadz has joined #jruby
samuelkadolph has joined #jruby
subbu has joined #jruby
ruurd has joined #jruby
ruurd is now known as Guest18607
e_dub has joined #jruby
Tristitia has joined #jruby
mpapis has joined #jruby
johnsonch_afk has joined #jruby
robacarp_ has quit [Ping timeout: 276 seconds]
ale_ has joined #jruby
mysteriouspants has quit [Changing host]
mysteriouspants has joined #jruby
jsvd has quit [*.net *.split]
chrisseaton has quit [*.net *.split]
bruceadams has quit [*.net *.split]
deepak has quit [*.net *.split]
guilleiguaran__ has quit [*.net *.split]
deepak has joined #jruby
samuelkadolph has quit [Ping timeout: 276 seconds]
ale_ has quit [Ping timeout: 276 seconds]
r0bby_ is now known as robbyoconnor
sebyx07 has joined #jruby
samuelkadolph has joined #jruby
Tristitia has quit [Excess Flood]
sebyx07 has quit [Ping timeout: 244 seconds]
robacarp has joined #jruby
Tristitia has joined #jruby
balo has joined #jruby
chrisseaton has joined #jruby
bruceadams has joined #jruby
eregon has joined #jruby
eregon_ has quit [Write error: Broken pipe]
fidothe has joined #jruby
jsvd has joined #jruby
tomjoro has joined #jruby
snkcld has joined #jruby
tomjoro has quit [Ping timeout: 268 seconds]
guilleiguaran__ has joined #jruby
rsim has quit [*.net *.split]
Scorchin has joined #jruby
lopex has joined #jruby
talevy has joined #jruby
ale has joined #jruby
ale is now known as Guest13795
xardion has quit [Quit: peace out.]
xardion has joined #jruby
robbyoconnor has quit [Ping timeout: 260 seconds]
hone has quit [Quit: leaving]
tcrawley is now known as tcrawley-away
lupine has joined #jruby
lupine has quit [Changing host]
lupine has joined #jruby
lupine has quit [Client Quit]
lupine has joined #jruby
lupine has quit [Changing host]
lupine has joined #jruby
lupine has left #jruby [#jruby]
joast has joined #jruby