00:19
camlow325 has joined #jruby
00:20
camlow32_ has joined #jruby
00:21
camlow32_ has quit [Remote host closed the connection]
00:21
camlow325 has quit [Read error: Connection reset by peer]
00:21
camlow325 has joined #jruby
00:24
camlow325 has quit [Client Quit]
00:37
donV has quit [Quit: donV]
00:41
Puffball has quit [Remote host closed the connection]
00:48
brauliobo_ has quit [Ping timeout: 252 seconds]
00:53
enebo has joined #jruby
01:00
pawnbox has joined #jruby
01:05
pawnbox has quit [Ping timeout: 276 seconds]
01:14
enebo has quit [Quit: enebo]
01:15
Aethenelle has quit [Quit: Aethenelle]
01:29
Aethenelle has joined #jruby
01:37
e_dub has joined #jruby
01:42
<
headius >
donV: gem path gets initialized too early
01:42
<
headius >
because did_you_mean gem boots as a normal gem during boot
01:49
Puffball has joined #jruby
02:04
yfeldblum has quit [Remote host closed the connection]
02:13
yfeldblum has joined #jruby
02:37
fedruantine has quit [Max SendQ exceeded]
02:54
fedruantine has joined #jruby
03:08
tcrawley-away is now known as tcrawley
03:12
Aethenelle has quit [Ping timeout: 276 seconds]
03:18
tcrawley is now known as tcrawley-away
03:27
pawnbox has joined #jruby
03:31
pawnbox has quit [Ping timeout: 246 seconds]
03:31
pawnbox has joined #jruby
03:54
nirvdrum has quit [Ping timeout: 246 seconds]
03:57
yfeldblum has quit [Remote host closed the connection]
04:00
skade has joined #jruby
04:37
skade has quit [Quit: Computer has gone to sleep.]
04:38
yfeldblum has joined #jruby
04:40
yfeldblu_ has joined #jruby
04:43
yfeldblum has quit [Ping timeout: 246 seconds]
05:22
bb010g has joined #jruby
05:40
e_dub has quit [Read error: Connection reset by peer]
05:40
e_dub has joined #jruby
05:42
thedarkone2 has quit [Quit: thedarkone2]
05:56
fedruantine has quit [Max SendQ exceeded]
05:56
e_dub has quit [Ping timeout: 260 seconds]
06:07
yfeldblu_ has quit [Ping timeout: 250 seconds]
06:32
fedruantine has joined #jruby
06:45
shellac has joined #jruby
07:05
yfeldblum has joined #jruby
07:29
bb010g has quit [Quit: Connection closed for inactivity]
07:42
shellac has quit [Quit: Computer has gone to sleep.]
07:47
CaptainHeavy has joined #jruby
07:59
tlarevo has joined #jruby
08:03
skade has joined #jruby
08:05
tlarevo has quit [Read error: Connection reset by peer]
08:09
skade has quit [Ping timeout: 276 seconds]
08:10
tlarevo has joined #jruby
08:10
tlarevo has quit [Client Quit]
08:16
Specialist has joined #jruby
08:34
donV has joined #jruby
08:56
donValentin has joined #jruby
09:00
donV has quit [Ping timeout: 276 seconds]
09:01
yfeldblum has quit [Ping timeout: 250 seconds]
09:14
pawnbox has quit [Remote host closed the connection]
09:18
pawnbox has joined #jruby
09:25
Specialist has quit [Ping timeout: 276 seconds]
09:52
yfeldblum has joined #jruby
09:56
<
GitHub172 >
jruby/master fcc6642 Benoit Daloze: [Truffle] Use ArrayStrategy in Array#zip....
09:56
<
GitHub172 >
jruby/master 2972e42 Benoit Daloze: [Truffle] Rename the fallback ArrayStrategy to FallbackArrayStrategy for clarity.
10:03
<
GitHub148 >
jruby/master 90f598d Benoit Daloze: Squashed 'spec/mspec/' changes from 7a19a59..f509c1a...
10:03
<
GitHub148 >
jruby/master 5a13973 Benoit Daloze: Merge ruby/mspec commit '90f598d00ce74d31ba40af6a7c3d7f9a9a08596f'
10:06
TheWhip has quit [Ping timeout: 246 seconds]
10:07
donValentin has quit [Quit: donValentin]
10:17
<
CaptainHeavy >
Hi everyone. I'm trying to use java_send to access a private java function from ruby but its saying the method doesn't exist. Do I have to specify a return type as well as input parameterS?
10:36
travis-ci has joined #jruby
10:36
travis-ci has left #jruby [#jruby]
10:48
<
GitHub44 >
jruby/master 2a9d1e4 Benoit Daloze: [Truffle] Update factorypath for Eclipse.
10:48
<
GitHub44 >
jruby/master 8e6b3d2 Benoit Daloze: [Truffle] Update Eclipse launcher.
10:48
<
GitHub44 >
jruby/master b107518 Benoit Daloze: [Truffle] Make the TopLevelRaiseHandler also wrap DATA handling.
11:24
shellac has joined #jruby
11:29
travis-ci has joined #jruby
11:29
travis-ci has left #jruby [#jruby]
11:29
brauliobo_ has joined #jruby
11:33
yfeldblum has quit [Ping timeout: 250 seconds]
11:35
shellac has quit [Quit: Computer has gone to sleep.]
11:38
travis-ci has joined #jruby
11:38
travis-ci has left #jruby [#jruby]
11:41
<
kares >
CaptainHeavy: no
11:41
<
CaptainHeavy >
kares: Funnily enough, I'm doing this because of your suggestion last time I was here!
11:41
<
kares >
does a normal send not work? do u need java_send due an overload?
11:42
<
CaptainHeavy >
kares: Ah, I didn't realise there were two methods
11:42
<
kares >
CaptainHeavy: my suggestion ... which one :) ?
11:42
<
kares >
hello there than and welcome back :)
11:43
<
kares >
send should work in general ... recall suggesting send - not sure I mentioned java_send explicitly
11:43
<
CaptainHeavy >
kares: I asked if there was a more elegant way to get access to private Java instance methods other than using "instance.java_class.declared_method()" and you suggested using "send"
11:43
<
CaptainHeavy >
Apologies, I didn't realise there were two methods! I take it "java_send" is used when you're looking to get a method that's overloaded?
11:45
<
kares >
CaptainHeavy: yes a "normal" Ruby send should work for private Java methods
11:45
<
kares >
unless of course you need to deal with overloads ...
11:48
<
CaptainHeavy >
kares: Just trying it out now...
11:51
<
CaptainHeavy >
kares: Still not finding the method, very strange
11:51
travis-ci has joined #jruby
11:51
travis-ci has left #jruby [#jruby]
11:55
<
kares >
CaptainHeavy: hmm - you might be right ... my bad, did not realize it probably only works for protected/package accessible methods
11:56
<
kares >
guess I didn't need to call a private Java method so far
11:56
<
CaptainHeavy >
kares: no problem! I've got a working solution anyway :)
11:56
<
kares >
so you might need to resort to reflection in the end
11:56
<
kares >
altough it would probably make sense for at least java_send to resolve all declared methods if possible
11:57
<
CaptainHeavy >
kares: Yes, that's exactly what I'm doing:
11:57
cremes_ has joined #jruby
11:57
<
CaptainHeavy >
method = Chrest.java_class.declared_method(:getInitialFixation, Java::JavaClass.for_name("int"))
11:57
<
CaptainHeavy >
method.accessible = true
11:57
<
CaptainHeavy >
result = method.invoke(model, time_function_invoked.to_java(:int))
11:58
<
CaptainHeavy >
Using java_send would be one less caveat to remember!
11:58
<
kares >
Java::int should work as well instead of having to JavaClass.for_name
11:58
<
CaptainHeavy >
cool :)
11:58
<
CaptainHeavy >
thank you
11:58
<
kares >
CaptainHeavy: feel free to open a PR so that its considered
12:00
hoodow_ has joined #jruby
12:00
hoodow_ has quit [Changing host]
12:00
hoodow_ has joined #jruby
12:00
Antiarc_ has joined #jruby
12:00
travis-ci has joined #jruby
12:00
travis-ci has left #jruby [#jruby]
12:06
Antiarc has quit [*.net *.split]
12:06
hoodow has quit [*.net *.split]
12:06
jeremyevans has quit [*.net *.split]
12:06
cremes has quit [*.net *.split]
12:06
cremes_ is now known as cremes
12:13
pawnbox has quit [Remote host closed the connection]
12:16
brauliobo_ has quit [Ping timeout: 244 seconds]
12:27
brauliobo_ has joined #jruby
12:32
travis-ci has joined #jruby
12:32
travis-ci has left #jruby [#jruby]
12:35
brauliobo_ has quit [Ping timeout: 260 seconds]
12:37
robbyoconnor has joined #jruby
12:38
pawnbox has joined #jruby
12:42
pawnbox has quit [Ping timeout: 250 seconds]
12:51
brauliobo_ has joined #jruby
12:56
shellac has joined #jruby
12:58
donV has joined #jruby
13:11
shellac has quit [Quit: Computer has gone to sleep.]
13:18
fedruantine has quit [Max SendQ exceeded]
13:24
brauliobo_ has quit [Ping timeout: 244 seconds]
13:35
jimbaker has quit [Quit: Coyote finally caught me]
13:42
travis-ci has joined #jruby
13:42
travis-ci has left #jruby [#jruby]
14:05
jeremyevans has joined #jruby
14:12
fedruantine has joined #jruby
14:12
bbrowning_away has quit [Quit: Leaving]
14:33
travis-ci has joined #jruby
14:33
travis-ci has left #jruby [#jruby]
14:49
pawnbox has joined #jruby
14:54
pawnbox has quit [Ping timeout: 250 seconds]
15:21
jimbaker has joined #jruby
15:38
travis-ci has joined #jruby
15:38
travis-ci has left #jruby [#jruby]
16:12
fedruantine has quit [Max SendQ exceeded]
16:41
johnsonch_afk is now known as johnsonch
16:53
pawnbox has joined #jruby
16:54
grs has quit [Ping timeout: 244 seconds]
16:58
fedruantine has joined #jruby
17:07
grs has joined #jruby
17:28
CaptainHeavy_ has joined #jruby
17:29
CaptainHeavy has quit [Ping timeout: 260 seconds]
17:31
CaptainHeavy has joined #jruby
17:32
CaptainHeavy_ has quit [Ping timeout: 244 seconds]
17:33
bb010g has joined #jruby
17:39
shellac has joined #jruby
17:49
johnsonch is now known as johnsonch_afk
17:49
johnsonch_afk is now known as johnsonch
17:51
johnsonch is now known as johnsonch_afk
17:53
shellac has quit [Quit: Computer has gone to sleep.]
18:42
Specialist has joined #jruby
18:48
Specialist has quit [Ping timeout: 250 seconds]
18:49
Specialist has joined #jruby
18:58
zacts has joined #jruby
19:01
fedruantine has quit [Max SendQ exceeded]
19:09
Specialist has quit [Ping timeout: 260 seconds]
19:14
thedarkone2 has joined #jruby
19:34
johnsonch_afk is now known as johnsonch
19:35
johnsonch is now known as johnsonch_afk
19:56
travis-ci has joined #jruby
19:56
travis-ci has left #jruby [#jruby]
20:01
pawnbox has quit [Remote host closed the connection]
20:04
pawnbox has joined #jruby
20:05
yfeldblum has joined #jruby
20:10
fedruantine has joined #jruby
20:11
Specialist has joined #jruby
20:29
<
donV >
Hi all! All good?
20:40
Specialist has quit [Ping timeout: 276 seconds]
20:58
CaptainHeavy has quit [Ping timeout: 244 seconds]
20:58
johnsonch_afk is now known as johnsonch
20:59
johnsonch is now known as johnsonch_afk
21:09
yfeldblum has quit [Ping timeout: 276 seconds]
21:26
pawnbox has quit [Remote host closed the connection]
21:35
pawnbox has joined #jruby
21:38
yfeldblum has joined #jruby
21:50
<
chrisseaton >
donV: hello
21:51
<
donV >
chrisseaton: Hi!
21:58
fedruantine has quit [Max SendQ exceeded]
22:14
pawnbox has quit [Remote host closed the connection]
22:17
pawnbox has joined #jruby
22:24
Prasun has joined #jruby
22:43
Prasun has quit [Ping timeout: 276 seconds]
23:03
shellac has joined #jruby
23:05
fedruantine has joined #jruby
23:08
Prasun has joined #jruby
23:22
yfeldblum has quit [Ping timeout: 276 seconds]
23:27
tcrawley-away is now known as tcrawley
23:30
tcrawley is now known as tcrawley-away
23:30
Prasun has quit [Quit: Leaving]
23:32
shellac has quit [Quit: Computer has gone to sleep.]
23:46
yfeldblum has joined #jruby
23:59
bb010g has quit [Quit: Connection closed for inactivity]