00:00
<
nirvdrum >
Kavinder: Eh? In Ruby, the method is just all?
00:00
<
nirvdrum >
[2, 4, 6].all? { |x| x % 2 == 0 }
00:01
<
lopex >
% [2, 4, 6].all? { |x| x % 2 == 0 }
00:01
yfeldblum has quit [Ping timeout: 265 seconds]
00:01
<
nirvdrum >
Ahh, right, the bot.
00:01
<
lopex >
% JRUBY_VERSION
00:01
<
lopex >
that;s the only issue
00:02
<
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 :-/
00:03
<
lopex >
now since it's taken by OlegYch, I have no longer power over it
00:03
<
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
00:03
<
nirvdrum >
Kavinder: Ruby doesn't use camel-cased method names. Can you point me at what you're talking about?
00:05
<
Kavinder >
nirvdrum: for example in codebase I'm working in I see a permissions authorization method with: it["permissions"].containsAll(permissions)
00:05
<
nirvdrum >
Kavinder: Either that object isn't an Array or something your code is extending Array to add the method.
00:05
<
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
00:06
<
nirvdrum >
My guess is you actually have a java.util.List.
00:07
<
Kavinder >
ok, thanks for the help...I'll look into it some more
00:07
<
nirvdrum >
Are you coding directly against RubyArray? That's an implementation class. Not all of the methods on that are exposed via Ruby.
00:07
<
nirvdrum >
But if you're doing that or working with java.util.List, you're doing Java interop and it's only cosmetically ruby.
00:08
<
nirvdrum >
I'd print out it.class.name and see what you get.
00:08
<
Kavinder >
ok, will do...I think it's just an Array
00:08
<
lopex >
just look for the containsAll thingy
00:09
<
nirvdrum >
% [].respond_to?(:containsAll)
00:10
lucasallan has quit []
00:10
JRubyGithub has joined #jruby
00:10
<
JRubyGithub >
jruby/master 226c52d Lucas Allan Amorim: [Truffle] - Makes sure to always keep the string encoding after call: chomp, upcase, downcase, capitalize....
00:10
JRubyGithub has left #jruby [#jruby]
00:10
<
lopex >
containsAll is in java.util.Collection
00:10
calavera has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
00:10
<
lopex >
and jruby;s Array is only a List
00:10
<
lopex >
might that be right ?
00:10
pietr0 has quit [Quit: pietr0]
00:11
<
nirvdrum >
If you're using a ruby array, you'd never have the method unless you define it.
00:11
<
nirvdrum >
This looks like java interop to me.
00:11
<
lopex >
nirvdrum: at some point they might be using Collection
00:12
<
lopex >
nirvdrum: but jruby's Array works find with java's List methods
00:13
<
nirvdrum >
Sure, but that's still java interop.
00:13
<
nirvdrum >
And I can't guess what the type is.
00:14
<
Kavinder >
nirvdrum: yeah it's of the Array class, I'm going to have to dig deeper into this
00:20
calavera has joined #jruby
00:26
patrick has joined #jruby
00:26
patrick is now known as Guest24991
00:28
<
rtyler >
there's so many people coughing on this flight
00:28
<
rtyler >
whoops, wrong window :-!
00:29
byteit101__ has quit [Ping timeout: 250 seconds]
00:31
capitalist has quit [Quit: Sleep quit]
00:36
Guest24991 is now known as byteit101
00:36
byteit101 is now known as byteit101__
00:42
JRubyGithub has joined #jruby
00:42
<
JRubyGithub >
jruby/master 830d58a Lucas Allan Amorim: [Truffle] - String#reverse and String#reverse! should preserve the string encoding.
00:42
JRubyGithub has left #jruby [#jruby]
00:44
erick has joined #jruby
00:49
erick has quit [Read error: Connection reset by peer]
00:50
erick has joined #jruby
00:50
yfeldblum has joined #jruby
00:51
capitalist has joined #jruby
00:55
capitalist has quit [Client Quit]
00:55
yfeldblum has quit [Ping timeout: 258 seconds]
00:57
travis-ci has joined #jruby
00:57
travis-ci has left #jruby [#jruby]
00:58
camlow32_ has joined #jruby
01:00
capitalist has joined #jruby
01:00
JRubyGithub has joined #jruby
01:00
<
JRubyGithub >
jruby/master 6640570 Chris Seaton: [Truffle] Some lambda specs passing.
01:00
JRubyGithub has left #jruby [#jruby]
01:01
camlow325 has quit [Ping timeout: 252 seconds]
01:02
camlow32_ has quit [Ping timeout: 240 seconds]
01:05
travis-ci has joined #jruby
01:05
travis-ci has left #jruby [#jruby]
01:10
mitchellhenke has joined #jruby
01:13
capitalist has quit [Quit: Sleep quit]
01:15
erick has quit [Remote host closed the connection]
01:18
capitalist has joined #jruby
01:23
havenwood has joined #jruby
01:24
marr has quit [Ping timeout: 245 seconds]
01:37
x1337807x has joined #jruby
01:41
Kavinder has left #jruby [#jruby]
01:42
travis-ci has joined #jruby
01:42
travis-ci has left #jruby [#jruby]
01:44
erick has joined #jruby
01:44
yfeldblum has joined #jruby
01:47
travis-ci has joined #jruby
01:47
travis-ci has left #jruby [#jruby]
01:49
yfeldblum has quit [Ping timeout: 255 seconds]
01:50
travis-ci has joined #jruby
01:50
travis-ci has left #jruby [#jruby]
02:03
calavera has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
02:11
mister_solo has joined #jruby
02:12
elux has joined #jruby
02:13
capitalist has quit [Quit: Sleep quit]
02:13
capitalist has joined #jruby
02:14
travis-ci has joined #jruby
02:14
travis-ci has left #jruby [#jruby]
02:14
elux has quit [Client Quit]
02:15
capitalist has quit [Client Quit]
02:16
mister_solo has quit [Ping timeout: 252 seconds]
02:17
elux has joined #jruby
02:19
elux has quit [Client Quit]
02:21
ravster has quit [Remote host closed the connection]
02:26
tenderlove has quit [Quit: Leaving...]
02:30
zorak8 has joined #jruby
02:32
e_dub has joined #jruby
02:37
havenwood has quit [Remote host closed the connection]
02:38
yfeldblum has joined #jruby
02:40
cprice has joined #jruby
02:40
travis-ci has joined #jruby
02:40
travis-ci has left #jruby [#jruby]
02:43
cprice_ has joined #jruby
02:43
yfeldblum has quit [Ping timeout: 258 seconds]
02:44
cprice has quit [Read error: Connection reset by peer]
02:49
phrinx has joined #jruby
02:51
cprice_ has quit [Ping timeout: 245 seconds]
03:00
subbu has joined #jruby
03:01
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
03:05
travis-ci has joined #jruby
03:05
travis-ci has left #jruby [#jruby]
03:06
cprice_ has joined #jruby
03:07
Neomex has quit [Ping timeout: 256 seconds]
03:13
cprice__ has joined #jruby
03:13
mister_solo has joined #jruby
03:13
cprice_ has quit [Ping timeout: 240 seconds]
03:17
mister_solo has quit [Ping timeout: 240 seconds]
03:23
cprice__ has quit [Ping timeout: 255 seconds]
03:24
nirvdrum has quit [Ping timeout: 256 seconds]
03:25
erick has quit [Remote host closed the connection]
03:30
travis-ci has joined #jruby
03:30
travis-ci has left #jruby [#jruby]
03:31
erick has joined #jruby
03:33
yfeldblum has joined #jruby
03:37
yfeldblum has quit [Ping timeout: 272 seconds]
03:38
fivebats has joined #jruby
03:41
erick has quit [Remote host closed the connection]
03:42
erick has joined #jruby
03:45
mitchellhenke has quit [Quit: Computer has gone to sleep.]
03:49
erick has quit [Remote host closed the connection]
03:52
erick has joined #jruby
03:56
travis-ci has joined #jruby
03:56
travis-ci has left #jruby [#jruby]
03:59
phrinx_ has joined #jruby
04:02
zorak8 has quit [Ping timeout: 244 seconds]
04:03
phrinx has quit [Ping timeout: 244 seconds]
04:06
erick has quit [Ping timeout: 250 seconds]
04:09
nateberkopec has quit [Quit: Leaving...]
04:27
yfeldblum has joined #jruby
04:28
travis-ci has joined #jruby
04:28
travis-ci has left #jruby [#jruby]
04:31
yfeldblum has quit [Ping timeout: 240 seconds]
04:34
travis-ci has joined #jruby
04:34
travis-ci has left #jruby [#jruby]
04:36
mitchellhenke has joined #jruby
04:36
travis-ci has joined #jruby
04:36
travis-ci has left #jruby [#jruby]
04:36
kotk_ has joined #jruby
04:38
kotk has quit [Ping timeout: 252 seconds]
04:43
travis-ci has joined #jruby
04:43
travis-ci has left #jruby [#jruby]
04:58
camlow325 has joined #jruby
05:00
anaeem1 has joined #jruby
05:01
anaeem1 has quit [Remote host closed the connection]
05:03
erick has joined #jruby
05:03
camlow325 has quit [Remote host closed the connection]
05:04
camlow325 has joined #jruby
05:06
calavera has joined #jruby
05:07
erick has quit [Ping timeout: 258 seconds]
05:07
subbu has quit [Ping timeout: 272 seconds]
05:08
camlow325 has quit [Ping timeout: 245 seconds]
05:10
travis-ci has joined #jruby
05:10
travis-ci has left #jruby [#jruby]
05:15
mister_solo has joined #jruby
05:19
mister_solo has quit [Ping timeout: 240 seconds]
05:21
yfeldblum has joined #jruby
05:22
camlow325 has joined #jruby
05:25
yfeldblum has quit [Ping timeout: 250 seconds]
05:30
erick has joined #jruby
05:35
travis-ci has joined #jruby
05:35
travis-ci has left #jruby [#jruby]
05:42
erick has quit [Ping timeout: 258 seconds]
05:45
x1337807x has joined #jruby
05:55
calavera has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
05:55
camlow325 has quit [Remote host closed the connection]
06:02
erick has joined #jruby
06:07
graphex_ has joined #jruby
06:07
graphex has quit [Ping timeout: 265 seconds]
06:15
yfeldblum has joined #jruby
06:16
mister_solo has joined #jruby
06:18
fivebats has quit [Quit: quit]
06:20
yfeldblum has quit [Ping timeout: 250 seconds]
06:20
mister_solo has quit [Ping timeout: 250 seconds]
06:24
JohnBat26 has joined #jruby
06:26
phrinx_ has quit [Remote host closed the connection]
06:26
anaeem1_ has joined #jruby
06:33
erick has quit [Remote host closed the connection]
06:44
erick has joined #jruby
06:46
anaeem1_ has quit [Read error: Connection reset by peer]
06:46
anaeem1_ has joined #jruby
07:09
yfeldblum has joined #jruby
07:11
erick has quit [Remote host closed the connection]
07:14
yfeldblum has quit [Ping timeout: 252 seconds]
07:35
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
07:38
elia has joined #jruby
07:49
mitchellhenke has quit [Quit: Computer has gone to sleep.]
07:52
donV has quit [Quit: donV]
08:00
Usuario_ has joined #jruby
08:00
Usuario_ is now known as frobs
08:03
yfeldblum has joined #jruby
08:08
yfeldblum has quit [Ping timeout: 245 seconds]
08:09
x1337807x has joined #jruby
08:18
anaeem___ has joined #jruby
08:18
mister_solo has joined #jruby
08:21
anaeem1_ has quit [Ping timeout: 244 seconds]
08:24
mister_solo has quit [Ping timeout: 240 seconds]
08:24
donV has joined #jruby
08:27
zorak8 has joined #jruby
08:41
skade has joined #jruby
08:57
yfeldblum has joined #jruby
09:02
yfeldblum has quit [Ping timeout: 258 seconds]
09:03
skade has quit [Remote host closed the connection]
09:18
skade has joined #jruby
09:19
skade has quit [Remote host closed the connection]
09:22
skade has joined #jruby
09:24
skade has quit [Client Quit]
09:24
skade has joined #jruby
09:31
skade has quit [Remote host closed the connection]
09:31
marr has joined #jruby
09:37
skade has joined #jruby
09:37
zorak8 has quit [Ping timeout: 264 seconds]
09:52
yfeldblum has joined #jruby
09:56
yfeldblum has quit [Ping timeout: 244 seconds]
10:03
ryez has quit [Ping timeout: 246 seconds]
10:04
skade has quit [Remote host closed the connection]
10:06
mister_solo has joined #jruby
10:07
vtunka has joined #jruby
10:08
skade has joined #jruby
10:09
noop has joined #jruby
10:11
JRubyGithub has joined #jruby
10:11
<
JRubyGithub >
jruby/jruby-1_7 b13ef5c Christian Meier: [build] rerun rmvn install -Pall
10:11
JRubyGithub has left #jruby [#jruby]
10:12
erick has joined #jruby
10:16
erick has quit [Ping timeout: 240 seconds]
10:20
travis-ci has joined #jruby
10:20
travis-ci has left #jruby [#jruby]
10:25
skade has quit [Remote host closed the connection]
10:28
skade has joined #jruby
10:30
anaeem___ has quit [Quit: Leaving...]
10:30
noop has quit [Ping timeout: 240 seconds]
10:31
anaeem1_ has joined #jruby
10:33
skade has quit [Remote host closed the connection]
10:35
skade has joined #jruby
10:36
skade has quit [Remote host closed the connection]
10:40
skade has joined #jruby
10:41
skade has quit [Remote host closed the connection]
10:43
skade has joined #jruby
10:44
skade has quit [Remote host closed the connection]
10:44
mister_solo has quit [Ping timeout: 252 seconds]
10:46
yfeldblum has joined #jruby
10:50
yfeldblum has quit [Ping timeout: 250 seconds]
11:00
Hobogrammer has quit [Ping timeout: 264 seconds]
11:04
skade has joined #jruby
11:05
skade has quit [Remote host closed the connection]
11:12
skade has joined #jruby
11:20
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
11:34
mister_solo has joined #jruby
11:37
kotk has joined #jruby
11:38
skade has quit [Remote host closed the connection]
11:39
kotk_ has quit [Ping timeout: 265 seconds]
11:40
yfeldblum has joined #jruby
11:41
skade has joined #jruby
11:45
yfeldblum has quit [Ping timeout: 265 seconds]
11:47
elia has quit [Quit: Computer has gone to sleep.]
11:51
mister_s_ has joined #jruby
11:51
mister_solo has quit [Ping timeout: 272 seconds]
11:56
mister_solo has joined #jruby
11:58
mister_s_ has quit [Ping timeout: 244 seconds]
11:59
mister_s_ has joined #jruby
12:02
mister_solo has quit [Ping timeout: 258 seconds]
12:23
mister_s_ has quit [*.net *.split]
12:23
kotk has quit [*.net *.split]
12:23
frobs has quit [*.net *.split]
12:23
lanceball has quit [*.net *.split]
12:23
kith_ has quit [*.net *.split]
12:23
cajone has quit [*.net *.split]
12:23
vtunka has quit [*.net *.split]
12:23
kfpratt has quit [*.net *.split]
12:23
balo has quit [*.net *.split]
12:23
mpapis has quit [*.net *.split]
12:23
ivan\ has quit [*.net *.split]
12:23
yarker has quit [*.net *.split]
12:23
towski has quit [*.net *.split]
12:23
e_dub has quit [*.net *.split]
12:23
dabradley has quit [*.net *.split]
12:23
eregon has quit [*.net *.split]
12:23
jamo_ has quit [*.net *.split]
12:24
englishm has quit [*.net *.split]
12:24
kylo has quit [*.net *.split]
12:24
joevandyk has quit [*.net *.split]
12:24
dyer|away has quit [*.net *.split]
12:24
logs has quit [*.net *.split]
12:24
JohnBat26 has quit [*.net *.split]
12:24
robbyoconnor has quit [*.net *.split]
12:24
dfas has quit [*.net *.split]
12:24
marr has quit [*.net *.split]
12:24
brixen has quit [*.net *.split]
12:24
dvorak has quit [*.net *.split]
12:24
amdprophet has quit [*.net *.split]
12:24
het has quit [*.net *.split]
12:24
multibot_ has quit [*.net *.split]
12:24
cremes has quit [*.net *.split]
12:24
vpereira_ has quit [*.net *.split]
12:24
Sinjo_ has quit [*.net *.split]
12:24
brycek has quit [*.net *.split]
12:24
Xzyx987X has quit [*.net *.split]
12:24
mjelen has quit [*.net *.split]
12:24
jeremyevans has quit [*.net *.split]
12:24
bbrowning_away has quit [*.net *.split]
12:24
projectodd-ci has quit [*.net *.split]
12:24
klap has quit [*.net *.split]
12:24
headius has quit [*.net *.split]
12:24
skade has quit [*.net *.split]
12:24
anaeem1_ has quit [*.net *.split]
12:24
kwando_ has quit [*.net *.split]
12:24
joast has quit [*.net *.split]
12:24
tcrawley-away has quit [*.net *.split]
12:24
cpuguy83 has quit [*.net *.split]
12:24
londo_ has quit [*.net *.split]
12:24
graphex_ has quit [*.net *.split]
12:24
johnmuhl has quit [*.net *.split]
12:24
guilleiguaran has quit [*.net *.split]
12:24
SynrG has quit [*.net *.split]
12:24
zph has quit [*.net *.split]
12:24
donV has quit [*.net *.split]
12:24
yosafbridge has quit [*.net *.split]
12:24
drbobbeaty has quit [*.net *.split]
12:24
justinmcp_ has quit [*.net *.split]
12:24
mjc_ has quit [*.net *.split]
12:24
jc00ke has quit [*.net *.split]
12:24
electrical has quit [*.net *.split]
12:24
chrisseaton has quit [*.net *.split]
12:24
dcolebatch has quit [*.net *.split]
12:24
mistergibson_ has quit [*.net *.split]
12:24
blinsay has quit [*.net *.split]
12:24
qmx has quit [*.net *.split]
12:24
Guest85414______ has quit [*.net *.split]
12:24
asuka has quit [*.net *.split]
12:24
beawesomeinstead has quit [*.net *.split]
12:24
gazarsgo has quit [*.net *.split]
12:24
bryancp has quit [*.net *.split]
12:24
n1ftyn8 has quit [*.net *.split]
12:24
bruceadams has quit [*.net *.split]
12:24
Scorchin has quit [*.net *.split]
12:24
lupine has quit [*.net *.split]
12:24
halorgium has quit [*.net *.split]
12:24
eonwe has quit [*.net *.split]
12:24
Freaky has quit [*.net *.split]
12:24
mtfk_ has quit [*.net *.split]
12:24
teamon_ has quit [*.net *.split]
12:24
byteit101__ has quit [*.net *.split]
12:24
Antiarc has quit [*.net *.split]
12:24
jimbaker has quit [*.net *.split]
12:24
dcheung has quit [*.net *.split]
12:24
neoice has quit [*.net *.split]
12:24
errstr has quit [*.net *.split]
12:24
koichiro_zzz0 has quit [*.net *.split]
12:24
Haifeng has quit [*.net *.split]
12:24
Liothen has quit [*.net *.split]
12:24
Jamo has quit [*.net *.split]
12:24
_ko10 has quit [*.net *.split]
12:24
tarcieri has quit [*.net *.split]
12:24
AlHafoudh has quit [*.net *.split]
12:24
locks has quit [*.net *.split]
12:24
atambo has quit [*.net *.split]
12:24
tbuehlmann has quit [*.net *.split]
12:24
rhinon has quit [*.net *.split]
12:24
jarib has quit [*.net *.split]
12:24
sluukkonen has quit [*.net *.split]
12:24
LTe_ has quit [*.net *.split]
12:24
jgdavey has quit [*.net *.split]
12:24
Scient has quit [*.net *.split]
12:24
haze has quit [*.net *.split]
12:24
quadz has quit [*.net *.split]
12:24
rtyler has quit [*.net *.split]
12:26
tarcieri has joined #jruby
12:26
sluukkonen has joined #jruby
12:26
jarib has joined #jruby
12:26
teamon_ has joined #jruby
12:26
eonwe has joined #jruby
12:26
Jamo has joined #jruby
12:26
bbrowning_away has joined #jruby
12:26
rhinon has joined #jruby
12:26
headius has joined #jruby
12:26
klap has joined #jruby
12:26
_ko10 has joined #jruby
12:26
lupine has joined #jruby
12:26
atambo has joined #jruby
12:26
bruceadams has joined #jruby
12:26
bryancp has joined #jruby
12:26
Freaky has joined #jruby
12:26
locks has joined #jruby
12:26
n1ftyn8 has joined #jruby
12:26
londo_ has joined #jruby
12:26
projectodd-ci has joined #jruby
12:26
Scorchin has joined #jruby
12:26
tbuehlmann has joined #jruby
12:26
halorgium has joined #jruby
12:26
Liothen has joined #jruby
12:26
mtfk_ has joined #jruby
12:26
gazarsgo has joined #jruby
12:26
Haifeng has joined #jruby
12:26
beawesomeinstead has joined #jruby
12:26
jeremyevans has joined #jruby
12:26
asuka has joined #jruby
12:26
mjelen has joined #jruby
12:26
jgdavey has joined #jruby
12:26
LTe_ has joined #jruby
12:26
Scient has joined #jruby
12:26
haze has joined #jruby
12:26
quadz has joined #jruby
12:26
rtyler has joined #jruby
12:26
Xzyx987X has joined #jruby
12:26
Guest85414______ has joined #jruby
12:26
brycek has joined #jruby
12:26
Sinjo_ has joined #jruby
12:26
cpuguy83 has joined #jruby
12:26
qmx has joined #jruby
12:26
blinsay has joined #jruby
12:26
tcrawley-away has joined #jruby
12:26
vpereira_ has joined #jruby
12:26
mistergibson_ has joined #jruby
12:26
dcolebatch has joined #jruby
12:26
chrisseaton has joined #jruby
12:26
electrical has joined #jruby
12:26
jc00ke has joined #jruby
12:26
mjc_ has joined #jruby
12:26
koichiro_zzz0 has joined #jruby
12:26
AlHafoudh has joined #jruby
12:26
zph has joined #jruby
12:26
errstr has joined #jruby
12:26
dvorak has joined #jruby
12:26
jimbaker has joined #jruby
12:26
justinmcp_ has joined #jruby
12:26
guilleiguaran has joined #jruby
12:26
brixen has joined #jruby
12:26
dcheung has joined #jruby
12:26
joast has joined #jruby
12:26
cremes has joined #jruby
12:26
johnmuhl has joined #jruby
12:26
het has joined #jruby
12:26
yosafbridge has joined #jruby
12:26
neoice has joined #jruby
12:26
multibot_ has joined #jruby
12:26
drbobbeaty has joined #jruby
12:26
SynrG has joined #jruby
12:26
kwando_ has joined #jruby
12:26
Antiarc has joined #jruby
12:26
amdprophet has joined #jruby
12:26
byteit101__ has joined #jruby
12:26
graphex_ has joined #jruby
12:26
donV has joined #jruby
12:26
marr has joined #jruby
12:26
anaeem1_ has joined #jruby
12:26
skade has joined #jruby
12:26
kith_ has joined #jruby
12:26
mister_s_ has joined #jruby
12:26
cajone has joined #jruby
12:26
kotk has joined #jruby
12:26
frobs has joined #jruby
12:26
lanceball has joined #jruby
12:26
capitalist has joined #jruby
12:26
kfpratt has joined #jruby
12:26
joevandyk has joined #jruby
12:26
englishm has joined #jruby
12:26
dyer|away has joined #jruby
12:26
e_dub has joined #jruby
12:26
skade has quit [Write error: Broken pipe]
12:28
subbu has joined #jruby
12:28
dfas has joined #jruby
12:28
JohnBat26 has joined #jruby
12:28
ivan\_ has joined #jruby
12:28
robbyoconnor has joined #jruby
12:29
byteit101__ has quit [Ping timeout: 245 seconds]
12:29
subbu is now known as Guest93945
12:31
JRubyGithub has joined #jruby
12:31
<
JRubyGithub >
jruby/master 4b3b272 Chris Seaton: [Truffle] Tag failing String#reverse spec.
12:31
JRubyGithub has left #jruby [#jruby]
12:31
JRubyGithub has joined #jruby
12:31
<
JRubyGithub >
jruby/truffle-head 03a8a55 Chris Seaton: Merge branch 'master' into truffle-head
12:31
JRubyGithub has left #jruby [#jruby]
12:33
maleghast has joined #jruby
12:33
maleghast has quit [Client Quit]
12:34
maleghast has joined #jruby
12:34
yfeldblum has joined #jruby
12:35
elia has joined #jruby
12:35
travis-ci has joined #jruby
12:35
travis-ci has left #jruby [#jruby]
12:37
Guest93945 is now known as subbu
12:39
yfeldblum has quit [Ping timeout: 252 seconds]
12:42
skade has joined #jruby
12:45
skade has quit [Remote host closed the connection]
12:49
skade has joined #jruby
12:50
Neomex has joined #jruby
12:52
anaeem1_ has quit [Remote host closed the connection]
12:55
skade has quit [Remote host closed the connection]
13:01
capitalist has quit [Quit: Sleep quit]
13:03
mister_s_ has quit [Ping timeout: 244 seconds]
13:06
iamjarvo has joined #jruby
13:10
skade has joined #jruby
13:12
donV has quit [Read error: No route to host]
13:12
donV has joined #jruby
13:13
skade has quit [Remote host closed the connection]
13:13
skade has joined #jruby
13:15
elia has quit [Quit: Computer has gone to sleep.]
13:19
skade has quit [Remote host closed the connection]
13:19
nirvdrum has joined #jruby
13:23
multibot_ has quit [Read error: Connection reset by peer]
13:23
multibot_ has joined #jruby
13:26
skade has joined #jruby
13:28
yfeldblum has joined #jruby
13:31
bbrowning_away is now known as bbrowning
13:31
cprice__ has joined #jruby
13:32
capitalist has joined #jruby
13:33
elia has joined #jruby
13:33
yfeldblum has quit [Ping timeout: 245 seconds]
13:34
yfeldblum has joined #jruby
13:35
anaeem1_ has joined #jruby
13:35
elia has quit [Client Quit]
13:37
skade has quit [Remote host closed the connection]
13:38
yfeldblum has quit [Ping timeout: 255 seconds]
13:39
skade has joined #jruby
13:41
skade has quit [Remote host closed the connection]
13:45
skade has joined #jruby
13:45
elia has joined #jruby
13:53
triple_b has joined #jruby
14:03
cprice__ has quit [Quit: Konversation terminated!]
14:03
cprice__ has joined #jruby
14:05
capitalist has quit [Quit: Sleep quit]
14:07
elia has quit [Quit: Computer has gone to sleep.]
14:07
nateberkopec has joined #jruby
14:15
tcrawley-away is now known as tcrawley
14:21
donV has quit [Ping timeout: 245 seconds]
14:21
cprice__ has quit [Ping timeout: 252 seconds]
14:21
donV has joined #jruby
14:25
lanceball has quit [Changing host]
14:25
lanceball has joined #jruby
14:28
yfeldblum has joined #jruby
14:28
skade has quit [Remote host closed the connection]
14:30
donV has quit [Quit: donV]
14:32
iamjarvo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
14:32
yfeldblum has quit [Ping timeout: 252 seconds]
14:37
skade has joined #jruby
14:54
elia has joined #jruby
14:55
mitchellhenke has joined #jruby
14:55
skade has quit [Quit: Computer has gone to sleep.]
15:00
mrmargolis has joined #jruby
15:07
claudiuinberlin has joined #jruby
15:09
mister_solo has joined #jruby
15:11
capitalist has joined #jruby
15:18
enebo has joined #jruby
15:23
iamjarvo has joined #jruby
15:28
rcvalle has joined #jruby
15:29
JRubyGithub has joined #jruby
15:29
<
JRubyGithub >
[jruby] enebo closed pull request #2288: security model compilation fix (master...platform_security)
http://git.io/eAS77g
15:29
JRubyGithub has left #jruby [#jruby]
15:31
elia has quit [Ping timeout: 256 seconds]
15:32
JRubyGithub has joined #jruby
15:32
<
JRubyGithub >
jruby/master 42231a1 Chris Seaton: [Truffle] -Xtruffle.translator.print_full_asts option.
15:32
JRubyGithub has left #jruby [#jruby]
15:33
JRubyGithub has joined #jruby
15:33
<
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
15:33
JRubyGithub has left #jruby [#jruby]
15:34
travis-ci has joined #jruby
15:34
travis-ci has left #jruby [#jruby]
15:35
JRubyGithub has joined #jruby
15:35
JRubyGithub has left #jruby [#jruby]
15:37
cprice__ has joined #jruby
15:39
JRubyGithub has joined #jruby
15:39
JRubyGithub has left #jruby [#jruby]
15:44
cprice__ has quit [Ping timeout: 264 seconds]
15:45
mberg has joined #jruby
15:47
tenderlove has joined #jruby
15:47
skade has joined #jruby
15:48
cprice__ has joined #jruby
15:49
<
chrisseaton >
You guys know about 'java.lang.Object cannot be cast to java.lang.invoke.SwitchPoint', right?
15:53
cprice__ has quit [Ping timeout: 252 seconds]
15:57
cprice__ has joined #jruby
16:00
travis-ci has joined #jruby
16:00
travis-ci has left #jruby [#jruby]
16:04
<
enebo >
chrisseaton: I thnk that was headius afternoon commit and I did not notice it yet, but I can see it now...
16:07
drbobbeaty_ has joined #jruby
16:07
drbobbeaty has quit [Ping timeout: 272 seconds]
16:16
yfeldblum has joined #jruby
16:16
drbobbeaty has joined #jruby
16:17
drbobbeaty_ has quit [Read error: Connection reset by peer]
16:21
yfeldblum has quit [Ping timeout: 252 seconds]
16:21
robbyoconnor has quit [Excess Flood]
16:21
robbyoconnor has joined #jruby
16:23
e_dub has quit [Quit: e_dub]
16:24
kotk_ has joined #jruby
16:25
kotk has quit [Ping timeout: 244 seconds]
16:26
elia has joined #jruby
16:26
camlow325 has joined #jruby
16:31
havenwood has joined #jruby
16:39
maleghast has quit [Read error: Connection reset by peer]
16:43
kotk has joined #jruby
16:46
kotk_ has quit [Ping timeout: 258 seconds]
16:51
calavera has joined #jruby
16:53
cprice has joined #jruby
16:53
kotk_ has joined #jruby
16:54
cprice__ has quit [Ping timeout: 252 seconds]
16:55
kotk has quit [Ping timeout: 252 seconds]
16:59
cprice has quit [Ping timeout: 245 seconds]
17:07
mister_solo has quit [Ping timeout: 250 seconds]
17:07
mitchellhenke has quit [Quit: Computer has gone to sleep.]
17:08
mitchellhenke has joined #jruby
17:10
yfeldblum has joined #jruby
17:12
mitchellhenke has quit [Client Quit]
17:15
yfeldblum has quit [Ping timeout: 256 seconds]
17:21
triple_b has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
17:21
Felystirra has joined #jruby
17:23
cprice has joined #jruby
17:30
anaeem1_ has quit [Remote host closed the connection]
17:30
yarker has joined #jruby
17:34
anaeem1 has joined #jruby
17:37
iamjarvo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
17:38
anaeem1 has quit [Remote host closed the connection]
17:38
nateberkopec has quit [Quit: Leaving...]
17:42
JohnBat26 has quit [Ping timeout: 252 seconds]
17:46
noop has joined #jruby
17:50
johnmuhl has quit [Quit: Connection closed for inactivity]
17:51
pietr0 has joined #jruby
17:53
elia has quit [Quit: Computer has gone to sleep.]
17:54
mitchellhenke has joined #jruby
18:01
anaeem1 has joined #jruby
18:04
yfeldblum has joined #jruby
18:05
anaeem1 has quit [Read error: Connection reset by peer]
18:05
anaeem1_ has joined #jruby
18:09
yfeldblum has quit [Ping timeout: 255 seconds]
18:15
tcrawley is now known as tcrawley-away
18:20
noop has quit [Ping timeout: 252 seconds]
18:25
capitalist has quit [Quit: Sleep quit]
18:25
iamjarvo has joined #jruby
18:25
iamjarvo has quit [Client Quit]
18:30
cprice has quit [Ping timeout: 258 seconds]
18:32
frobs has quit [Quit: Leaving]
18:34
zorak8 has joined #jruby
18:38
<
rtyler >
finch: how goes
18:42
<
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
18:44
tcrawley-away is now known as tcrawley
18:44
skade has quit [Read error: Connection reset by peer]
18:44
skade has joined #jruby
18:48
triple_b has joined #jruby
18:50
mister_solo has joined #jruby
18:50
Hobogrammer has joined #jruby
18:53
AlHafoudh has quit [Read error: Connection reset by peer]
18:58
yfeldblum has joined #jruby
18:59
iamjarvo has joined #jruby
18:59
iamjarvo has quit [Max SendQ exceeded]
19:00
nateberkopec has joined #jruby
19:00
iamjarvo has joined #jruby
19:01
JRubyGithub has joined #jruby
19:01
<
JRubyGithub >
jruby/master 16da700 Thomas E. Enebo: Empty Arrays [] are not very uncommon. Use same instance
19:01
<
JRubyGithub >
jruby/master 595b8bb Thomas E. Enebo: Less sure on this but no reason alloc'ing an empty string over and over
19:01
<
JRubyGithub >
jruby/master a60c1db Thomas E. Enebo: final field final. clone less
19:01
JRubyGithub has left #jruby [#jruby]
19:02
<
enebo >
rtyler: did it from @jruby
19:03
<
rtyler >
I saw, thank you
19:03
yfeldblum has quit [Ping timeout: 244 seconds]
19:06
capitalist has joined #jruby
19:08
travis-ci has joined #jruby
19:08
travis-ci has left #jruby [#jruby]
19:10
subbu is now known as subbu|afk
19:10
subbu|afk is now known as subbu|nap
19:11
triple_b has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
19:15
JohnBat26 has joined #jruby
19:16
travis-ci has joined #jruby
19:16
travis-ci has left #jruby [#jruby]
19:17
<
headius >
chrisseaton: yeah, when did you see that this time?
19:18
<
headius >
it means something expected a Java 7 invalidator but got a JAva 6 invalidator
19:18
<
headius >
which is usually just an object identity
19:19
<
chrisseaton >
headius: the SwitchPoint thing? The last 10 or so Travis builds failed with it on everything
19:19
<
projectodd-ci >
Yippie, build fixed!
19:19
JRubyGithub has joined #jruby
19:19
<
JRubyGithub >
jruby/master 83ce6f5 Thomas E. Enebo: Remove test covering removed behavior of loading test.jar.rb
19:19
JRubyGithub has left #jruby [#jruby]
19:19
<
enebo >
headius: I reverted your last two commits
19:19
<
headius >
enebo: oh hell, I know why
19:19
<
enebo >
headius: and I even used the magic message for you
19:19
<
headius >
I only implemented Java 7 version
19:20
<
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
19:20
<
enebo >
I think after this last commit we should be back to green again
19:20
<
headius >
and I had -Dcompile.invokedynamic=true in env :-\
19:20
<
enebo >
we had a lingering test for test.jar.rb getting loaded on test.jar wo a test.jar
19:20
<
headius >
comedy of errors
19:21
<
enebo >
heh…it happens
19:21
<
headius >
yeah I knew there had to be one somewhere but I was going to let travis pick it up
19:21
<
headius >
and then I got pulled away
19:21
<
enebo >
“Save the Humans” — Ola
19:28
capitalist has quit [Quit: Sleep quit]
19:35
Felystirra has quit [Ping timeout: 244 seconds]
19:38
<
rtyler >
"Kill all humans" - Bender
19:42
mrmargolis has quit []
19:50
<
rtyler >
either of you chaps not too busy and have some cycles to review a blog post draft?
19:53
yfeldblum has joined #jruby
19:53
capitalist has joined #jruby
19:57
yfeldblum has quit [Ping timeout: 244 seconds]
19:58
zorak8 has quit [Ping timeout: 255 seconds]
19:58
tcrawley is now known as tcrawley-away
20:01
triple_b has joined #jruby
20:02
<
headius >
rtyler: I'll have a look
20:03
<
headius >
require 'somefile missing quote
20:03
<
headius >
`org.jruby:jruby:pom. artifact missing end backquote
20:03
<
headius >
formats differently in that list
20:04
<
headius >
MethodNotException - I don't know that one :-)
20:05
<
headius >
X509Store section could say something about improving thread contention rather than synchronization
20:06
<
headius >
great post :-)
20:06
pietr0 has quit [Quit: pietr0]
20:06
<
enebo >
rtyler: meta-comment: I find the spread out lines with big whitespace weird
20:07
<
enebo >
“JRuby gives some (unnecessary) preference for the” <- this line on my browser looks like some words have about 10+ spaces between them
20:07
<
enebo >
Perhaps it is just some firefox rendering thing
20:07
<
enebo >
I think it exists because next line has a long snippet
20:08
<
rtyler >
I may have done goofed
20:09
<
headius >
enebo: backquoted snippit probably just wrapped?
20:09
<
headius >
I keep my browser full width always so I don't see that
20:09
<
headius >
yeah that's it
20:09
<
headius >
it's just the wrapping
20:09
<
headius >
I made it narrower and they justify weird
20:10
<
enebo >
so not a big deal in any case
20:10
<
enebo >
It could really only be corrected by putting that snippet into a code block and breaking out of paragraph
20:11
<
rtyler >
I hate css
20:12
<
projectodd-ci >
Yippie, build fixed!
20:13
travis-ci has joined #jruby
20:13
travis-ci has left #jruby [#jruby]
20:15
<
headius >
I'll try to break it as soon as possible
20:15
<
enebo >
I better land this comit then first
20:16
JRubyGithub has joined #jruby
20:16
<
JRubyGithub >
jruby/master 58e239b Thomas E. Enebo: Update to lighter weight dirgra
20:16
JRubyGithub has left #jruby [#jruby]
20:20
<
headius >
enebo: how's it looking so far?
20:20
<
projectodd-ci >
Yippie, build fixed!
20:21
<
enebo >
headius: memory?
20:21
<
enebo >
That removed about maybe 17M from rails C
20:21
<
enebo >
I have removed another 10-12M from immutability fixes
20:21
<
enebo >
well perhaps more
20:21
<
enebo >
I think we were like 185M originally and now I am like 140M
20:21
iamjarvo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
20:22
<
enebo >
This still has not touched your datastrcture flushing fixes
20:22
<
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
20:23
<
enebo >
BB uses nearly 30% of all ArrayLists and primitive version (oh I told you this already)
20:24
<
headius >
I'm not surprised
20:25
mister_solo has quit [Ping timeout: 264 seconds]
20:30
<
projectodd-ci >
Yippie, build fixed!
20:33
JRubyGithub has joined #jruby
20:33
<
JRubyGithub >
jruby/master 7eac59d Charles Oliver Nutter: Revert "HEADIUS"...
20:33
<
JRubyGithub >
jruby/master 0fb8adf Charles Oliver Nutter: Revert "Revert to re-green master"...
20:33
<
JRubyGithub >
jruby/master f8904b5 Charles Oliver Nutter: Add JVM6 support for direct literal fixnum/float calls.
20:33
JRubyGithub has left #jruby [#jruby]
20:33
capitalist has left #jruby ["Bye"]
20:33
iamjarvo has joined #jruby
20:41
<
enebo >
headius: why does CallInstr.create need a cast? I am so confused :)
20:41
<
headius >
it doesn't... specialize does
20:41
<
headius >
it returns CallBase
20:42
<
headius >
I didn't investigate whether it could just return CallInstr, but I suppose I'm counting on that :-)
20:42
<
enebo >
headius: thank god
20:42
<
enebo >
headius: I was going crazy
20:42
<
enebo >
headius: In my mind you did it in create() but you did it at the sites
20:43
<
headius >
yeah that line is a little long
20:43
<
headius >
those lines
20:43
<
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
20:44
<
enebo >
headius: because if we do then we have to change n files every time we support a new call typ
20:44
<
headius >
well, the visitor is set up to have a method per instruction and operand
20:44
<
headius >
which changes do you mean?
20:44
<
enebo >
I mean not addingh public void OneFixnumArgNoBlockCallInstr(OneFixnumArgNoBlockCallInstr oneFixnumArgNoBlockCallInstr) { error(oneFixnumArgNoBlockCallInstr); }
20:45
<
enebo >
visitCallInstr can switch in JVM visitors on generic calls and ask call for info about arity
20:45
<
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
20:45
<
headius >
yeah I appreciate that
20:46
<
enebo >
I have been wondering how far we can take this specialization too
20:46
<
enebo >
Since lots of stuff like attr ops could potentially do this
20:46
<
enebo >
Or I mean probably should
20:47
yfeldblum has joined #jruby
20:51
yfeldblum has quit [Ping timeout: 244 seconds]
20:56
calavera has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
20:58
calavera has joined #jruby
20:58
bbrowning has quit [Quit: Leaving]
21:01
DomKM has joined #jruby
21:02
yfeldblum has joined #jruby
21:07
triple_b has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
21:09
cpuguy83 has joined #jruby
21:11
enebo has quit [Quit: enebo]
21:11
cprice has joined #jruby
21:23
capitalist has joined #jruby
21:33
donV has joined #jruby
21:35
claudiuinberlin1 has joined #jruby
21:36
<
claudiuinberlin1 >
hello
21:37
claudiuinberlin1 has quit [Client Quit]
21:37
claudiuinberlin1 has joined #jruby
21:37
claudiuinberlin has quit [Ping timeout: 255 seconds]
21:39
Felystirra has joined #jruby
21:48
claudiuinberlin1 has quit [Quit: Leaving.]
22:03
iamjarvo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
22:11
lucasallan has joined #jruby
22:15
tcrawley-away is now known as tcrawley
22:16
tcrawley is now known as tcrawley-away
22:20
calavera_ has joined #jruby
22:24
calavera has quit [Ping timeout: 256 seconds]
22:29
iamjarvo has joined #jruby
22:29
capitalf_ has joined #jruby
22:30
mitchellhenke has quit [Quit: Computer has gone to sleep.]
22:30
<
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
22:30
<
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]
22:31
<
capitalf_ >
rvm is attempting to install jruby-1.7.17
22:43
lucasallan has quit [Remote host closed the connection]
22:43
lucasallan has joined #jruby
22:47
capitalf_ has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
22:47
capitalfellow has joined #jruby
22:52
JRubyGithub has joined #jruby
22:52
<
JRubyGithub >
jruby/master ea17c90 Lucas Allan Amorim: [Truffle] - String#chomp removes only the last character if string ends with \n\r
22:52
JRubyGithub has left #jruby [#jruby]
22:58
zorak8 has joined #jruby
23:02
triple_b has joined #jruby
23:03
subbu|nap is now known as subbu
23:07
travis-ci has joined #jruby
23:07
travis-ci has left #jruby [#jruby]
23:11
lucasallan has quit [Remote host closed the connection]
23:12
lucasallan has joined #jruby
23:16
Hobogrammer has quit [Read error: Connection reset by peer]
23:16
Hobogrammer has joined #jruby
23:20
Hobogrammer has quit [Read error: Connection reset by peer]
23:21
triple_b has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
23:21
Hobogrammer has joined #jruby
23:21
capitalist has quit [Ping timeout: 245 seconds]
23:25
subbu has quit [Quit: Ex-Chat]
23:37
lucasallan has quit [Remote host closed the connection]
23:39
mitchellhenke has joined #jruby
23:40
enebo has joined #jruby
23:42
johnmuhl has joined #jruby
23:46
enebo has quit [Quit: enebo]
23:50
tenderlove has quit [Quit: Leaving...]
23:57
nateberkopec has quit [Quit: Leaving...]