00:03
calavera has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
00:03
calavera has joined #jruby
00:04
Neomex_ has quit [Read error: Connection reset by peer]
00:07
benlovell has joined #jruby
00:11
benlovell has quit [Ping timeout: 250 seconds]
00:25
<
Antiarc >
String.intern() is showing up as a hotspot in requiring code; it's apparently pretty slow compared to running your own string pool. Is there a reason that it was chosen rather than using an implementation-specific string pool?
00:26
<
Antiarc >
In RubyLexer.identifier specifically
00:28
<
lopex >
Antiarc: maybe the profile is skewed somehow ?
00:28
<
Antiarc >
lopex: It's possible, though I've run a number of them at this point and it keep popping up
00:29
<
lopex >
Antiarc: afaik interned strings can be collected, and custom pool would require explicit weakrefs
00:29
<
lopex >
which in turn fires separate thread
00:29
<
Antiarc >
And reading in various places around the interwebs suggests that String.intern() is rather slow
00:29
<
Antiarc >
Well, this is specifically a pool of identifiers from parsed sources
00:29
<
Antiarc >
Which should be kilobytes at the upper end
00:30
<
lopex >
well, then...
00:30
<
Antiarc >
I'm not sure that you'd really even need to let them be GCable
00:30
<
lopex >
ask enebo then :)
00:30
<
Antiarc >
I may poke at replacing intern usage with a custom string pool just to see what it does to the profiles :)
00:30
<
lopex >
also it's always a cold code right ?
00:31
calavera has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
00:31
<
lopex >
is intern an intrinsic ?
00:31
<
lopex >
oh I guess it must be native even
00:32
<
Antiarc >
What I'm reading says native
00:32
<
Antiarc >
what do you mean by cold code?
00:32
<
lopex >
the code that has poor chance of warming up
00:32
<
Antiarc >
Yeah, I'd expect so. This is specifically geared at improving bootup speed
00:33
<
lopex >
profiling cold code is tricky
00:33
<
Antiarc >
I'm running with --dev which should be turning off jit, right?
00:33
<
lopex >
and some other options
00:34
<
lopex >
it's documented somewhere on jruby wiki
00:34
<
lopex >
specifically --dev turns off jruby jit
00:35
<
lopex >
might also use client compiler, and change some thresholds
00:35
<
Antiarc >
Okay, will give it a shot.
00:35
<
lopex >
but turning jvm jit totally would be pretty slow again
00:35
<
lopex >
(turning off)
00:36
<
Antiarc >
useful for getting raw numbers, but practically speaking nobody will run with jit off, so I'm really most interested in improvements with jit on
00:36
<
Antiarc >
yeah, I'm familiar with it :)
00:36
<
Antiarc >
I'm just trying to see if I can help iron out some hotspots in jruby proper
00:36
<
lopex >
cold hotspots :)
00:36
<
Antiarc >
...warmspots?
00:37
<
lopex >
hmm, maybe instrumenting profiler would show something ?
00:37
elia has quit [Quit: Computer has gone to sleep.]
00:37
<
lopex >
ah, jvisualvm does that already
00:37
<
Antiarc >
Anyhow, lexing/parsing is a huge part of the time, and once you have a decent loadpath requires take a not-insubstantial amount of time, too
00:37
<
Antiarc >
I've been using jvisualvm and hprof
00:37
<
lopex >
but something like jrat might show something
00:37
<
lopex >
offline instrumentation
00:38
<
lopex >
not sure if jrat is being still developed
00:43
mitchellhenke has joined #jruby
00:48
calavera has joined #jruby
00:54
calavera has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
00:55
calavera has joined #jruby
01:00
tlarevo has quit [Remote host closed the connection]
01:00
tlarevo has joined #jruby
01:01
mitchellhenke has quit [Quit: Computer has gone to sleep.]
01:02
mitchellhenke has joined #jruby
01:15
elia has joined #jruby
01:17
elia has quit [Client Quit]
01:24
subbu has joined #jruby
01:31
anaeem1 has quit [Remote host closed the connection]
01:38
marr has quit [Ping timeout: 244 seconds]
01:45
mrmargolis has quit [Remote host closed the connection]
01:58
pgokeeffe has joined #jruby
02:03
mrmargolis has joined #jruby
02:07
towski has joined #jruby
02:17
pgokeeffe has quit [Quit: pgokeeffe]
02:30
havenwood has joined #jruby
02:31
mitchellhenke has quit [Quit: Computer has gone to sleep.]
02:38
zorak8 has quit [Ping timeout: 244 seconds]
02:45
e_dub has joined #jruby
02:48
e_dub has quit [Client Quit]
02:51
e_dub has joined #jruby
02:55
calavera has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
02:58
yfeldblum has quit [Remote host closed the connection]
03:06
towski has quit [Quit: goodbye friends I am gone]
03:15
calavera has joined #jruby
03:25
subbu has quit [Ping timeout: 255 seconds]
03:55
mcclurmc_ has joined #jruby
03:58
mcclurmc has quit [Ping timeout: 245 seconds]
04:14
joast has joined #jruby
04:15
mitchellhenke has joined #jruby
04:23
yfeldblum has joined #jruby
04:28
yfeldblum has quit [Ping timeout: 244 seconds]
04:34
mrmargolis has quit [Remote host closed the connection]
04:45
towski has joined #jruby
04:47
e_dub has quit [Quit: e_dub]
04:47
mitchellhenke has quit [Quit: Computer has gone to sleep.]
04:48
pgokeeffe has joined #jruby
04:49
mitchellhenke has joined #jruby
04:50
e_dub has joined #jruby
04:54
yfeldblum has joined #jruby
04:55
mattwildig has joined #jruby
04:56
e_dub has quit [Read error: Connection reset by peer]
04:57
mitchellhenke has quit [Quit: Computer has gone to sleep.]
04:57
e_dub has joined #jruby
04:58
towski has quit [Quit: goodbye friends I am gone]
05:03
havenwood has quit [Remote host closed the connection]
05:11
tlarevo has quit [Remote host closed the connection]
05:12
tlarevo has joined #jruby
05:14
jimbaker has quit [Ping timeout: 245 seconds]
05:15
mattwildig has quit []
05:16
tlarevo has quit [Ping timeout: 240 seconds]
05:18
pgokeeffe has quit [Quit: pgokeeffe]
05:37
mcclurmc_ has quit [Remote host closed the connection]
06:01
pgokeeffe has joined #jruby
06:12
drbobbeaty_ has quit [Read error: Connection reset by peer]
06:13
drbobbeaty has joined #jruby
06:13
calavera has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
06:20
drbobbeaty has quit [Read error: Connection reset by peer]
06:21
drbobbeaty_ has joined #jruby
06:38
mcclurmc has joined #jruby
06:43
mcclurmc has quit [Ping timeout: 264 seconds]
06:49
lumeet has joined #jruby
06:49
yfeldblum has quit [Remote host closed the connection]
07:20
yfeldblu_ has joined #jruby
07:25
yfeldblu_ has quit [Ping timeout: 255 seconds]
08:02
ivan\ has quit [Ping timeout: 252 seconds]
08:09
ivan\ has joined #jruby
08:16
yfeldblum has joined #jruby
08:18
mister_solo has quit [Ping timeout: 240 seconds]
08:20
yfeldblum has quit [Ping timeout: 240 seconds]
08:26
zorak8 has joined #jruby
08:31
noop has joined #jruby
08:32
pgokeeffe has quit [Quit: pgokeeffe]
08:40
pgokeeffe has joined #jruby
09:10
yfeldblum has joined #jruby
09:13
benlovell has joined #jruby
09:14
yfeldblum has quit [Ping timeout: 240 seconds]
09:18
pgokeeffe has quit [Quit: pgokeeffe]
09:21
elia has joined #jruby
09:33
zorak8 has quit [Ping timeout: 250 seconds]
09:33
benlovell has quit [Ping timeout: 245 seconds]
09:52
mister_solo has joined #jruby
10:04
yfeldblum has joined #jruby
10:09
yfeldblum has quit [Ping timeout: 250 seconds]
10:13
marr has joined #jruby
10:23
drbobbeaty_ has quit [Read error: Connection reset by peer]
10:26
drbobbeaty has joined #jruby
10:52
JRubyGithub has joined #jruby
10:52
<
JRubyGithub >
jruby/master 199afcc Benoit Daloze: [Truffle] Document DispatchHeadNode#doesRespondTo.
10:52
JRubyGithub has left #jruby [#jruby]
10:58
yfeldblum has joined #jruby
11:03
yfeldblum has quit [Ping timeout: 265 seconds]
11:07
londo_ has joined #jruby
11:15
zorak8 has joined #jruby
11:30
travis-ci has joined #jruby
11:30
travis-ci has left #jruby [#jruby]
11:33
ale_ has joined #jruby
11:40
benlovell has joined #jruby
11:53
yfeldblum has joined #jruby
11:57
yfeldblum has quit [Ping timeout: 255 seconds]
12:00
JRubyGithub has joined #jruby
12:00
<
JRubyGithub >
jruby/truffle-head 63420d6 Chris Seaton: Merge branch 'master' into truffle-head
12:00
JRubyGithub has left #jruby [#jruby]
12:11
skade has joined #jruby
12:23
Hobogrammer has quit [Ping timeout: 240 seconds]
12:23
benlovell has quit [Ping timeout: 255 seconds]
12:26
erikhatcher has joined #jruby
12:36
jimbaker has joined #jruby
12:36
jimbaker has quit [Changing host]
12:36
jimbaker has joined #jruby
12:44
noop has quit [Ping timeout: 255 seconds]
12:45
noop has joined #jruby
12:47
yfeldblum has joined #jruby
12:51
yfeldblum has quit [Ping timeout: 264 seconds]
12:51
noop has quit [Ping timeout: 245 seconds]
12:52
JRubyGithub has joined #jruby
12:52
<
JRubyGithub >
[jruby] godfat opened pull request #2405: Module#include is public for a while now. (master...include-should-be-public)
http://git.io/x1UQTw
12:52
JRubyGithub has left #jruby [#jruby]
12:52
noop has joined #jruby
12:52
nirvdrum has joined #jruby
13:16
benlovell has joined #jruby
13:31
JRubyGithub has joined #jruby
13:31
<
JRubyGithub >
[jruby] thomaswue opened pull request #2406: Introduce condition profiling for AndNode. (master...master)
http://git.io/LaUNyA
13:31
JRubyGithub has left #jruby [#jruby]
13:34
yfeldblum has joined #jruby
13:39
yfeldblum has quit [Ping timeout: 255 seconds]
13:39
Aethenelle has quit [Quit: Aethenelle]
13:40
<
chrisseaton >
Is there documentation on JRuby's support for the coverage module? Can't find what I want with Googling
13:42
JRubyGithub has joined #jruby
13:42
JRubyGithub has left #jruby [#jruby]
13:54
tcrawley-away is now known as tcrawley
13:57
zorak8 has quit [Ping timeout: 240 seconds]
14:05
subbu has joined #jruby
14:10
subbu has quit [Ping timeout: 255 seconds]
14:13
subbu has joined #jruby
14:23
JRubyGithub has joined #jruby
14:23
<
JRubyGithub >
[jruby] chrisseaton closed pull request #2406: Introduce condition profiling for AndNode. (master...master)
http://git.io/LaUNyA
14:23
JRubyGithub has left #jruby [#jruby]
14:24
subbu has quit [Ping timeout: 265 seconds]
14:28
yfeldblum has joined #jruby
14:33
yfeldblum has quit [Ping timeout: 265 seconds]
14:45
mcclurmc has joined #jruby
14:47
e_dub has quit [Quit: e_dub]
14:49
mcclurmc has quit [Ping timeout: 244 seconds]
14:53
JRubyGithub has joined #jruby
14:53
<
JRubyGithub >
[jruby] tobiassvn opened issue #2408: NoMethodError: undefined method `include' for A:Class
http://git.io/3T1mIA
14:53
JRubyGithub has left #jruby [#jruby]
15:13
mitchellhenke has joined #jruby
15:15
iamjarvo has joined #jruby
15:20
iamjarvo has quit [Client Quit]
15:23
yfeldblum has joined #jruby
15:25
iamjarvo has joined #jruby
15:26
iamjarvo has quit [Client Quit]
15:27
yfeldblum has quit [Ping timeout: 264 seconds]
15:27
multibot_ has quit [Remote host closed the connection]
15:28
multibot_ has joined #jruby
15:32
mbj has joined #jruby
15:34
elux has joined #jruby
15:35
diegoviola has joined #jruby
15:39
tenderlove has joined #jruby
15:47
e_dub has joined #jruby
15:48
subbu has joined #jruby
15:52
cprice has joined #jruby
15:54
benlovell has quit [Ping timeout: 244 seconds]
15:59
calavera has joined #jruby
16:04
mrmargolis has joined #jruby
16:07
cprice has quit [Ping timeout: 264 seconds]
16:17
yfeldblum has joined #jruby
16:19
mcclurmc has joined #jruby
16:21
yfeldblum has quit [Ping timeout: 255 seconds]
16:25
mbj has quit [Ping timeout: 244 seconds]
16:37
e_dub has quit [Quit: e_dub]
16:41
e_dub has joined #jruby
16:46
aef_ has quit [Remote host closed the connection]
16:46
aef has joined #jruby
16:55
JRubyGithub has joined #jruby
16:55
JRubyGithub has left #jruby [#jruby]
16:57
mbj has joined #jruby
16:59
<
lopex >
chrisseaton: is this BooleanCastNode profiling both casting and a value ?
16:59
<
lopex >
er I mean executeBoolean
17:00
subbu has quit [Ping timeout: 244 seconds]
17:01
<
chrisseaton >
just taking a look...
17:03
<
chrisseaton >
it's casting, but only for internal operations, as it doesn't allow monkey patching
17:04
<
chrisseaton >
not sure what you mean by a 'value'
17:04
<
lopex >
for boolean value true/false
17:05
<
lopex >
like doing both (is a boolean and is true)
17:07
JRubyGithub has joined #jruby
17:07
JRubyGithub has left #jruby [#jruby]
17:08
elux has quit [Ping timeout: 240 seconds]
17:11
Felystirra has joined #jruby
17:11
<
chrisseaton >
yes it's doing both
17:12
<
chrisseaton >
it's what you get around the condition in an 'if' statement I Think
17:16
diegoviola has quit [Quit: WeeChat 1.0.1]
17:27
<
headius_ >
Antiarc: might be worth trying jrockit mission control or whatever it's called now
17:27
<
headius_ >
it's free for dev purposes and does low-overhead metrics and profiling that you can analyze offline
17:27
<
Antiarc >
Oh neat, I'll do that
17:27
<
Antiarc >
I haven't found a decent replacement for rubyprof+kcachegrind yet
17:27
diegoviola has joined #jruby
17:27
<
Antiarc >
Well, something equivalent in javaland
17:31
mrmargolis has quit [Remote host closed the connection]
17:31
headius_ is now known as headius
17:33
<
headius >
I'm not sure what all those do
17:33
<
headius >
good chance something similar exists for JVM
17:34
<
headius >
dtrace/dtruss is good for monitoring system calls too...e.g. expensive ones like stat
17:35
DomKM has quit [Quit: Connection closed for inactivity]
17:42
Felystirra has quit []
17:49
havenwood has joined #jruby
17:51
towski has joined #jruby
17:52
elux has joined #jruby
17:53
Aethenelle has joined #jruby
17:55
tlarevo has joined #jruby
18:03
elia has quit [Quit: Computer has gone to sleep.]
18:05
yfeldblum has joined #jruby
18:09
yfeldblum has quit [Ping timeout: 240 seconds]
18:10
iamjarvo has joined #jruby
18:14
mbj has quit [Ping timeout: 245 seconds]
18:18
donV has joined #jruby
18:20
<
donV >
Anyone familiar with ARJDBC internals?
18:35
iamjarvo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
18:36
mbj has joined #jruby
18:36
cha1tanya has joined #jruby
18:40
e_dub has quit [Quit: e_dub]
18:41
e_dub has joined #jruby
18:41
<
nirvdrum >
lopex: Do you have a source on how the MRI code range stuff works?
18:42
<
lopex >
nirvdrum: mri source :)
18:42
<
lopex >
nirvdrum: but it's pretty simple cr can be unknown, ascii, valid and broken
18:42
<
lopex >
nirvdrum: look at codeRangeScan
18:45
mrmargolis has joined #jruby
18:46
elia has joined #jruby
18:51
<
nirvdrum >
headius: Are you still having author names & emails appear in the license block at the top of files?
18:52
mattwildig has joined #jruby
18:52
tlarevo has quit [Read error: No route to host]
18:53
tlarevo has joined #jruby
18:55
rcvalle has joined #jruby
18:59
yfeldblum has joined #jruby
19:02
elia has quit [Quit: Computer has gone to sleep.]
19:02
JRubyGithub has joined #jruby
19:02
<
JRubyGithub >
[jruby] headius closed issue #309: Binding#dup should actually dup the runtime structures in 1.9 mode
http://git.io/vzNIgQ
19:02
JRubyGithub has left #jruby [#jruby]
19:03
oblutak has joined #jruby
19:04
yfeldblum has quit [Ping timeout: 264 seconds]
19:10
iamjarvo has joined #jruby
19:11
mbj has quit [Ping timeout: 245 seconds]
19:12
erikhatcher has quit [Quit: erikhatcher]
19:13
mattwildig has quit [Remote host closed the connection]
19:18
iamjarvo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
19:20
tlarevo has quit [Ping timeout: 245 seconds]
19:20
tlarevo has joined #jruby
19:25
noop has quit [Ping timeout: 264 seconds]
19:28
<
Antiarc >
hprof gets me mostly there
19:29
mbj has joined #jruby
19:31
calavera has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
19:35
<
tarcieri >
_____ ____ ___ ____ _ __ ___ _ _
19:35
<
tarcieri >
| ___| _ \|_ _| _ \ / \\ \ / / | | |
19:35
<
tarcieri >
| |_ | |_) || || | | |/ _ \\ V /| | | |
19:35
<
tarcieri >
| _| | _ < | || |_| / ___ \| | |_|_|_|
19:35
<
tarcieri >
|_| |_| \_\___|____/_/ \_\_| (_|_|_)
19:35
tlarevo has quit [Remote host closed the connection]
19:36
tlarevo has joined #jruby
19:39
paulswilliamsesq has joined #jruby
19:40
<
paulswilliamsesq >
Hi all
19:42
calavera has joined #jruby
19:45
paulswilliamsesq has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
19:48
anaeem1 has joined #jruby
19:53
yfeldblum has joined #jruby
19:55
Hobogrammer has joined #jruby
19:56
mattwildig has joined #jruby
19:57
yfeldblum has quit [Ping timeout: 240 seconds]
20:00
cultureulterior1 has joined #jruby
20:01
JRubyGithub has joined #jruby
20:01
<
JRubyGithub >
jruby/master 7b994d6 Kevin Menard: Made String#strRindex19 static.
20:01
<
JRubyGithub >
jruby/master 2badf1d Kevin Menard: Moved String.strRindex19 to StringSupport.
20:01
<
JRubyGithub >
jruby/master 142a627 Kevin Menard: Annotate implemented methods as overridden.
20:01
JRubyGithub has left #jruby [#jruby]
20:12
cha1tanya has quit [Ping timeout: 245 seconds]
20:13
<
nirvdrum >
And RubyString gets lighter.
20:17
Felystirra has joined #jruby
20:17
<
Antiarc >
hell yes.
20:22
anaeem1 has quit [Read error: Connection reset by peer]
20:24
anaeem1_ has joined #jruby
20:29
calavera has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
20:31
JRubyGithub has joined #jruby
20:31
<
JRubyGithub >
jruby/master 8d89690 Kevin Menard: Moved RubyString#succCommon19 and supporting methods to StringSupport.
20:31
<
JRubyGithub >
jruby/master e551e5b Kevin Menard: [Truffle] Initial implementation of String#succ.
20:31
<
JRubyGithub >
jruby/master fab993a Kevin Menard: [Truffle] Mark String#rindex as not designed for compilation.
20:31
JRubyGithub has left #jruby [#jruby]
20:40
rsim has joined #jruby
20:41
calavera has joined #jruby
20:42
claudiuinberlin has joined #jruby
20:47
yfeldblum has joined #jruby
20:49
diegoviola has quit [Remote host closed the connection]
20:51
iamjarvo has joined #jruby
20:51
rsim has quit [Ping timeout: 265 seconds]
20:52
yfeldblum has quit [Ping timeout: 250 seconds]
20:52
rcvalle has quit [Ping timeout: 245 seconds]
20:53
rcvalle has joined #jruby
20:57
rcvalle_ has joined #jruby
20:57
rcvalle has quit [Ping timeout: 244 seconds]
20:57
rcvalle_ is now known as rcvalle
21:00
rsim has joined #jruby
21:03
paulswilliamsesq has joined #jruby
21:06
JRubyGithub has joined #jruby
21:06
JRubyGithub has left #jruby [#jruby]
21:07
rcvalle has quit [Ping timeout: 240 seconds]
21:08
iamjarvo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
21:11
rsim1 has joined #jruby
21:12
rsim has quit [Read error: No route to host]
21:14
paulswilliamsesq has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
21:16
rsim1 has quit [Ping timeout: 265 seconds]
21:18
subbu has joined #jruby
21:18
rcvalle has joined #jruby
21:19
rsim has joined #jruby
21:21
zorak8 has joined #jruby
21:32
mitchellhenke has quit [Quit: Computer has gone to sleep.]
21:39
subbu has quit [Ping timeout: 245 seconds]
21:42
yfeldblum has joined #jruby
21:44
tcrawley is now known as tcrawley-away
21:46
elia has joined #jruby
21:46
yfeldblum has quit [Ping timeout: 264 seconds]
21:51
mbj has quit [Ping timeout: 256 seconds]
21:51
rcvalle_ has joined #jruby
21:52
rcvalle has quit [Ping timeout: 244 seconds]
21:52
rcvalle_ is now known as rcvalle
21:53
iamjarvo has joined #jruby
21:53
mbj has joined #jruby
21:56
rcvalle has quit [Ping timeout: 245 seconds]
21:59
rcvalle has joined #jruby
22:00
mbj has quit [Ping timeout: 264 seconds]
22:03
rcvalle_ has joined #jruby
22:04
rcvalle has quit [Ping timeout: 244 seconds]
22:04
rcvalle_ is now known as rcvalle
22:06
elia has quit [Quit: Computer has gone to sleep.]
22:09
diegoviola has joined #jruby
22:11
iamjarvo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
22:13
yfeldblum has joined #jruby
22:14
iamjarvo has joined #jruby
22:18
e_dub has quit [Quit: e_dub]
22:18
e_dub has joined #jruby
22:20
JRubyGithub has joined #jruby
22:20
<
JRubyGithub >
jruby/master 9d8cf7f Kevin Menard: [Truffle] Initial implementation of String#insert.
22:20
JRubyGithub has left #jruby [#jruby]
22:21
iamjarvo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
22:21
elia has joined #jruby
22:23
e_dub has quit [Ping timeout: 256 seconds]
22:27
mrmargolis has quit [Remote host closed the connection]
22:27
Antiarc has quit [Ping timeout: 245 seconds]
22:28
Antiarc has joined #jruby
22:41
cultureulterio-1 has joined #jruby
22:41
cultureulterio-1 has quit [Client Quit]
22:42
cultureulterio-1 has joined #jruby
22:43
cultureulterior1 has quit [Ping timeout: 240 seconds]
22:43
subbu has joined #jruby
22:48
travis-ci has joined #jruby
22:48
travis-ci has left #jruby [#jruby]
22:49
mrmargolis has joined #jruby
22:50
Felystirra has quit []
22:50
Aethenelle has quit [Quit: Aethenelle]
22:52
elia has quit [Quit: Computer has gone to sleep.]
22:54
JRubyGithub has joined #jruby
22:54
<
JRubyGithub >
[jruby] jirutka opened issue #2412: Calling Kernel method in a subclass of SimpleDelegator fails with NoMethodError private method
http://git.io/2BsZhg
22:54
JRubyGithub has left #jruby [#jruby]
22:59
subbu has quit [Ping timeout: 256 seconds]
23:01
mrmargolis has quit [Remote host closed the connection]
23:02
mitchellhenke has joined #jruby
23:04
havenwood has quit []
23:07
claudiuinberlin has quit [Quit: Leaving.]
23:07
mrmargolis has joined #jruby
23:07
mitchellhenke has quit [Quit: Computer has gone to sleep.]
23:22
mrmargolis has quit [Remote host closed the connection]
23:23
elia has joined #jruby
23:31
mattwildig has quit []
23:32
e_dub has joined #jruby
23:52
anaeem1_ has quit [Remote host closed the connection]