<travis-ci> jruby/jruby (truffle-head:7e273bd by Chris Seaton): The build is still failing. (https://travis-ci.org/jruby/jruby/builds/155496089)
<travis-ci> jruby/jruby (truffle-head:305c126 by Chris Seaton): The build is still failing. (https://travis-ci.org/jruby/jruby/builds/155496582)
camlow325 has quit [Quit: WeeChat 1.5]
<GitHub15> [jruby] chrisseaton pushed 1 new commit to truffle-head: https://git.io/v6pUZ
<GitHub15> jruby/truffle-head 890b555 Chris Seaton: [Truffle] Add lots of lower fixnums for POSIX.
pawnbox has quit [Remote host closed the connection]
asarih has joined #jruby
pawnbox has joined #jruby
chrisseaton has joined #jruby
pawnbox has quit [Ping timeout: 244 seconds]
<travis-ci> jruby/jruby (truffle-head:890b555 by Chris Seaton): The build is still failing. (https://travis-ci.org/jruby/jruby/builds/155507215)
andrewvc has joined #jruby
zacts has joined #jruby
pawnbox has joined #jruby
pawnbox has quit [Ping timeout: 276 seconds]
hobodave has joined #jruby
pawnbox has joined #jruby
pawnbox has quit [Ping timeout: 260 seconds]
zacts has quit [Quit: WeeChat 1.5]
hobodave has quit [Quit: Computer has gone to sleep.]
pawnbox has joined #jruby
pawnbox has quit [Ping timeout: 258 seconds]
pawnbox has joined #jruby
pawnbox has quit [Ping timeout: 265 seconds]
pawnbox has joined #jruby
pawnbox has quit [Ping timeout: 260 seconds]
thedarkone2 has quit [Quit: thedarkone2]
_whitelogger has joined #jruby
_whitelogger_ has joined #jruby
_whitelogger_ has joined #jruby
_whitelogger has joined #jruby
_whitelogger has joined #jruby
_whitelogger has joined #jruby
etehtsea has joined #jruby
clayton has quit [Ping timeout: 240 seconds]
codefinger has quit [Ping timeout: 240 seconds]
clayton has joined #jruby
codefinger has joined #jruby
andrewvc has quit [Ping timeout: 276 seconds]
andrewvc has joined #jruby
_whitelogger_ has joined #jruby
_whitelogger_ has joined #jruby
rsim has joined #jruby
rsim has joined #jruby
pawnbox has joined #jruby
pawnbox has joined #jruby
pawnbox has quit [Ping timeout: 255 seconds]
pawnbox has quit [Ping timeout: 255 seconds]
claudiuinberlin has joined #jruby
claudiuinberlin has joined #jruby
<GitHub57> [jruby] joankaradimov opened pull request #4118: Mkmf improvements (master...mkmf-improvements) https://git.io/v6pc3
<GitHub57> [jruby] joankaradimov opened pull request #4118: Mkmf improvements (master...mkmf-improvements) https://git.io/v6pc3
etehtsea has quit [Quit: Computer has gone to sleep.]
etehtsea has quit [Quit: Computer has gone to sleep.]
pawnbox has joined #jruby
pawnbox has joined #jruby
pawnbox has quit [Ping timeout: 264 seconds]
pawnbox has quit [Ping timeout: 264 seconds]
_whitelogger_ has quit [Remote host closed the connection]
_whitelogger_ has joined #jruby
_whitelogger_ has joined #jruby
pawnbox has joined #jruby
pawnbox has joined #jruby
_whitelogger_ has quit [Remote host closed the connection]
_whitelogger_ has joined #jruby
_whitelogger_ has joined #jruby
rsim has quit [Quit: Leaving.]
rsim has quit [Quit: Leaving.]
_whitelogger has quit [Remote host closed the connection]
rsim has joined #jruby
rsim1 has joined #jruby
pawnbox has quit [Ping timeout: 276 seconds]
rsim has quit [Ping timeout: 252 seconds]
pawnbox has joined #jruby
_whitelogger has joined #jruby
_whitelogger has joined #jruby
_whitelogger has joined #jruby
rsim1 has quit [Quit: Leaving.]
rsim has joined #jruby
pawnbox_ has quit [Remote host closed the connection]
pawnbox has joined #jruby
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
rsim has quit [Quit: Leaving.]
bbrowning_away has quit [Quit: Leaving]
pawnbox has quit [Remote host closed the connection]
enebo has joined #jruby
<yopp> hum
<yopp> what the deal with fibers in jruby?
<yopp> In mri I can allocate like 100k
<yopp> in jruby 2028
<yopp> Java::JavaLang::OutOfMemoryError: unable to create new native thread
<yopp> each fiber is a native thread?
<yopp> Fibers (a form of delimited continuation) are supported on JRuby, but each fiber is backed by a native thread.
<yopp> uh
<c0de1> right
donV has joined #jruby
<donV> Hi all!
<donV> kares: Hi! I am working on migrating a Rails app from 4.2 to 5.0 using the rails-5 branch.
<donV> kares: Should the 1-3-stable branch be merged into the rails-5 branch to catch up the changes?
<c0de1> hi
zacts has joined #jruby
temporalfox has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<GitHub36> [jruby] chrisseaton pushed 1 new commit to truffle-head: https://git.io/v6p5F
<GitHub36> jruby/truffle-head 13e9bc8 Chris Seaton: [Truffle] Fix double assignment.
donV has quit [Quit: donV]
thedarkone2 has joined #jruby
zacts has quit [Quit: WeeChat 1.5]
zacts has joined #jruby
enebo has quit [Quit: enebo]
<travis-ci> jruby/jruby (truffle-head:13e9bc8 by Chris Seaton): The build is still failing. (https://travis-ci.org/jruby/jruby/builds/155594699)
etehtsea has joined #jruby
zacts has quit [Ping timeout: 258 seconds]
zacts has joined #jruby
etehtsea has quit [Quit: Computer has gone to sleep.]
<chrisseaton> yopp: in JRuby, fibres are implemented using threads, which are heavier weight (the kernel needs to know about them)
<chrisseaton> It's pretty much a fundamental limitation of the JVM
<chrisseaton> It would be very hard to workaround and still give anything like reasonable performance (you'd have to translate to a state machine, or manage the stack ourselves)
<GitHub111> [jruby] nirvdrum pushed 2 new commits to truffle-head: https://git.io/v6pxA
<GitHub111> jruby/truffle-head 31e7622 Kevin Menard: [Truffle] Don't shadow frame-local variables if they already exist.
<GitHub111> jruby/truffle-head ee54b4a Kevin Menard: [Truffle] The !~ operator must propagate $~ as well.
donV has joined #jruby
zacts_pi has joined #jruby
zacts has quit [Ping timeout: 252 seconds]
pawnbox has joined #jruby
<GitHub196> [jruby] nirvdrum pushed 1 new commit to truffle-head: https://git.io/v6ppP
<GitHub196> jruby/truffle-head 58d5c99 Kevin Menard: [Truffle] Print out the collected coverage data on failure in the coverage integration test.
<travis-ci> jruby/jruby (truffle-head:31e7622 by Kevin Menard): The build is still failing. (https://travis-ci.org/jruby/jruby/builds/155617301)
zacts_pi has quit [Quit: WeeChat 1.5]
dinfueh__ has joined #jruby
dinfuehr_ has quit [Read error: Connection reset by peer]
<GitHub28> [jruby] nirvdrum pushed 1 new commit to truffle-head: https://git.io/v6phO
<GitHub28> jruby/truffle-head 9b96121 Kevin Menard: [Truffle] Use Enumerable#find to stop searching upon first match.
<travis-ci> jruby/jruby (truffle-head:58d5c99 by Kevin Menard): The build is still failing. (https://travis-ci.org/jruby/jruby/builds/155619540)
<travis-ci> jruby/jruby (truffle-head:9b96121 by Kevin Menard): The build is still failing. (https://travis-ci.org/jruby/jruby/builds/155621544)
pawnbox has quit [Ping timeout: 250 seconds]
pawnbox has joined #jruby
dfr has quit [Ping timeout: 250 seconds]
pawnbox has quit [Ping timeout: 244 seconds]
dfr has joined #jruby
zacts has joined #jruby
zacts has quit [Client Quit]
zacts has joined #jruby
dinfueh__ has quit [Remote host closed the connection]
dfr has quit [Ping timeout: 250 seconds]
zacts has quit [Quit: WeeChat 1.4]
<GitHub3> [jruby] chrisseaton pushed 1 new commit to truffle-head: https://git.io/v6hJp
<GitHub3> jruby/truffle-head e228f91 Chris Seaton: [Truffle] Fix source sections of calls.
zacts has joined #jruby
<GitHub139> [jruby] chrisseaton pushed 1 new commit to truffle-head: https://git.io/v6hUZ
<GitHub139> jruby/truffle-head 52c268b Chris Seaton: [Truffle] Don't modify bin/ruby if we're just going to symlink it to the same thing.
claudiuinberlin has quit []
c0de1 has quit [Ping timeout: 258 seconds]
<travis-ci> jruby/jruby (truffle-head:e228f91 by Chris Seaton): The build was fixed. (https://travis-ci.org/jruby/jruby/builds/155636070)
c0de1 has joined #jruby
c0de1 has quit [Changing host]
c0de1 has joined #jruby
<GitHub83> [jruby] bjfish created truffle-thread-name (+1 new commit): https://git.io/v6hka
<GitHub83> jruby/truffle-thread-name 6e1fed0 Brandon Fish: [Truffle] Add name to Thread layout
<GitHub163> [jruby] bjfish opened pull request #4120: [Truffle] Add name to Thread layout (truffle-head...truffle-thread-name) https://git.io/v6hkr
zacts has quit [Quit: WeeChat 1.4]
<travis-ci> jruby/jruby (truffle-thread-name:6e1fed0 by Brandon Fish): The build passed. (https://travis-ci.org/jruby/jruby/builds/155646264)
Talltree has quit [Quit: Talltree]
Talltree has joined #jruby