<nirvdrum> Kavinder: Eh? In Ruby, the method is just all?
<nirvdrum> [2, 4, 6].all? { |x| x % 2 == 0 }
<lopex> % [2, 4, 6].all? { |x| x % 2 == 0 }
<multibot_> true
yfeldblum has quit [Ping timeout: 265 seconds]
<nirvdrum> Ahh, right, the bot.
<lopex> % JRUBY_VERSION
<multibot_> 1.7.10
<lopex> that;s the only issue
<nirvdrum> I used to see the bot used more in #scala. But I got tired of one individual over there, so I don't go to #scala anymore :-/
<lopex> now since it's taken by OlegYch, I have no longer power over it
<Kavinder> nirvdrum: yeah that's what I expected but I also see a lot of use of containsAll and the tests are complaining about it
<lopex> just prs
<nirvdrum> Kavinder: Ruby doesn't use camel-cased method names. Can you point me at what you're talking about?
<Kavinder> nirvdrum: for example in codebase I'm working in I see a permissions authorization method with: it["permissions"].containsAll(permissions)
<nirvdrum> Kavinder: Either that object isn't an Array or something your code is extending Array to add the method.
<Kavinder> it's quite a mature platform that's been on jRuby with OrientDB for a while, I'm a new remote contractor and the rest of the team is a few timezones ahead of me so they're already offline
<Kavinder> nirvdrum: ok, and why do the jruby docs mention the method, http://jruby.org/apidocs/org/jruby/RubyArray.html#newArray%28org.jruby.Ruby%29
<nirvdrum> My guess is you actually have a java.util.List.
<Kavinder> ok, thanks for the help...I'll look into it some more
<nirvdrum> Are you coding directly against RubyArray? That's an implementation class. Not all of the methods on that are exposed via Ruby.
<nirvdrum> But if you're doing that or working with java.util.List, you're doing Java interop and it's only cosmetically ruby.
<nirvdrum> I'd print out it.class.name and see what you get.
<Kavinder> ok, will do...I think it's just an Array
<lopex> just look for the containsAll thingy
<nirvdrum> % [].respond_to?(:containsAll)
<multibot_> false
<lopex> ah
lucasallan has quit []
JRubyGithub has joined #jruby
<JRubyGithub> [jruby] lucasallan pushed 1 new commit to master: http://git.io/EavxTw
<JRubyGithub> jruby/master 226c52d Lucas Allan Amorim: [Truffle] - Makes sure to always keep the string encoding after call: chomp, upcase, downcase, capitalize....
JRubyGithub has left #jruby [#jruby]
<lopex> containsAll is in java.util.Collection
calavera has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<lopex> and jruby;s Array is only a List
<lopex> might that be right ?
pietr0 has quit [Quit: pietr0]
<nirvdrum> If you're using a ruby array, you'd never have the method unless you define it.
<nirvdrum> This looks like java interop to me.
<lopex> nirvdrum: at some point they might be using Collection
<lopex> nirvdrum: but jruby's Array works find with java's List methods
<lopex> *fine
<nirvdrum> Sure, but that's still java interop.
<lopex> yes
<nirvdrum> And I can't guess what the type is.
<Kavinder> nirvdrum: yeah it's of the Array class, I'm going to have to dig deeper into this
calavera has joined #jruby
patrick has joined #jruby
patrick is now known as Guest24991
<rtyler> there's so many people coughing on this flight
<rtyler> whoops, wrong window :-!
byteit101__ has quit [Ping timeout: 250 seconds]
capitalist has quit [Quit: Sleep quit]
Guest24991 is now known as byteit101
byteit101 is now known as byteit101__
JRubyGithub has joined #jruby
<JRubyGithub> [jruby] lucasallan pushed 1 new commit to master: http://git.io/EZkOAQ
<JRubyGithub> jruby/master 830d58a Lucas Allan Amorim: [Truffle] - String#reverse and String#reverse! should preserve the string encoding.
JRubyGithub has left #jruby [#jruby]
erick has joined #jruby
erick has quit [Read error: Connection reset by peer]
erick has joined #jruby
yfeldblum has joined #jruby
capitalist has joined #jruby
capitalist has quit [Client Quit]
yfeldblum has quit [Ping timeout: 258 seconds]
travis-ci has joined #jruby
<travis-ci> jruby/jruby (master:f5d1f9b by Charles Oliver Nutter): The build failed. (http://travis-ci.org/jruby/jruby/builds/44870935)
travis-ci has left #jruby [#jruby]
camlow32_ has joined #jruby
capitalist has joined #jruby
JRubyGithub has joined #jruby
<JRubyGithub> [jruby] chrisseaton pushed 1 new commit to master: http://git.io/IiK4FQ
<JRubyGithub> jruby/master 6640570 Chris Seaton: [Truffle] Some lambda specs passing.
JRubyGithub has left #jruby [#jruby]
camlow325 has quit [Ping timeout: 252 seconds]
camlow32_ has quit [Ping timeout: 240 seconds]
travis-ci has joined #jruby
<travis-ci> jruby/jruby (master:d6810e9 by Charles Oliver Nutter): The build passed. (http://travis-ci.org/jruby/jruby/builds/44869620)
travis-ci has left #jruby [#jruby]
<projectodd-ci> Project jruby-master-spec-ji build #224: STILL FAILING in 17 min: https://projectodd.ci.cloudbees.com/job/jruby-master-spec-ji/224/
mitchellhenke has joined #jruby
<projectodd-ci> Project jruby-master-test-jruby build #237: STILL FAILING in 17 min: https://projectodd.ci.cloudbees.com/job/jruby-master-test-jruby/237/
capitalist has quit [Quit: Sleep quit]
erick has quit [Remote host closed the connection]
<projectodd-ci> Project jruby-master-test-slow_suites build #223: STILL FAILING in 17 min: https://projectodd.ci.cloudbees.com/job/jruby-master-test-slow_suites/223/
<projectodd-ci> Project jruby-master-spec-compiler build #224: STILL FAILING in 16 min: https://projectodd.ci.cloudbees.com/job/jruby-master-spec-compiler/224/
capitalist has joined #jruby
havenwood has joined #jruby
marr has quit [Ping timeout: 245 seconds]
x1337807x has joined #jruby
Kavinder has left #jruby [#jruby]
travis-ci has joined #jruby
<travis-ci> jruby/jruby (jruby-1_7:625381c by Thomas E. Enebo): The build was broken. (http://travis-ci.org/jruby/jruby/builds/44872122)
travis-ci has left #jruby [#jruby]
erick has joined #jruby
yfeldblum has joined #jruby
travis-ci has joined #jruby
<travis-ci> jruby/jruby (master:dcd9597 by Charles Oliver Nutter): The build failed. (http://travis-ci.org/jruby/jruby/builds/44875557)
travis-ci has left #jruby [#jruby]
yfeldblum has quit [Ping timeout: 255 seconds]
travis-ci has joined #jruby
<travis-ci> jruby/jruby (jruby-1_7:7dee6bf by Thomas E. Enebo): The build was broken. (http://travis-ci.org/jruby/jruby/builds/44875479)
travis-ci has left #jruby [#jruby]
calavera has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<projectodd-ci> Project jruby-master-spec-ji build #225: STILL FAILING in 16 min: https://projectodd.ci.cloudbees.com/job/jruby-master-spec-ji/225/
<projectodd-ci> Project jruby-master-test-jruby build #238: STILL FAILING in 16 min: https://projectodd.ci.cloudbees.com/job/jruby-master-test-jruby/238/
mister_solo has joined #jruby
elux has joined #jruby
capitalist has quit [Quit: Sleep quit]
capitalist has joined #jruby
travis-ci has joined #jruby
<travis-ci> jruby/jruby (master:2851935 by Subramanya Sastry): The build failed. (http://travis-ci.org/jruby/jruby/builds/44875863)
travis-ci has left #jruby [#jruby]
elux has quit [Client Quit]
capitalist has quit [Client Quit]
mister_solo has quit [Ping timeout: 252 seconds]
elux has joined #jruby
elux has quit [Client Quit]
ravster has quit [Remote host closed the connection]
tenderlove has quit [Quit: Leaving...]
zorak8 has joined #jruby
e_dub has joined #jruby
havenwood has quit [Remote host closed the connection]
yfeldblum has joined #jruby
cprice has joined #jruby
travis-ci has joined #jruby
<travis-ci> jruby/jruby (master:827f20a by Lucas Allan Amorim): The build failed. (http://travis-ci.org/jruby/jruby/builds/44876290)
travis-ci has left #jruby [#jruby]
cprice_ has joined #jruby
yfeldblum has quit [Ping timeout: 258 seconds]
cprice has quit [Read error: Connection reset by peer]
phrinx has joined #jruby
cprice_ has quit [Ping timeout: 245 seconds]
subbu has joined #jruby
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
travis-ci has joined #jruby
<travis-ci> jruby/jruby (master:eb39810 by Chris Seaton): The build failed. (http://travis-ci.org/jruby/jruby/builds/44876871)
travis-ci has left #jruby [#jruby]
cprice_ has joined #jruby
Neomex has quit [Ping timeout: 256 seconds]
cprice__ has joined #jruby
mister_solo has joined #jruby
cprice_ has quit [Ping timeout: 240 seconds]
mister_solo has quit [Ping timeout: 240 seconds]
cprice__ has quit [Ping timeout: 255 seconds]
nirvdrum has quit [Ping timeout: 256 seconds]
erick has quit [Remote host closed the connection]
travis-ci has joined #jruby
<travis-ci> jruby/jruby (master:a2277b1 by Lucas Allan Amorim): The build failed. (http://travis-ci.org/jruby/jruby/builds/44877285)
travis-ci has left #jruby [#jruby]
erick has joined #jruby
yfeldblum has joined #jruby
yfeldblum has quit [Ping timeout: 272 seconds]
fivebats has joined #jruby
erick has quit [Remote host closed the connection]
erick has joined #jruby
mitchellhenke has quit [Quit: Computer has gone to sleep.]
erick has quit [Remote host closed the connection]
erick has joined #jruby
travis-ci has joined #jruby
<travis-ci> jruby/jruby (master:25fdaa3 by Charles Oliver Nutter): The build failed. (http://travis-ci.org/jruby/jruby/builds/44877350)
travis-ci has left #jruby [#jruby]
phrinx_ has joined #jruby
zorak8 has quit [Ping timeout: 244 seconds]
phrinx has quit [Ping timeout: 244 seconds]
erick has quit [Ping timeout: 250 seconds]
nateberkopec has quit [Quit: Leaving...]
yfeldblum has joined #jruby
travis-ci has joined #jruby
<travis-ci> jruby/jruby (jruby-1_7:287cb36 by Charles Oliver Nutter): The build was broken. (http://travis-ci.org/jruby/jruby/builds/44879359)
travis-ci has left #jruby [#jruby]
yfeldblum has quit [Ping timeout: 240 seconds]
travis-ci has joined #jruby
<travis-ci> jruby/jruby (jruby-1_7:4f21b1e by Charles Oliver Nutter): The build was broken. (http://travis-ci.org/jruby/jruby/builds/44879444)
travis-ci has left #jruby [#jruby]
mitchellhenke has joined #jruby
travis-ci has joined #jruby
<travis-ci> jruby/jruby (test-fix-2221:a9fa229 by Charles Oliver Nutter): The build failed. (http://travis-ci.org/jruby/jruby/builds/44880286)
travis-ci has left #jruby [#jruby]
kotk_ has joined #jruby
kotk has quit [Ping timeout: 252 seconds]
travis-ci has joined #jruby
<travis-ci> jruby/jruby (master:226c52d by Lucas Allan Amorim): The build was broken. (http://travis-ci.org/jruby/jruby/builds/44888289)
travis-ci has left #jruby [#jruby]
camlow325 has joined #jruby
anaeem1 has joined #jruby
anaeem1 has quit [Remote host closed the connection]
erick has joined #jruby
camlow325 has quit [Remote host closed the connection]
camlow325 has joined #jruby
calavera has joined #jruby
erick has quit [Ping timeout: 258 seconds]
subbu has quit [Ping timeout: 272 seconds]
camlow325 has quit [Ping timeout: 245 seconds]
travis-ci has joined #jruby
<travis-ci> jruby/jruby (master:830d58a by Lucas Allan Amorim): The build was broken. (http://travis-ci.org/jruby/jruby/builds/44890802)
travis-ci has left #jruby [#jruby]
mister_solo has joined #jruby
mister_solo has quit [Ping timeout: 240 seconds]
yfeldblum has joined #jruby
camlow325 has joined #jruby
yfeldblum has quit [Ping timeout: 250 seconds]
erick has joined #jruby
travis-ci has joined #jruby
<travis-ci> jruby/jruby (master:6640570 by Chris Seaton): The build is still failing. (http://travis-ci.org/jruby/jruby/builds/44891883)
travis-ci has left #jruby [#jruby]
erick has quit [Ping timeout: 258 seconds]
x1337807x has joined #jruby
calavera has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
camlow325 has quit [Remote host closed the connection]
erick has joined #jruby
graphex_ has joined #jruby
graphex has quit [Ping timeout: 265 seconds]
yfeldblum has joined #jruby
mister_solo has joined #jruby
fivebats has quit [Quit: quit]
yfeldblum has quit [Ping timeout: 250 seconds]
mister_solo has quit [Ping timeout: 250 seconds]
JohnBat26 has joined #jruby
phrinx_ has quit [Remote host closed the connection]
anaeem1_ has joined #jruby
erick has quit [Remote host closed the connection]
erick has joined #jruby
anaeem1_ has quit [Read error: Connection reset by peer]
anaeem1_ has joined #jruby
yfeldblum has joined #jruby
erick has quit [Remote host closed the connection]
yfeldblum has quit [Ping timeout: 252 seconds]
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
elia has joined #jruby
mitchellhenke has quit [Quit: Computer has gone to sleep.]
donV has quit [Quit: donV]
Usuario_ has joined #jruby
Usuario_ is now known as frobs
yfeldblum has joined #jruby
yfeldblum has quit [Ping timeout: 245 seconds]
x1337807x has joined #jruby
anaeem___ has joined #jruby
mister_solo has joined #jruby
anaeem1_ has quit [Ping timeout: 244 seconds]
mister_solo has quit [Ping timeout: 240 seconds]
donV has joined #jruby
zorak8 has joined #jruby
skade has joined #jruby
yfeldblum has joined #jruby
yfeldblum has quit [Ping timeout: 258 seconds]
skade has quit [Remote host closed the connection]
skade has joined #jruby
skade has quit [Remote host closed the connection]
skade has joined #jruby
skade has quit [Client Quit]
skade has joined #jruby
skade has quit [Remote host closed the connection]
marr has joined #jruby
skade has joined #jruby
zorak8 has quit [Ping timeout: 264 seconds]
yfeldblum has joined #jruby
yfeldblum has quit [Ping timeout: 244 seconds]
ryez has quit [Ping timeout: 246 seconds]
skade has quit [Remote host closed the connection]
mister_solo has joined #jruby
vtunka has joined #jruby
skade has joined #jruby
noop has joined #jruby
JRubyGithub has joined #jruby
<JRubyGithub> [jruby] mkristian pushed 1 new commit to jruby-1_7: http://git.io/3uXkFg
<JRubyGithub> jruby/jruby-1_7 b13ef5c Christian Meier: [build] rerun rmvn install -Pall
JRubyGithub has left #jruby [#jruby]
erick has joined #jruby
erick has quit [Ping timeout: 240 seconds]
travis-ci has joined #jruby
travis-ci has left #jruby [#jruby]
<travis-ci> jruby/jruby (jruby-1_7:b13ef5c by Christian Meier): The build is still failing. (http://travis-ci.org/jruby/jruby/builds/44919593)
skade has quit [Remote host closed the connection]
skade has joined #jruby
anaeem___ has quit [Quit: Leaving...]
noop has quit [Ping timeout: 240 seconds]
anaeem1_ has joined #jruby
skade has quit [Remote host closed the connection]
skade has joined #jruby
skade has quit [Remote host closed the connection]
skade has joined #jruby
skade has quit [Remote host closed the connection]
skade has joined #jruby
skade has quit [Remote host closed the connection]
mister_solo has quit [Ping timeout: 252 seconds]
yfeldblum has joined #jruby
yfeldblum has quit [Ping timeout: 250 seconds]
Hobogrammer has quit [Ping timeout: 264 seconds]
skade has joined #jruby
skade has quit [Remote host closed the connection]
skade has joined #jruby
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
mister_solo has joined #jruby
kotk has joined #jruby
skade has quit [Remote host closed the connection]
kotk_ has quit [Ping timeout: 265 seconds]
yfeldblum has joined #jruby
skade has joined #jruby
yfeldblum has quit [Ping timeout: 265 seconds]
elia has quit [Quit: Computer has gone to sleep.]
mister_s_ has joined #jruby
mister_solo has quit [Ping timeout: 272 seconds]
mister_solo has joined #jruby
mister_s_ has quit [Ping timeout: 244 seconds]
mister_s_ has joined #jruby
mister_solo has quit [Ping timeout: 258 seconds]
mister_s_ has quit [*.net *.split]
kotk has quit [*.net *.split]
frobs has quit [*.net *.split]
lanceball has quit [*.net *.split]
kith_ has quit [*.net *.split]
cajone has quit [*.net *.split]
vtunka has quit [*.net *.split]
kfpratt has quit [*.net *.split]
balo has quit [*.net *.split]
mpapis has quit [*.net *.split]
ivan\ has quit [*.net *.split]
yarker has quit [*.net *.split]
towski has quit [*.net *.split]
e_dub has quit [*.net *.split]
dabradley has quit [*.net *.split]
eregon has quit [*.net *.split]
jamo_ has quit [*.net *.split]
englishm has quit [*.net *.split]
kylo has quit [*.net *.split]
joevandyk has quit [*.net *.split]
dyer|away has quit [*.net *.split]
logs has quit [*.net *.split]
JohnBat26 has quit [*.net *.split]
robbyoconnor has quit [*.net *.split]
dfas has quit [*.net *.split]
marr has quit [*.net *.split]
brixen has quit [*.net *.split]
dvorak has quit [*.net *.split]
amdprophet has quit [*.net *.split]
het has quit [*.net *.split]
multibot_ has quit [*.net *.split]
cremes has quit [*.net *.split]
vpereira_ has quit [*.net *.split]
Sinjo_ has quit [*.net *.split]
brycek has quit [*.net *.split]
Xzyx987X has quit [*.net *.split]
mjelen has quit [*.net *.split]
jeremyevans has quit [*.net *.split]
bbrowning_away has quit [*.net *.split]
projectodd-ci has quit [*.net *.split]
klap has quit [*.net *.split]
headius has quit [*.net *.split]
skade has quit [*.net *.split]
anaeem1_ has quit [*.net *.split]
kwando_ has quit [*.net *.split]
joast has quit [*.net *.split]
tcrawley-away has quit [*.net *.split]
cpuguy83 has quit [*.net *.split]
londo_ has quit [*.net *.split]
graphex_ has quit [*.net *.split]
johnmuhl has quit [*.net *.split]
guilleiguaran has quit [*.net *.split]
SynrG has quit [*.net *.split]
zph has quit [*.net *.split]
donV has quit [*.net *.split]
yosafbridge has quit [*.net *.split]
drbobbeaty has quit [*.net *.split]
justinmcp_ has quit [*.net *.split]
mjc_ has quit [*.net *.split]
jc00ke has quit [*.net *.split]
electrical has quit [*.net *.split]
chrisseaton has quit [*.net *.split]
dcolebatch has quit [*.net *.split]
mistergibson_ has quit [*.net *.split]
blinsay has quit [*.net *.split]
qmx has quit [*.net *.split]
Guest85414______ has quit [*.net *.split]
asuka has quit [*.net *.split]
beawesomeinstead has quit [*.net *.split]
gazarsgo has quit [*.net *.split]
bryancp has quit [*.net *.split]
n1ftyn8 has quit [*.net *.split]
bruceadams has quit [*.net *.split]
Scorchin has quit [*.net *.split]
lupine has quit [*.net *.split]
halorgium has quit [*.net *.split]
eonwe has quit [*.net *.split]
Freaky has quit [*.net *.split]
mtfk_ has quit [*.net *.split]
teamon_ has quit [*.net *.split]
byteit101__ has quit [*.net *.split]
Antiarc has quit [*.net *.split]
jimbaker has quit [*.net *.split]
dcheung has quit [*.net *.split]
neoice has quit [*.net *.split]
errstr has quit [*.net *.split]
koichiro_zzz0 has quit [*.net *.split]
Haifeng has quit [*.net *.split]
Liothen has quit [*.net *.split]
Jamo has quit [*.net *.split]
_ko10 has quit [*.net *.split]
tarcieri has quit [*.net *.split]
AlHafoudh has quit [*.net *.split]
locks has quit [*.net *.split]
atambo has quit [*.net *.split]
tbuehlmann has quit [*.net *.split]
rhinon has quit [*.net *.split]
jarib has quit [*.net *.split]
sluukkonen has quit [*.net *.split]
LTe_ has quit [*.net *.split]
jgdavey has quit [*.net *.split]
Scient has quit [*.net *.split]
haze has quit [*.net *.split]
quadz has quit [*.net *.split]
rtyler has quit [*.net *.split]
tarcieri has joined #jruby
sluukkonen has joined #jruby
jarib has joined #jruby
teamon_ has joined #jruby
eonwe has joined #jruby
Jamo has joined #jruby
bbrowning_away has joined #jruby
rhinon has joined #jruby
headius has joined #jruby
klap has joined #jruby
_ko10 has joined #jruby
lupine has joined #jruby
atambo has joined #jruby
bruceadams has joined #jruby
bryancp has joined #jruby
Freaky has joined #jruby
locks has joined #jruby
n1ftyn8 has joined #jruby
londo_ has joined #jruby
projectodd-ci has joined #jruby
Scorchin has joined #jruby
tbuehlmann has joined #jruby
halorgium has joined #jruby
Liothen has joined #jruby
mtfk_ has joined #jruby
gazarsgo has joined #jruby
Haifeng has joined #jruby
beawesomeinstead has joined #jruby
jeremyevans has joined #jruby
asuka has joined #jruby
mjelen has joined #jruby
jgdavey has joined #jruby
LTe_ has joined #jruby
Scient has joined #jruby
haze has joined #jruby
quadz has joined #jruby
rtyler has joined #jruby
Xzyx987X has joined #jruby
Guest85414______ has joined #jruby
brycek has joined #jruby
Sinjo_ has joined #jruby
cpuguy83 has joined #jruby
qmx has joined #jruby
blinsay has joined #jruby
tcrawley-away has joined #jruby
vpereira_ has joined #jruby
mistergibson_ has joined #jruby
dcolebatch has joined #jruby
chrisseaton has joined #jruby
electrical has joined #jruby
jc00ke has joined #jruby
mjc_ has joined #jruby
koichiro_zzz0 has joined #jruby
AlHafoudh has joined #jruby
zph has joined #jruby
errstr has joined #jruby
dvorak has joined #jruby
jimbaker has joined #jruby
justinmcp_ has joined #jruby
guilleiguaran has joined #jruby
brixen has joined #jruby
dcheung has joined #jruby
joast has joined #jruby
cremes has joined #jruby
johnmuhl has joined #jruby
het has joined #jruby
yosafbridge has joined #jruby
neoice has joined #jruby
multibot_ has joined #jruby
drbobbeaty has joined #jruby
SynrG has joined #jruby
kwando_ has joined #jruby
Antiarc has joined #jruby
amdprophet has joined #jruby
byteit101__ has joined #jruby
graphex_ has joined #jruby
donV has joined #jruby
marr has joined #jruby
anaeem1_ has joined #jruby
skade has joined #jruby
kith_ has joined #jruby
mister_s_ has joined #jruby
cajone has joined #jruby
kotk has joined #jruby
frobs has joined #jruby
lanceball has joined #jruby
capitalist has joined #jruby
kfpratt has joined #jruby
joevandyk has joined #jruby
englishm has joined #jruby
dyer|away has joined #jruby
e_dub has joined #jruby
skade has quit [Write error: Broken pipe]
subbu has joined #jruby
dfas has joined #jruby
JohnBat26 has joined #jruby
ivan\_ has joined #jruby
robbyoconnor has joined #jruby
byteit101__ has quit [Ping timeout: 245 seconds]
subbu is now known as Guest93945
JRubyGithub has joined #jruby
<JRubyGithub> [jruby] chrisseaton pushed 1 new commit to master: http://git.io/CrbDXg
<JRubyGithub> jruby/master 4b3b272 Chris Seaton: [Truffle] Tag failing String#reverse spec.
JRubyGithub has left #jruby [#jruby]
JRubyGithub has joined #jruby
<JRubyGithub> [jruby] chrisseaton pushed 1 new commit to truffle-head: http://git.io/IHLo1w
<JRubyGithub> jruby/truffle-head 03a8a55 Chris Seaton: Merge branch 'master' into truffle-head
JRubyGithub has left #jruby [#jruby]
maleghast has joined #jruby
maleghast has quit [Client Quit]
maleghast has joined #jruby
yfeldblum has joined #jruby
elia has joined #jruby
travis-ci has joined #jruby
<travis-ci> jruby/jruby (master:4b3b272 by Chris Seaton): The build is still failing. (http://travis-ci.org/jruby/jruby/builds/44930302)
travis-ci has left #jruby [#jruby]
Guest93945 is now known as subbu
yfeldblum has quit [Ping timeout: 252 seconds]
skade has joined #jruby
skade has quit [Remote host closed the connection]
skade has joined #jruby
Neomex has joined #jruby
anaeem1_ has quit [Remote host closed the connection]
skade has quit [Remote host closed the connection]
capitalist has quit [Quit: Sleep quit]
mister_s_ has quit [Ping timeout: 244 seconds]
<projectodd-ci> Project jruby-master-spec-ji build #226: STILL FAILING in 14 min: https://projectodd.ci.cloudbees.com/job/jruby-master-spec-ji/226/
iamjarvo has joined #jruby
skade has joined #jruby
<projectodd-ci> Project jruby-master-test-jruby build #239: STILL FAILING in 15 min: https://projectodd.ci.cloudbees.com/job/jruby-master-test-jruby/239/
donV has quit [Read error: No route to host]
donV has joined #jruby
skade has quit [Remote host closed the connection]
skade has joined #jruby
elia has quit [Quit: Computer has gone to sleep.]
<projectodd-ci> Project jruby-master-test-slow_suites build #224: STILL FAILING in 16 min: https://projectodd.ci.cloudbees.com/job/jruby-master-test-slow_suites/224/
<projectodd-ci> Project jruby-master-spec-compiler build #225: STILL FAILING in 16 min: https://projectodd.ci.cloudbees.com/job/jruby-master-spec-compiler/225/
skade has quit [Remote host closed the connection]
nirvdrum has joined #jruby
multibot_ has quit [Read error: Connection reset by peer]
multibot_ has joined #jruby
skade has joined #jruby
yfeldblum has joined #jruby
bbrowning_away is now known as bbrowning
cprice__ has joined #jruby
capitalist has joined #jruby
elia has joined #jruby
yfeldblum has quit [Ping timeout: 245 seconds]
yfeldblum has joined #jruby
anaeem1_ has joined #jruby
elia has quit [Client Quit]
skade has quit [Remote host closed the connection]
yfeldblum has quit [Ping timeout: 255 seconds]
skade has joined #jruby
skade has quit [Remote host closed the connection]
skade has joined #jruby
elia has joined #jruby
triple_b has joined #jruby
cprice__ has quit [Quit: Konversation terminated!]
cprice__ has joined #jruby
capitalist has quit [Quit: Sleep quit]
elia has quit [Quit: Computer has gone to sleep.]
nateberkopec has joined #jruby
tcrawley-away is now known as tcrawley
donV has quit [Ping timeout: 245 seconds]
cprice__ has quit [Ping timeout: 252 seconds]
donV has joined #jruby
lanceball has quit [Changing host]
lanceball has joined #jruby
yfeldblum has joined #jruby
skade has quit [Remote host closed the connection]
donV has quit [Quit: donV]
iamjarvo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
yfeldblum has quit [Ping timeout: 252 seconds]
skade has joined #jruby
elia has joined #jruby
mitchellhenke has joined #jruby
skade has quit [Quit: Computer has gone to sleep.]
mrmargolis has joined #jruby
claudiuinberlin has joined #jruby
mister_solo has joined #jruby
capitalist has joined #jruby
enebo has joined #jruby
iamjarvo has joined #jruby
rcvalle has joined #jruby
JRubyGithub has joined #jruby
<JRubyGithub> [jruby] enebo closed pull request #2288: security model compilation fix (master...platform_security) http://git.io/eAS77g
JRubyGithub has left #jruby [#jruby]
elia has quit [Ping timeout: 256 seconds]
JRubyGithub has joined #jruby
<JRubyGithub> [jruby] chrisseaton pushed 1 new commit to master: http://git.io/HdikXQ
<JRubyGithub> jruby/master 42231a1 Chris Seaton: [Truffle] -Xtruffle.translator.print_full_asts option.
JRubyGithub has left #jruby [#jruby]
JRubyGithub has joined #jruby
<JRubyGithub> [jruby] enebo closed pull request #2229: Comparable#== raises SystemStackError when calling classes don't impleme... (master...fix_comparables_that_dont_define_op_cmp_3) http://git.io/YKf-fg
JRubyGithub has left #jruby [#jruby]
travis-ci has joined #jruby
<travis-ci> jruby/jruby (master:eafc830 by Thomas E Enebo): The build is still failing. (http://travis-ci.org/jruby/jruby/builds/44945622)
travis-ci has left #jruby [#jruby]
JRubyGithub has joined #jruby
<JRubyGithub> [jruby] enebo opened issue #2346: Cannot run rubygems on windows http://git.io/MbWBwg
JRubyGithub has left #jruby [#jruby]
cprice__ has joined #jruby
JRubyGithub has joined #jruby
<JRubyGithub> [jruby] enebo closed issue #2300: Remove 1.8 evalScope from 9k http://git.io/TZgSBg
JRubyGithub has left #jruby [#jruby]
cprice__ has quit [Ping timeout: 264 seconds]
mberg has joined #jruby
tenderlove has joined #jruby
skade has joined #jruby
cprice__ has joined #jruby
<chrisseaton> You guys know about 'java.lang.Object cannot be cast to java.lang.invoke.SwitchPoint', right?
cprice__ has quit [Ping timeout: 252 seconds]
cprice__ has joined #jruby
travis-ci has joined #jruby
<travis-ci> jruby/jruby (master:42231a1 by Chris Seaton): The build is still failing. (http://travis-ci.org/jruby/jruby/builds/44945990)
travis-ci has left #jruby [#jruby]
<enebo> chrisseaton: I thnk that was headius afternoon commit and I did not notice it yet, but I can see it now...
<projectodd-ci> Project jruby-master-spec-ji build #227: STILL FAILING in 15 min: https://projectodd.ci.cloudbees.com/job/jruby-master-spec-ji/227/
drbobbeaty_ has joined #jruby
drbobbeaty has quit [Ping timeout: 272 seconds]
<projectodd-ci> Project jruby-master-test-jruby build #240: STILL FAILING in 15 min: https://projectodd.ci.cloudbees.com/job/jruby-master-test-jruby/240/
<projectodd-ci> Project jruby-master-test-slow_suites build #225: STILL FAILING in 16 min: https://projectodd.ci.cloudbees.com/job/jruby-master-test-slow_suites/225/
yfeldblum has joined #jruby
drbobbeaty has joined #jruby
drbobbeaty_ has quit [Read error: Connection reset by peer]
<projectodd-ci> Project jruby-master-spec-compiler build #226: STILL FAILING in 15 min: https://projectodd.ci.cloudbees.com/job/jruby-master-spec-compiler/226/
yfeldblum has quit [Ping timeout: 252 seconds]
robbyoconnor has quit [Excess Flood]
robbyoconnor has joined #jruby
e_dub has quit [Quit: e_dub]
kotk_ has joined #jruby
kotk has quit [Ping timeout: 244 seconds]
elia has joined #jruby
camlow325 has joined #jruby
havenwood has joined #jruby
maleghast has quit [Read error: Connection reset by peer]
kotk has joined #jruby
kotk_ has quit [Ping timeout: 258 seconds]
calavera has joined #jruby
cprice has joined #jruby
kotk_ has joined #jruby
cprice__ has quit [Ping timeout: 252 seconds]
kotk has quit [Ping timeout: 252 seconds]
cprice has quit [Ping timeout: 245 seconds]
mister_solo has quit [Ping timeout: 250 seconds]
mitchellhenke has quit [Quit: Computer has gone to sleep.]
mitchellhenke has joined #jruby
yfeldblum has joined #jruby
mitchellhenke has quit [Client Quit]
yfeldblum has quit [Ping timeout: 256 seconds]
triple_b has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Felystirra has joined #jruby
cprice has joined #jruby
anaeem1_ has quit [Remote host closed the connection]
yarker has joined #jruby
anaeem1 has joined #jruby
iamjarvo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
anaeem1 has quit [Remote host closed the connection]
nateberkopec has quit [Quit: Leaving...]
JohnBat26 has quit [Ping timeout: 252 seconds]
noop has joined #jruby
johnmuhl has quit [Quit: Connection closed for inactivity]
pietr0 has joined #jruby
elia has quit [Quit: Computer has gone to sleep.]
mitchellhenke has joined #jruby
anaeem1 has joined #jruby
yfeldblum has joined #jruby
anaeem1 has quit [Read error: Connection reset by peer]
anaeem1_ has joined #jruby
yfeldblum has quit [Ping timeout: 255 seconds]
tcrawley is now known as tcrawley-away
noop has quit [Ping timeout: 252 seconds]
capitalist has quit [Quit: Sleep quit]
iamjarvo has joined #jruby
iamjarvo has quit [Client Quit]
cprice has quit [Ping timeout: 258 seconds]
frobs has quit [Quit: Leaving]
zorak8 has joined #jruby
<rtyler> finch: how goes
<finch> rtyler: currently barking up a variety of trees, haven't spend a great deal of JRuby-ing but I feel a bit better about things. Still gotta sort out the yardoc situation, but effort
* rtyler arfs
tcrawley-away is now known as tcrawley
skade has quit [Read error: Connection reset by peer]
skade has joined #jruby
triple_b has joined #jruby
mister_solo has joined #jruby
Hobogrammer has joined #jruby
AlHafoudh has quit [Read error: Connection reset by peer]
yfeldblum has joined #jruby
iamjarvo has joined #jruby
iamjarvo has quit [Max SendQ exceeded]
nateberkopec has joined #jruby
iamjarvo has joined #jruby
JRubyGithub has joined #jruby
<JRubyGithub> [jruby] enebo pushed 6 new commits to master: http://git.io/KRZq2A
<JRubyGithub> jruby/master 16da700 Thomas E. Enebo: Empty Arrays [] are not very uncommon. Use same instance
<JRubyGithub> jruby/master 595b8bb Thomas E. Enebo: Less sure on this but no reason alloc'ing an empty string over and over
<JRubyGithub> jruby/master a60c1db Thomas E. Enebo: final field final. clone less
JRubyGithub has left #jruby [#jruby]
<enebo> rtyler: did it from @jruby
<rtyler> I saw, thank you
yfeldblum has quit [Ping timeout: 244 seconds]
capitalist has joined #jruby
travis-ci has joined #jruby
<travis-ci> jruby/jruby (master:96034ed by Thomas E. Enebo): The build is still failing. (http://travis-ci.org/jruby/jruby/builds/44966260)
travis-ci has left #jruby [#jruby]
subbu is now known as subbu|afk
subbu|afk is now known as subbu|nap
triple_b has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
JohnBat26 has joined #jruby
travis-ci has joined #jruby
<travis-ci> jruby/jruby (master:96034ed by Thomas E. Enebo): The build is still failing. (http://travis-ci.org/jruby/jruby/builds/44966260)
travis-ci has left #jruby [#jruby]
<headius> chrisseaton: yeah, when did you see that this time?
<headius> it means something expected a Java 7 invalidator but got a JAva 6 invalidator
<headius> which is usually just an object identity
<chrisseaton> headius: the SwitchPoint thing? The last 10 or so Travis builds failed with it on everything
<projectodd-ci> Yippie, build fixed!
<projectodd-ci> Project jruby-master-spec-compiler build #227: FIXED in 17 min: https://projectodd.ci.cloudbees.com/job/jruby-master-spec-compiler/227/
JRubyGithub has joined #jruby
<JRubyGithub> [jruby] enebo pushed 1 new commit to master: http://git.io/Szu2eg
<JRubyGithub> jruby/master 83ce6f5 Thomas E. Enebo: Remove test covering removed behavior of loading test.jar.rb
JRubyGithub has left #jruby [#jruby]
<enebo> headius: I reverted your last two commits
<headius> enebo: oh hell, I know why
<enebo> headius: and I even used the magic message for you
<headius> I only implemented Java 7 version
<headius> that would be ok if I didn't also use the old indy logic from 1.7 that can't work without full indy turned on
<enebo> I think after this last commit we should be back to green again
<headius> and I had -Dcompile.invokedynamic=true in env :-\
<enebo> we had a lingering test for test.jar.rb getting loaded on test.jar wo a test.jar
<headius> comedy of errors
<enebo> heh…it happens
<headius> yeah I knew there had to be one somewhere but I was going to let travis pick it up
<headius> and then I got pulled away
<enebo> “Save the Humans” — Ola
capitalist has quit [Quit: Sleep quit]
Felystirra has quit [Ping timeout: 244 seconds]
<rtyler> "Kill all humans" - Bender
mrmargolis has quit []
<headius> hah nice
<rtyler> either of you chaps not too busy and have some cycles to review a blog post draft?
yfeldblum has joined #jruby
capitalist has joined #jruby
yfeldblum has quit [Ping timeout: 244 seconds]
zorak8 has quit [Ping timeout: 255 seconds]
tcrawley is now known as tcrawley-away
triple_b has joined #jruby
<headius> rtyler: I'll have a look
<headius> require 'somefile missing quote
<headius> `org.jruby:jruby:pom. artifact missing end backquote
<headius> formats differently in that list
<headius> MethodNotException - I don't know that one :-)
<headius> X509Store section could say something about improving thread contention rather than synchronization
<headius> great post :-)
pietr0 has quit [Quit: pietr0]
<enebo> rtyler: meta-comment: I find the spread out lines with big whitespace weird
<enebo> “JRuby gives some (unnecessary) preference for the” <- this line on my browser looks like some words have about 10+ spaces between them
<enebo> Perhaps it is just some firefox rendering thing
<enebo> I think it exists because next line has a long snippet
<rtyler> o_O
<rtyler> I may have done goofed
<headius> enebo: backquoted snippit probably just wrapped?
<headius> I keep my browser full width always so I don't see that
<headius> yeah that's it
<headius> it's just the wrapping
<headius> I made it narrower and they justify weird
<enebo> so not a big deal in any case
<enebo> It could really only be corrected by putting that snippet into a code block and breaking out of paragraph
<rtyler> I hate css
<projectodd-ci> Yippie, build fixed!
<projectodd-ci> Project jruby-master-spec-ji build #228: FIXED in 22 min: https://projectodd.ci.cloudbees.com/job/jruby-master-spec-ji/228/
travis-ci has joined #jruby
<travis-ci> jruby/jruby (master:83ce6f5 by Thomas E. Enebo): The build was fixed. (http://travis-ci.org/jruby/jruby/builds/44968240)
travis-ci has left #jruby [#jruby]
<enebo> yay
<headius> I'll try to break it as soon as possible
<enebo> I better land this comit then first
JRubyGithub has joined #jruby
<JRubyGithub> [jruby] enebo pushed 1 new commit to master: http://git.io/YsLmcw
<JRubyGithub> jruby/master 58e239b Thomas E. Enebo: Update to lighter weight dirgra
JRubyGithub has left #jruby [#jruby]
<headius> yay
<headius> enebo: how's it looking so far?
<projectodd-ci> Yippie, build fixed!
<projectodd-ci> Project jruby-master-test-slow_suites build #226: FIXED in 20 min: https://projectodd.ci.cloudbees.com/job/jruby-master-test-slow_suites/226/
<enebo> headius: memory?
<headius> yeah
<enebo> That removed about maybe 17M from rails C
<enebo> I have removed another 10-12M from immutability fixes
<headius> nice
<enebo> well perhaps more
<enebo> I think we were like 185M originally and now I am like 140M
iamjarvo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<enebo> This still has not touched your datastrcture flushing fixes
<enebo> I am trying to get down as much as I can before I start evicting that data since some of it will be useful for subsequent passes
<enebo> BB uses nearly 30% of all ArrayLists and primitive version (oh I told you this already)
<headius> I'm not surprised
mister_solo has quit [Ping timeout: 264 seconds]
<projectodd-ci> Yippie, build fixed!
<projectodd-ci> Project jruby-master-test-jruby build #241: FIXED in 34 min: https://projectodd.ci.cloudbees.com/job/jruby-master-test-jruby/241/
JRubyGithub has joined #jruby
<JRubyGithub> [jruby] headius pushed 3 new commits to master: http://git.io/CzU_4w
<JRubyGithub> jruby/master 7eac59d Charles Oliver Nutter: Revert "HEADIUS"...
<JRubyGithub> jruby/master 0fb8adf Charles Oliver Nutter: Revert "Revert to re-green master"...
<JRubyGithub> jruby/master f8904b5 Charles Oliver Nutter: Add JVM6 support for direct literal fixnum/float calls.
JRubyGithub has left #jruby [#jruby]
capitalist has left #jruby ["Bye"]
iamjarvo has joined #jruby
skade has quit [Quit: Textual IRC Client: www.textualapp.com]
<enebo> headius: why does CallInstr.create need a cast? I am so confused :)
<headius> it doesn't... specialize does
<headius> it returns CallBase
<headius> I didn't investigate whether it could just return CallInstr, but I suppose I'm counting on that :-)
<enebo> headius: thank god
<enebo> headius: I was going crazy
<enebo> headius: In my mind you did it in create() but you did it at the sites
<headius> yeah that line is a little long
<headius> those lines
<enebo> headius: So I would like to not proliferate the visit across all potential call signatures. Do you mind if I work towards making this a switch in call visit
<enebo> headius: because if we do then we have to change n files every time we support a new call typ
<headius> well, the visitor is set up to have a method per instruction and operand
<headius> which changes do you mean?
<enebo> I mean not addingh public void OneFixnumArgNoBlockCallInstr(OneFixnumArgNoBlockCallInstr oneFixnumArgNoBlockCallInstr) { error(oneFixnumArgNoBlockCallInstr); }
<enebo> visitCallInstr can switch in JVM visitors on generic calls and ask call for info about arity
<enebo> So the invidiual method needs to do more work but if you don’t do work it is just a call and will work
<headius> yeah I appreciate that
<enebo> ok
<enebo> I have been wondering how far we can take this specialization too
<enebo> Since lots of stuff like attr ops could potentially do this
<enebo> Or I mean probably should
yfeldblum has joined #jruby
yfeldblum has quit [Ping timeout: 244 seconds]
calavera has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
calavera has joined #jruby
bbrowning has quit [Quit: Leaving]
DomKM has joined #jruby
yfeldblum has joined #jruby
triple_b has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
cpuguy83 has quit [Quit: ZNC - http://znc.in]
cpuguy83 has joined #jruby
enebo has quit [Quit: enebo]
cprice has joined #jruby
capitalist has joined #jruby
donV has joined #jruby
<donV> Hi all!
claudiuinberlin1 has joined #jruby
<claudiuinberlin1> hello
claudiuinberlin1 has quit [Client Quit]
claudiuinberlin1 has joined #jruby
claudiuinberlin has quit [Ping timeout: 255 seconds]
Felystirra has joined #jruby
claudiuinberlin1 has quit [Quit: Leaving.]
iamjarvo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
lucasallan has joined #jruby
tcrawley-away is now known as tcrawley
tcrawley is now known as tcrawley-away
calavera_ has joined #jruby
calavera has quit [Ping timeout: 256 seconds]
JohnBat26 has quit [Quit: KVIrc 4.3.1 Aria http://www.kvirc.net/]
iamjarvo has joined #jruby
capitalf_ has joined #jruby
mitchellhenke has quit [Quit: Computer has gone to sleep.]
<capitalf_> On Ubuntun Trusty 64, I've run apt-get update && apt-get upgrade, curl -sSL https://get.rvm.io | bash -s stable, when I run 'rvm install jruby' maven fails on an error I don't understand from maven
<capitalf_> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project jruby-core: Compilation failure -> [Help 1]
<capitalf_> rvm is attempting to install jruby-1.7.17
lucasallan has quit [Remote host closed the connection]
lucasallan has joined #jruby
capitalf_ has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
capitalfellow has joined #jruby
JRubyGithub has joined #jruby
<JRubyGithub> [jruby] lucasallan pushed 1 new commit to master: http://git.io/P2lqLg
<JRubyGithub> jruby/master ea17c90 Lucas Allan Amorim: [Truffle] - String#chomp removes only the last character if string ends with \n\r
JRubyGithub has left #jruby [#jruby]
zorak8 has joined #jruby
triple_b has joined #jruby
subbu|nap is now known as subbu
travis-ci has joined #jruby
<travis-ci> jruby/jruby (master:ea17c90 by Lucas Allan Amorim): The build has errored. (http://travis-ci.org/jruby/jruby/builds/44987607)
travis-ci has left #jruby [#jruby]
lucasallan has quit [Remote host closed the connection]
lucasallan has joined #jruby
Hobogrammer has quit [Read error: Connection reset by peer]
Hobogrammer has joined #jruby
Hobogrammer has quit [Read error: Connection reset by peer]
triple_b has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Hobogrammer has joined #jruby
capitalist has quit [Ping timeout: 245 seconds]
subbu has quit [Quit: Ex-Chat]
lucasallan has quit [Remote host closed the connection]
mitchellhenke has joined #jruby
enebo has joined #jruby
johnmuhl has joined #jruby
enebo has quit [Quit: enebo]
tenderlove has quit [Quit: Leaving...]
nateberkopec has quit [Quit: Leaving...]
capitalfellow has quit [Quit: Textual IRC Client: www.textualapp.com]