00:17
byteflame has quit [Ping timeout: 240 seconds]
00:46
<
adam12 >
Not too long ago, I saw a great post about how gems can support jRuby (and how it wasn't hard), but I can't seem to find it now. Anybody recall where that might have been?
00:52
phlebas has quit [Ping timeout: 240 seconds]
00:53
phlebas has joined #jruby
01:21
akp has joined #jruby
01:48
baweaver has left #jruby ["Off to do something that looks important"]
02:51
byteflame has joined #jruby
02:58
byteflame has quit [Ping timeout: 240 seconds]
03:10
byteflame has joined #jruby
03:15
byteflame has quit [Ping timeout: 260 seconds]
03:58
akp has quit [Remote host closed the connection]
04:00
Guest2400 has quit [Remote host closed the connection]
04:16
ruurd has joined #jruby
04:16
ruurd is now known as Guest10418
05:04
jeremyevans has quit [Ping timeout: 260 seconds]
05:37
jeremyevans has joined #jruby
07:23
shellac has joined #jruby
07:30
shellac has quit [Quit: Computer has gone to sleep.]
07:42
Guest52451 has joined #jruby
07:55
Guest52451 has quit [Quit: Changing server]
08:10
<
GitHub94 >
jruby/test-enumerator-backport-1_7 caa63c7 Smit Shah: Implemented Enumerator#feed method
08:10
<
GitHub94 >
jruby/test-enumerator-backport-1_7 45e6354 kares: Implemented Enumerator#next_values
08:10
<
GitHub94 >
jruby/test-enumerator-backport-1_7 9e45e5c Smit Shah: Implemented Enumerator#peek_values
08:37
shellac has joined #jruby
08:49
drbobbeaty has joined #jruby
08:57
vtunka has joined #jruby
09:21
<
GitHub110 >
jruby/test-enumerator-backport-1_7 58f9dc9 kares: back-port-fix: make sure feedValue is always initialized
09:22
prasunanand has joined #jruby
09:28
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
09:31
<
GitHub10 >
[jruby] kares opened pull request #4563: (peazy) enumerator backports for 1.7 (jruby-1_7...test-enumerator-backport-1_7)
https://git.io/vSxVm
09:44
shellac has quit [Remote host closed the connection]
09:58
prasunanand has quit [Ping timeout: 260 seconds]
10:19
shellac has joined #jruby
10:22
prasunanand has joined #jruby
10:34
prasunanand has quit [Ping timeout: 255 seconds]
10:48
donV has joined #jruby
10:49
<
donV >
Hi all! Any RedBridge users around? I am unable to set a local variable before calling runScriptlet.
10:54
Puffball has joined #jruby
10:57
shellac has quit [Remote host closed the connection]
10:59
donV has quit [Quit: donV]
11:10
shellac has joined #jruby
11:12
prasunanand has joined #jruby
11:15
drbobbeaty has joined #jruby
11:17
donV has joined #jruby
11:29
donV has quit [Quit: donV]
11:30
shellac has quit [Remote host closed the connection]
11:42
prasunanand has quit [Ping timeout: 240 seconds]
11:47
donV has joined #jruby
12:07
Puffball has quit [Remote host closed the connection]
12:09
Puffball has joined #jruby
12:13
tcrawley-away is now known as tcrawley
12:28
lance|afk is now known as lanceball
12:40
shellac has joined #jruby
12:50
<
GitHub74 >
[jruby-openssl] olleolleolle opened pull request #130: README: Use SVG badge icons [ci skip] (master...patch-1)
https://git.io/vSpej
12:56
akp has joined #jruby
13:14
donV has quit [Quit: donV]
13:23
enebo has joined #jruby
13:26
akp has quit [Remote host closed the connection]
13:43
donV has joined #jruby
13:47
akp has joined #jruby
13:47
akp has quit [Remote host closed the connection]
13:48
akp has joined #jruby
13:52
byteflame has joined #jruby
13:56
shellac has quit [Quit: Leaving]
14:04
bga57 has joined #jruby
14:05
byteflame has quit [Ping timeout: 240 seconds]
14:12
donV has quit [Quit: donV]
14:25
byteflame has joined #jruby
14:30
byteflame has quit [Ping timeout: 260 seconds]
14:43
byteflame has joined #jruby
14:44
shellac has joined #jruby
14:50
donV has joined #jruby
15:00
subbu is now known as subbu|afk
15:06
<
GitHub51 >
[jruby-openssl] kares closed pull request #130: README: Use SVG badge icons [ci skip] (master...patch-1)
https://git.io/vSpej
15:06
<
GitHub67 >
jruby-openssl/master 17eba7d Olle Jonsson: README: Use SVG badge icons [ci skip] (#130)
15:10
<
GitHub167 >
[jruby] aschmied opened issue #4565: Time.now sometimes attempts to call libc gettimeofday on Windows
https://git.io/vSp0C
15:13
donV has quit [Quit: donV]
15:20
subbu|afk is now known as subbu
15:22
shellac has quit [Quit: Computer has gone to sleep.]
15:25
camlow325 has joined #jruby
15:26
etehtsea has joined #jruby
15:31
donV has joined #jruby
15:34
<
GitHub130 >
jruby/master 29487eb Charles Oliver Nutter: Build a better error message for invalid kwargs. Fixes #4555.
15:34
<
GitHub194 >
[jruby] headius closed issue #4555: ArgumentError message differs on multiple unknown keywords args
https://git.io/vSlxP
15:35
donV has quit [Ping timeout: 255 seconds]
15:40
<
headius >
chrisseaton: huh, I don't know...I commented asking for info
15:40
<
headius >
sad thing about OSS, more people just give up on a project that has issues, rather than reporting those issues
15:41
<
headius >
adam12: hmm, not sure what article that would be, but it's pretty easy for pure-Ruby gems
15:41
<
adam12 >
headius: I ended up checking RUBY_VERSION for 'java' and then providing alternate gems. Seems to work
15:42
<
headius >
yeah until rubygems supports multiple platforms in a single gem, releasing a separate 'java' gem for JRuby is easy
15:42
<
adam12 >
I mucked up the gem push to Rubygems, because technically it only needs alternatives for development deps
15:42
<
adam12 >
But whatever.
15:46
Cyrus has joined #jruby
15:47
baweaver has joined #jruby
16:00
vtunka has quit [Quit: Leaving]
16:01
prasunanand has joined #jruby
16:04
shellac has joined #jruby
16:04
donV has joined #jruby
16:05
donV has quit [Client Quit]
16:06
donV has joined #jruby
16:19
donV has quit [Quit: donV]
16:24
<
GitHub3 >
jruby/master 98f7814 Charles Oliver Nutter: Update to jnr-posix-3.0.38 to fix #4565.
16:24
<
GitHub86 >
[jruby] headius closed issue #4565: Time.now sometimes attempts to call libc gettimeofday on Windows
https://git.io/vSp0C
16:24
shellac has quit [Quit: Computer has gone to sleep.]
16:35
<
GitHub164 >
[jruby] davishmcclurg opened pull request #4566: Return Process::Waiter with pid in Process.detach (master...davishmcclurg/wait-thread-pid)
https://git.io/vSpXb
16:35
<
GitHub13 >
jruby/master e06bd07 Charles Oliver Nutter: Merge pull request #4548 from yuqilinaro/aarch64...
16:35
<
GitHub13 >
jruby/master fa7b4c8 Yuqi: use spaces instead of tab
16:35
<
GitHub13 >
jruby/master fe4fa8a yuqilinaro: Add AARCH64 support in FFI
16:36
<
GitHub34 >
[jruby] headius closed pull request #4548: Add AARCH64 support in FFI (master...aarch64)
https://git.io/vSmZR
16:37
<
GitHub114 >
[jruby] headius closed pull request #4430: JIT fixnum cases (with a value span <= 32) as a tableswitch (master...test-jit-tableswitch)
https://git.io/vMWpg
16:37
<
GitHub45 >
jruby/master 27b38db Charles Oliver Nutter: Merge pull request #4430 from jruby/test-jit-tableswitch...
16:37
hobodave has joined #jruby
16:40
<
GitHub89 >
[jruby] headius closed pull request #4491: Immediately unregister out and err for JSR223 evals. Fixes #4446. (jruby-1_7...fix-fileno-leak)
https://git.io/vD6IF
16:40
<
GitHub50 >
jruby/jruby-1_7 2f67fdb Charles Oliver Nutter: Merge pull request #4491 from headius/fix-fileno-leak...
16:40
<
GitHub50 >
jruby/jruby-1_7 900b702 Charles Oliver Nutter: Immediately unregister out and err for JSR223 evals. Fixes #4446.
16:44
<
GitHub136 >
[jruby] headius closed pull request #4566: Return Process::Waiter with pid in Process.detach (master...davishmcclurg/wait-thread-pid)
https://git.io/vSpXb
16:44
<
GitHub148 >
jruby/master 8568572 Charles Oliver Nutter: Merge pull request #4566 from davishmcclurg/davishmcclurg/wait-thread-pid...
16:44
<
GitHub148 >
jruby/master 8f591fd David Harsha: Return Process::Waiter with pid in Process.detach...
17:25
camlow325 has quit [Quit: WeeChat 1.5]
17:41
hobodave has quit [Quit: Computer has gone to sleep.]
17:45
camlow325 has joined #jruby
17:51
hobodave has joined #jruby
17:54
<
GitHub29 >
jruby/master 3766e89 Charles Oliver Nutter: Fix bad setup of stderr stream (may not be used anymore).
17:54
<
GitHub29 >
jruby/master 19b5424 Charles Oliver Nutter: Special-case IO.open for stdio on Windows. Fixes #3625....
18:00
lanceball is now known as lance|afk
18:01
camlow325 has quit [Quit: WeeChat 1.5]
18:09
<
GitHub183 >
[jruby] headius closed issue #4446: ChannelDescriptor is not removed from the map after ScriptContainer is terminated
https://git.io/vMMp7
18:11
Cyrus has quit [Quit: WeeChat 1.7]
18:34
shellac has joined #jruby
18:36
drbobbeaty has quit [Read error: Connection reset by peer]
18:37
subbu is now known as subbu|lunch
18:38
drbobbeaty has joined #jruby
18:39
shellac has quit [Quit: Computer has gone to sleep.]
18:41
prasunanand has quit [Remote host closed the connection]
18:44
lance|afk is now known as lanceball
18:51
camlow325 has joined #jruby
19:48
subbu|lunch is now known as subbu
20:01
camlow325 has quit [Quit: WeeChat 1.5]
20:24
lanceball is now known as lance|afk
21:12
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
21:32
camlow325 has joined #jruby
21:36
hobodave has quit [Ping timeout: 240 seconds]
21:59
tcrawley is now known as tcrawley-away
22:25
shellac has joined #jruby
23:02
drbobbeaty has joined #jruby
23:33
shellac has quit [Quit: Computer has gone to sleep.]
23:52
byteflame has quit [Ping timeout: 252 seconds]