00:00
swills has quit [Quit: Leaving]
03:07
_whitelogger has joined #jruby
03:53
prasun has joined #jruby
05:27
prasun has quit [Ping timeout: 255 seconds]
05:58
_whitelogger has joined #jruby
06:58
vtunka has joined #jruby
07:21
abhishekkr has joined #jruby
07:41
<
kares >
enebo: hey! was planning to do the same - more fields where originally long but in the PR the author went for BI since some mri tests failed
07:41
<
kares >
anyway I think the build is fine now so it wasn't due the year ... good job
07:48
<
kares >
rdubya: cool, you're now 2-nd for MS-SQL, hopefully it will go through this time, if in doubt I am happy to help
07:59
vtunka has quit [Quit: Leaving]
08:36
Antiarc has quit [Read error: Connection reset by peer]
08:37
Antiarc has joined #jruby
08:57
vtunka has joined #jruby
09:04
drbobbeaty has joined #jruby
09:25
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
09:37
abhishekkr has quit [Read error: Connection reset by peer]
09:46
vtunka has quit [Quit: Leaving]
09:48
shellac has joined #jruby
11:11
prasun has joined #jruby
11:18
drbobbeaty has joined #jruby
11:50
prasun has quit [Ping timeout: 246 seconds]
12:10
vtunka has joined #jruby
12:54
bbrowning_away is now known as bbrowning
13:03
vtunka has quit [Ping timeout: 268 seconds]
13:21
vtunka has joined #jruby
13:27
vtunka has quit [Quit: Leaving]
13:43
vtunka has joined #jruby
14:01
tenderlove has joined #jruby
14:02
tenderlo_ has joined #jruby
14:06
tenderlove has quit [Ping timeout: 240 seconds]
14:13
<
GitHub14 >
[jruby] kares closed pull request #4673: Handle nil buffer in Zlib::GzipReader#readpartial (master...gzip_reader_readpartial)
https://git.io/vHpyg
14:13
<
GitHub166 >
jruby/master eef3f72 Karol Bucek: Merge pull request #4673 from haines/gzip_reader_readpartial...
14:13
<
GitHub166 >
jruby/master 026b366 Andrew Haines: Add spec for nil buffer passed to Zlib::GzipReader#readpartial
14:13
<
GitHub166 >
jruby/master 14619bd Andrew Haines: Handle nil buffer in Zlib::GzipReader#readpartial
14:36
<
GitHub106 >
[jruby] kares closed issue #2166:
__UNKNOWN_CONSTANT__ error on Windows on 1.7.16 (and 1.7.16.1)
https://git.io/vQLyW
14:43
<
GitHub132 >
[jruby] kares closed issue #2220: jgem doesn't work - handshake_failure talking to rubygems.org
https://git.io/hdq5mA
14:46
tenderlo_ has quit [Quit: Leaving...]
15:06
vtunka has quit [Quit: Leaving]
15:56
swills has joined #jruby
16:22
hobodave has joined #jruby
16:26
<
GitHub77 >
[jruby] kares closed issue #1783: IO.select broken with output stream from Open3.popen3
https://git.io/vQtvL
16:41
<
GitHub111 >
jruby/master dbde0d5 kares: [test] un-exclude working TestSymbol#test_symbol_fstr_leak
16:41
<
GitHub111 >
jruby/master eeaaebf kares: [travis-ci] export JAVA_OPTS based on JVM version (set MaxPerm/Meta)
16:41
<
GitHub111 >
jruby/master 5089401 kares: [travis-ci] further set/decrease overall JVM memory max
17:08
rdubya has quit [Read error: Connection reset by peer]
17:30
shellac has quit [Ping timeout: 255 seconds]
17:40
camlow325 has joined #jruby
18:23
subbu is now known as subbu|lunch
18:32
jimbaker has quit [Ping timeout: 240 seconds]
18:33
jimbaker has joined #jruby
18:40
_whitelogger has joined #jruby
19:03
subbu|lunch is now known as subbu
19:26
swills has quit [Quit: Leaving]
20:19
camlow321 has joined #jruby
20:21
camlow325 has quit [Ping timeout: 260 seconds]
21:01
bbrowning is now known as bbrowning_away
21:07
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
22:36
camlow321 has quit [Quit: WeeChat 1.5]
22:41
mistergibson has joined #jruby
23:09
drbobbeaty has joined #jruby
23:53
SplendidRust has joined #jruby
23:59
<
SplendidRust >
I'd like to use JRuby together with DRB. The blank slate implementation of is an impediment. I cannot, for example, do Java::SomePackagePath.include(DRbUndumped). I don't understand the Java::JavaPackage well enough to figure out a work-around. Can someone point me in the right direction please?