00:35
camlow325 has quit [Quit: WeeChat 1.5]
01:01
<
GitHub15 >
jruby/truffle-head 890b555 Chris Seaton: [Truffle] Add lots of lower fixnums for POSIX.
01:07
pawnbox has quit [Remote host closed the connection]
01:17
asarih has joined #jruby
01:23
pawnbox has joined #jruby
01:26
chrisseaton has joined #jruby
01:28
pawnbox has quit [Ping timeout: 244 seconds]
01:33
andrewvc has joined #jruby
02:12
zacts has joined #jruby
02:13
pawnbox has joined #jruby
02:18
pawnbox has quit [Ping timeout: 276 seconds]
02:35
hobodave has joined #jruby
02:40
pawnbox has joined #jruby
02:45
pawnbox has quit [Ping timeout: 260 seconds]
02:45
zacts has quit [Quit: WeeChat 1.5]
02:52
hobodave has quit [Quit: Computer has gone to sleep.]
04:08
pawnbox has joined #jruby
04:13
pawnbox has quit [Ping timeout: 258 seconds]
04:36
pawnbox has joined #jruby
04:41
pawnbox has quit [Ping timeout: 265 seconds]
04:52
pawnbox has joined #jruby
04:56
pawnbox has quit [Ping timeout: 260 seconds]
05:24
thedarkone2 has quit [Quit: thedarkone2]
05:30
_whitelogger has joined #jruby
05:36
_whitelogger_ has joined #jruby
05:36
_whitelogger_ has joined #jruby
05:39
_whitelogger has joined #jruby
05:56
_whitelogger has joined #jruby
06:16
_whitelogger has joined #jruby
06:21
etehtsea has joined #jruby
07:16
clayton has quit [Ping timeout: 240 seconds]
07:16
codefinger has quit [Ping timeout: 240 seconds]
07:17
clayton has joined #jruby
07:18
codefinger has joined #jruby
07:21
andrewvc has quit [Ping timeout: 276 seconds]
07:23
andrewvc has joined #jruby
07:24
_whitelogger_ has joined #jruby
07:24
_whitelogger_ has joined #jruby
07:29
rsim has joined #jruby
07:29
rsim has joined #jruby
08:09
pawnbox has joined #jruby
08:09
pawnbox has joined #jruby
08:14
pawnbox has quit [Ping timeout: 255 seconds]
08:14
pawnbox has quit [Ping timeout: 255 seconds]
08:17
claudiuinberlin has joined #jruby
08:17
claudiuinberlin has joined #jruby
08:32
<
GitHub57 >
[jruby] joankaradimov opened pull request #4118: Mkmf improvements (master...mkmf-improvements)
https://git.io/v6pc3
08:32
<
GitHub57 >
[jruby] joankaradimov opened pull request #4118: Mkmf improvements (master...mkmf-improvements)
https://git.io/v6pc3
08:34
etehtsea has quit [Quit: Computer has gone to sleep.]
08:34
etehtsea has quit [Quit: Computer has gone to sleep.]
08:36
pawnbox has joined #jruby
08:36
pawnbox has joined #jruby
08:41
pawnbox has quit [Ping timeout: 264 seconds]
08:41
pawnbox has quit [Ping timeout: 264 seconds]
08:52
_whitelogger_ has quit [Remote host closed the connection]
08:53
_whitelogger_ has joined #jruby
08:53
_whitelogger_ has joined #jruby
09:06
pawnbox has joined #jruby
09:06
pawnbox has joined #jruby
09:16
_whitelogger_ has quit [Remote host closed the connection]
09:18
_whitelogger_ has joined #jruby
09:18
_whitelogger_ has joined #jruby
09:19
rsim has quit [Quit: Leaving.]
09:19
rsim has quit [Quit: Leaving.]
09:21
_whitelogger has quit [Remote host closed the connection]
09:23
rsim has joined #jruby
09:28
rsim1 has joined #jruby
09:30
pawnbox has quit [Ping timeout: 276 seconds]
09:30
rsim has quit [Ping timeout: 252 seconds]
09:37
pawnbox has joined #jruby
09:51
_whitelogger has joined #jruby
09:58
_whitelogger has joined #jruby
10:01
_whitelogger has joined #jruby
11:12
rsim1 has quit [Quit: Leaving.]
11:24
rsim has joined #jruby
12:34
pawnbox_ has quit [Remote host closed the connection]
12:34
pawnbox has joined #jruby
12:38
pawnbox has quit [Remote host closed the connection]
12:38
pawnbox has joined #jruby
13:27
rsim has quit [Quit: Leaving.]
13:34
bbrowning_away has quit [Quit: Leaving]
13:41
pawnbox has quit [Remote host closed the connection]
13:49
enebo has joined #jruby
14:07
<
yopp >
what the deal with fibers in jruby?
14:07
<
yopp >
In mri I can allocate like 100k
14:07
<
yopp >
in jruby 2028
14:07
<
yopp >
Java::JavaLang::OutOfMemoryError: unable to create new native thread
14:08
<
yopp >
each fiber is a native thread?
14:10
<
yopp >
Fibers (a form of delimited continuation) are supported on JRuby, but each fiber is backed by a native thread.
15:01
donV has joined #jruby
15:03
<
donV >
kares: Hi! I am working on migrating a Rails app from 4.2 to 5.0 using the rails-5 branch.
15:04
<
donV >
kares: Should the 1-3-stable branch be merged into the rails-5 branch to catch up the changes?
15:16
zacts has joined #jruby
15:32
temporalfox has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
15:36
<
GitHub36 >
jruby/truffle-head 13e9bc8 Chris Seaton: [Truffle] Fix double assignment.
15:37
donV has quit [Quit: donV]
15:48
thedarkone2 has joined #jruby
15:54
zacts has quit [Quit: WeeChat 1.5]
15:55
zacts has joined #jruby
16:05
enebo has quit [Quit: enebo]
16:45
etehtsea has joined #jruby
16:57
zacts has quit [Ping timeout: 258 seconds]
17:11
zacts has joined #jruby
17:26
etehtsea has quit [Quit: Computer has gone to sleep.]
17:46
<
chrisseaton >
yopp: in JRuby, fibres are implemented using threads, which are heavier weight (the kernel needs to know about them)
17:46
<
chrisseaton >
It's pretty much a fundamental limitation of the JVM
17:47
<
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)
18:12
<
GitHub111 >
jruby/truffle-head 31e7622 Kevin Menard: [Truffle] Don't shadow frame-local variables if they already exist.
18:12
<
GitHub111 >
jruby/truffle-head ee54b4a Kevin Menard: [Truffle] The !~ operator must propagate $~ as well.
18:14
donV has joined #jruby
18:21
zacts_pi has joined #jruby
18:24
zacts has quit [Ping timeout: 252 seconds]
18:26
pawnbox has joined #jruby
18:31
<
GitHub196 >
jruby/truffle-head 58d5c99 Kevin Menard: [Truffle] Print out the collected coverage data on failure in the coverage integration test.
18:39
zacts_pi has quit [Quit: WeeChat 1.5]
18:41
dinfueh__ has joined #jruby
18:41
dinfuehr_ has quit [Read error: Connection reset by peer]
18:48
<
GitHub28 >
jruby/truffle-head 9b96121 Kevin Menard: [Truffle] Use Enumerable#find to stop searching upon first match.
19:36
pawnbox has quit [Ping timeout: 250 seconds]
19:39
pawnbox has joined #jruby
19:54
dfr has quit [Ping timeout: 250 seconds]
20:06
pawnbox has quit [Ping timeout: 244 seconds]
20:07
dfr has joined #jruby
20:09
zacts has joined #jruby
20:10
zacts has quit [Client Quit]
20:10
zacts has joined #jruby
20:35
dinfueh__ has quit [Remote host closed the connection]
20:44
dfr has quit [Ping timeout: 250 seconds]
20:45
zacts has quit [Quit: WeeChat 1.4]
20:45
<
GitHub3 >
jruby/truffle-head e228f91 Chris Seaton: [Truffle] Fix source sections of calls.
20:50
zacts has joined #jruby
20:55
<
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.
21:04
claudiuinberlin has quit []
21:17
c0de1 has quit [Ping timeout: 258 seconds]
21:19
c0de1 has joined #jruby
21:19
c0de1 has quit [Changing host]
21:19
c0de1 has joined #jruby
21:58
<
GitHub83 >
jruby/truffle-thread-name 6e1fed0 Brandon Fish: [Truffle] Add name to Thread layout
21:59
<
GitHub163 >
[jruby] bjfish opened pull request #4120: [Truffle] Add name to Thread layout (truffle-head...truffle-thread-name)
https://git.io/v6hkr
22:11
zacts has quit [Quit: WeeChat 1.4]
23:42
Talltree has quit [Quit: Talltree]
23:43
Talltree has joined #jruby