00:03
shellac has joined #jruby
00:05
shellac has quit [Client Quit]
00:22
drbobbeaty has joined #jruby
00:48
<
GitHub25 >
jruby/truffle-head 7020048 Kevin Menard: [Truffle] Fixed issue with pairing ropes incorrectly during the rebalancing process....
01:37
alxs has joined #jruby
01:42
alxs has quit [Ping timeout: 268 seconds]
04:04
yfeldblu_ has joined #jruby
04:06
yfeldblu_ has quit [Client Quit]
05:35
prasun has joined #jruby
05:40
kares has joined #jruby
05:55
<
GitHub145 >
jruby/master 258b312 kares: create RubyArray's content (elements) array directly...
06:08
pawnbox has joined #jruby
06:27
pawnbox has quit [Read error: Connection reset by peer]
06:33
pawnbox has joined #jruby
06:35
prasun has quit [Ping timeout: 258 seconds]
07:20
pawnbox has quit [Remote host closed the connection]
07:23
pawnbox has joined #jruby
07:42
thedarkone2 has quit [Quit: thedarkone2]
07:42
alxs has joined #jruby
07:48
alxs has quit [Ping timeout: 265 seconds]
08:00
<
GitHub74 >
jruby/truffle-lazy-translation 9dc511a Chris Seaton: [Truffle] Don't need to capture translation state if we aren't being lazy.
08:00
<
GitHub74 >
jruby/truffle-lazy-translation 53760a3 Chris Seaton: [Truffle] Resolve lazy nodes atomically.
08:03
pawnbox has quit [Remote host closed the connection]
08:04
<
GitHub198 >
[jruby] chrisseaton closed pull request #4401: [Truffle] Lazy translation (truffle-head...truffle-lazy-translation)
https://git.io/v1F9J
08:04
<
GitHub52 >
jruby/truffle-head f56399c Chris Seaton: Merge pull request #4401 from jruby/truffle-lazy-translation...
08:14
prasunanand has joined #jruby
08:15
ruurd has quit [Remote host closed the connection]
08:24
ruurd has joined #jruby
08:24
ruurd is now known as Guest79248
08:24
prasunanand has quit [Ping timeout: 258 seconds]
08:25
prasunanand has joined #jruby
08:34
pawnbox has joined #jruby
08:35
pawnbox has quit [Read error: Connection reset by peer]
08:37
pawnbox has joined #jruby
08:42
pawnbox has quit [Read error: Connection reset by peer]
08:44
pawnbox has joined #jruby
08:52
pawnbox has quit [Read error: Connection reset by peer]
09:00
vtunka has joined #jruby
09:02
shellac has joined #jruby
09:12
pawnbox has joined #jruby
09:27
prasunanand has quit [Ping timeout: 258 seconds]
09:36
pawnbox has quit [Ping timeout: 252 seconds]
09:37
pawnbox has joined #jruby
09:38
shellac has quit [Quit: Computer has gone to sleep.]
09:47
shellac has joined #jruby
09:55
djellemah has quit [Ping timeout: 268 seconds]
09:57
djellemah has joined #jruby
09:58
vtunka has quit [Quit: Leaving]
10:00
Guest79248 has left #jruby ["bye folks"]
10:00
ruurd has joined #jruby
10:01
vtunka has joined #jruby
10:09
shellac has quit [Quit: Computer has gone to sleep.]
10:16
prasunanand has joined #jruby
10:28
vtunka has quit [Quit: Leaving]
10:42
vtunka has joined #jruby
10:43
<
GitHub6 >
[jruby-openssl] TiagoCardoso1983 opened issue #119: OpenSSL::ASN1 der translation inconsistent
https://git.io/v1bx6
11:02
shellac has joined #jruby
11:09
<
GitHub136 >
jruby/truffle-head c8e4a45 Benoit Daloze: [Truffle] Remove parentSourceSection, it is unnecessary....
11:21
prasunanand has quit [Ping timeout: 250 seconds]
11:46
<
eonwe >
Does JRuby (1.7.x) use JFFI for something? If so, for what?
11:52
pawnbox has quit [Remote host closed the connection]
11:59
<
GitHub131 >
jruby/truffle-head 52d963c Benoit Daloze: [Truffle] Better paths in bin/jruby-truffle-tool.
12:02
shellac has quit [Quit: Computer has gone to sleep.]
12:12
shellac has joined #jruby
12:28
shellac has quit [Quit: Computer has gone to sleep.]
12:31
shellac has joined #jruby
12:36
shellac has quit [Quit: Computer has gone to sleep.]
13:19
alxs has joined #jruby
13:20
shellac has joined #jruby
13:38
tcrawley-away is now known as tcrawley
13:39
shellac has quit [Quit: Computer has gone to sleep.]
13:41
shellac has joined #jruby
13:41
shellac has quit [Client Quit]
13:51
vtunka has quit [Quit: Leaving]
13:55
pawnbox has joined #jruby
13:58
vtunka has joined #jruby
14:38
clayton has quit [Read error: Connection reset by peer]
14:40
enebo has joined #jruby
14:40
clayton has joined #jruby
14:57
tenderlove has quit [Read error: Connection reset by peer]
14:58
tenderlove has joined #jruby
15:29
pawnbox has quit [Remote host closed the connection]
15:45
alex0ptr has joined #jruby
15:45
vtunka has quit [Quit: Leaving]
15:47
pawnbox has joined #jruby
15:56
shellac has joined #jruby
15:57
vtunka has joined #jruby
16:02
<
chrisseaton >
eonwe: it uses it to implement the FFI, and most system level calls like IO
16:07
shellac has quit [Quit: Computer has gone to sleep.]
16:08
shellac has joined #jruby
16:12
shellac has quit [Client Quit]
16:16
tcrawley is now known as tcrawley-away
16:19
<
eonwe >
chrisseaton: so by using normal ruby & gems implemented in ruby/java it's going to get used? I am myself trying to find out what's causing rare heap corruption from time to time and possibilities are JVM codegen, JVM GC and native libraries
16:22
clayton has joined #jruby
16:27
<
eonwe >
Or more like to support gems that want just to call some stuff from a c-library for example?
16:37
camlow325 has joined #jruby
16:38
<
chrisseaton >
eonwe: yes
16:38
<
chrisseaton >
To the first one
16:38
<
chrisseaton >
But it's also used if your gem uses FFI
16:44
<
eonwe >
Yeah, there seem to be a few (Puma, ffi-ncurses, ffi-locale). Nothing out-of-ordinary
16:44
vtunka has quit [Quit: Leaving]
17:26
<
GitHub88 >
jruby/master 057fd3f Thomas E. Enebo: Fixes #4350. File.directory? of a uri:classloader resources ending in / incorrectly returns false
17:26
<
GitHub195 >
[jruby] enebo closed issue #4350: File.directory? of a uri:classloader resources ending in "/" incorrectly returns false
https://git.io/v1ZZL
17:29
<
GitHub53 >
jruby/truffle-head b736210 Benoit Daloze: [Truffle] Fix a couple Eclipse warnings.
17:29
<
GitHub53 >
jruby/truffle-head 82c006b Benoit Daloze: [Truffle] BooleanCastNode does not need the frame.
17:36
<
GitHub110 >
jruby/master 04ba645 Thomas E. Enebo: Better test name (test and new name from @the-michael-toy)
17:55
swills has joined #jruby
17:59
<
chrisseaton >
You probably want to ping headius about JFFI questions
17:59
alex0ptr_ has joined #jruby
18:03
alex0ptr has quit [Ping timeout: 258 seconds]
18:46
tcrawley-away is now known as tcrawley
18:47
shellac has joined #jruby
18:54
shellac has quit [Quit: Computer has gone to sleep.]
18:56
thedarkone2 has joined #jruby
19:22
alex0ptr_ has quit [Remote host closed the connection]
19:23
lanceball is now known as lance|afk
19:23
alex0ptr has joined #jruby
19:23
alex0ptr_ has joined #jruby
19:27
alex0ptr has quit [Ping timeout: 256 seconds]
19:56
subbu is now known as subbu|afk
20:04
djellemah_ has joined #jruby
20:06
djellemah has quit [Disconnected by services]
20:06
djellemah_ is now known as djellemah
20:17
lance|afk is now known as lanceball
20:43
pawnbox has quit [Remote host closed the connection]
20:44
subbu|afk is now known as subbu
20:49
<
alex0ptr_ >
I am currently running RubyTruffle with jdk8 and appropriate jvmci. Is there any advantage on using jdk9 ea?
21:17
<
GitHub16 >
jruby/master 946befd Thomas E. Enebo: Better fix for #4350. Added more regressions tests around this fix
21:31
camlow325 has quit [Quit: WeeChat 1.5]
21:55
alxs has quit [Ping timeout: 245 seconds]
22:06
alxs has joined #jruby
22:11
alxs has quit [Ping timeout: 252 seconds]
22:33
tcrawley is now known as tcrawley-away
23:10
enebo has quit [Quit: enebo]