shellac has joined #jruby
shellac has quit [Client Quit]
drbobbeaty has joined #jruby
<GitHub25> [jruby] nirvdrum pushed 1 new commit to truffle-head: https://git.io/v1bGf
<GitHub25> jruby/truffle-head 7020048 Kevin Menard: [Truffle] Fixed issue with pairing ropes incorrectly during the rebalancing process....
<travis-ci> jruby/jruby (truffle-head:7020048 by Kevin Menard): The build was fixed. (https://travis-ci.org/jruby/jruby/builds/185327938)
alxs has joined #jruby
alxs has quit [Ping timeout: 268 seconds]
yfeldblu_ has joined #jruby
yfeldblu_ has quit [Client Quit]
prasun has joined #jruby
kares has joined #jruby
<GitHub145> [jruby] kares pushed 1 new commit to master: https://git.io/v1baA
<GitHub145> jruby/master 258b312 kares: create RubyArray's content (elements) array directly...
pawnbox has joined #jruby
<travis-ci> jruby/jruby (master:258b312 by kares): The build passed. (https://travis-ci.org/jruby/jruby/builds/185369214)
pawnbox has quit [Read error: Connection reset by peer]
pawnbox has joined #jruby
prasun has quit [Ping timeout: 258 seconds]
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
thedarkone2 has quit [Quit: thedarkone2]
alxs has joined #jruby
alxs has quit [Ping timeout: 265 seconds]
<GitHub74> [jruby] chrisseaton pushed 2 new commits to truffle-lazy-translation: https://git.io/v1bPC
<GitHub74> jruby/truffle-lazy-translation 9dc511a Chris Seaton: [Truffle] Don't need to capture translation state if we aren't being lazy.
<GitHub74> jruby/truffle-lazy-translation 53760a3 Chris Seaton: [Truffle] Resolve lazy nodes atomically.
pawnbox has quit [Remote host closed the connection]
<GitHub198> [jruby] chrisseaton closed pull request #4401: [Truffle] Lazy translation (truffle-head...truffle-lazy-translation) https://git.io/v1F9J
<GitHub52> [jruby] chrisseaton pushed 1 new commit to truffle-head: https://git.io/v1bPw
<GitHub52> jruby/truffle-head f56399c Chris Seaton: Merge pull request #4401 from jruby/truffle-lazy-translation...
<GitHub85> [jruby] chrisseaton deleted truffle-lazy-translation at 53760a3: https://git.io/v1bPr
prasunanand has joined #jruby
ruurd has quit [Remote host closed the connection]
ruurd has joined #jruby
ruurd is now known as Guest79248
prasunanand has quit [Ping timeout: 258 seconds]
prasunanand has joined #jruby
pawnbox has joined #jruby
pawnbox has quit [Read error: Connection reset by peer]
pawnbox has joined #jruby
pawnbox has quit [Read error: Connection reset by peer]
pawnbox has joined #jruby
pawnbox has quit [Read error: Connection reset by peer]
vtunka has joined #jruby
shellac has joined #jruby
pawnbox has joined #jruby
prasunanand has quit [Ping timeout: 258 seconds]
pawnbox has quit [Ping timeout: 252 seconds]
pawnbox has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
shellac has joined #jruby
djellemah has quit [Ping timeout: 268 seconds]
djellemah has joined #jruby
vtunka has quit [Quit: Leaving]
Guest79248 has left #jruby ["bye folks"]
ruurd has joined #jruby
vtunka has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
prasunanand has joined #jruby
vtunka has quit [Quit: Leaving]
vtunka has joined #jruby
<GitHub6> [jruby-openssl] TiagoCardoso1983 opened issue #119: OpenSSL::ASN1 der translation inconsistent https://git.io/v1bx6
shellac has joined #jruby
<GitHub136> [jruby] eregon pushed 1 new commit to truffle-head: https://git.io/v1bj6
<GitHub136> jruby/truffle-head c8e4a45 Benoit Daloze: [Truffle] Remove parentSourceSection, it is unnecessary....
prasunanand has quit [Ping timeout: 250 seconds]
<eonwe> Does JRuby (1.7.x) use JFFI for something? If so, for what?
pawnbox has quit [Remote host closed the connection]
<GitHub131> [jruby] eregon pushed 1 new commit to truffle-head: https://git.io/v1NUm
<GitHub131> jruby/truffle-head 52d963c Benoit Daloze: [Truffle] Better paths in bin/jruby-truffle-tool.
shellac has quit [Quit: Computer has gone to sleep.]
shellac has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
shellac has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
alxs has joined #jruby
shellac has joined #jruby
tcrawley-away is now known as tcrawley
shellac has quit [Quit: Computer has gone to sleep.]
shellac has joined #jruby
shellac has quit [Client Quit]
vtunka has quit [Quit: Leaving]
pawnbox has joined #jruby
vtunka has joined #jruby
<GitHub80> [jruby] frankwong15 opened issue #4402: SystemCallError: Unknown error - mkdir failed https://git.io/v1NCQ
clayton has quit [Read error: Connection reset by peer]
enebo has joined #jruby
clayton has joined #jruby
tenderlove has quit [Read error: Connection reset by peer]
tenderlove has joined #jruby
pawnbox has quit [Remote host closed the connection]
alex0ptr has joined #jruby
vtunka has quit [Quit: Leaving]
pawnbox has joined #jruby
shellac has joined #jruby
vtunka has joined #jruby
<GitHub183> [jruby] eregon closed issue #4394: [Truffle] SystemStackError in String#[] https://git.io/v17hO
<chrisseaton> eonwe: it uses it to implement the FFI, and most system level calls like IO
shellac has quit [Quit: Computer has gone to sleep.]
shellac has joined #jruby
shellac has quit [Client Quit]
tcrawley is now known as tcrawley-away
<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
clayton has quit [Quit: ZNC - http://znc.in]
clayton has joined #jruby
<eonwe> Or more like to support gems that want just to call some stuff from a c-library for example?
camlow325 has joined #jruby
<chrisseaton> eonwe: yes
<chrisseaton> To the first one
<chrisseaton> But it's also used if your gem uses FFI
<eonwe> Yeah, there seem to be a few (Puma, ffi-ncurses, ffi-locale). Nothing out-of-ordinary
vtunka has quit [Quit: Leaving]
<GitHub88> [jruby] enebo pushed 1 new commit to master: https://git.io/v1N97
<GitHub88> jruby/master 057fd3f Thomas E. Enebo: Fixes #4350. File.directory? of a uri:classloader resources ending in / incorrectly returns false
<GitHub195> [jruby] enebo closed issue #4350: File.directory? of a uri:classloader resources ending in "/" incorrectly returns false https://git.io/v1ZZL
<eonwe> This isn't really a JRuby issue, but based on the contributors, I'd assume this has the best concentration of jffi experts. So is there some way to turn on more bounds-checking or something? https://github.com/jnr/jffi/blob/master/src/main/java/com/kenai/jffi/Foreign.java#L255 points to some checks, but that's all I've found so far
<GitHub53> [jruby] eregon pushed 2 new commits to truffle-head: https://git.io/v1NHn
<GitHub53> jruby/truffle-head b736210 Benoit Daloze: [Truffle] Fix a couple Eclipse warnings.
<GitHub53> jruby/truffle-head 82c006b Benoit Daloze: [Truffle] BooleanCastNode does not need the frame.
<GitHub110> [jruby] enebo pushed 1 new commit to master: https://git.io/v1NHb
<GitHub110> jruby/master 04ba645 Thomas E. Enebo: Better test name (test and new name from @the-michael-toy)
<travis-ci> jruby/jruby (master:057fd3f by Thomas E. Enebo): The build passed. (https://travis-ci.org/jruby/jruby/builds/185528769)
swills has joined #jruby
<chrisseaton> You probably want to ping headius about JFFI questions
alex0ptr_ has joined #jruby
alex0ptr has quit [Ping timeout: 258 seconds]
tcrawley-away is now known as tcrawley
shellac has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
thedarkone2 has joined #jruby
alex0ptr_ has quit [Remote host closed the connection]
lanceball is now known as lance|afk
alex0ptr has joined #jruby
alex0ptr_ has joined #jruby
alex0ptr has quit [Ping timeout: 256 seconds]
subbu is now known as subbu|afk
djellemah_ has joined #jruby
djellemah has quit [Disconnected by services]
djellemah_ is now known as djellemah
lance|afk is now known as lanceball
pawnbox has quit [Remote host closed the connection]
subbu|afk is now known as subbu
<alex0ptr_> I am currently running RubyTruffle with jdk8 and appropriate jvmci. Is there any advantage on using jdk9 ea?
<GitHub158> [jruby] the-michael-toy opened issue #4403: MRI and JRuby disagree about File.exist?("/non_directory_file.name/") https://github.com/jruby/jruby/issues/4403
<GitHub16> [jruby] enebo pushed 1 new commit to master: https://git.io/v1A4a
<GitHub16> jruby/master 946befd Thomas E. Enebo: Better fix for #4350. Added more regressions tests around this fix
camlow325 has quit [Quit: WeeChat 1.5]
<travis-ci> jruby/jruby (master:946befd by Thomas E. Enebo): The build was fixed. (https://travis-ci.org/jruby/jruby/builds/185591427)
alxs has quit [Ping timeout: 245 seconds]
alxs has joined #jruby
alxs has quit [Ping timeout: 252 seconds]
tcrawley is now known as tcrawley-away
enebo has quit [Quit: enebo]