swills has quit [Quit: Leaving]
_whitelogger has joined #jruby
prasun has joined #jruby
prasun has quit [Ping timeout: 255 seconds]
_whitelogger has joined #jruby
vtunka has joined #jruby
abhishekkr has joined #jruby
<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
<kares> anyway I think the build is fine now so it wasn't due the year ... good job
<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
vtunka has quit [Quit: Leaving]
Antiarc has quit [Read error: Connection reset by peer]
Antiarc has joined #jruby
vtunka has joined #jruby
drbobbeaty has joined #jruby
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
abhishekkr has quit [Read error: Connection reset by peer]
vtunka has quit [Quit: Leaving]
shellac has joined #jruby
prasun has joined #jruby
drbobbeaty has joined #jruby
prasun has quit [Ping timeout: 246 seconds]
vtunka has joined #jruby
bbrowning_away is now known as bbrowning
vtunka has quit [Ping timeout: 268 seconds]
vtunka has joined #jruby
vtunka has quit [Quit: Leaving]
vtunka has joined #jruby
tenderlove has joined #jruby
tenderlo_ has joined #jruby
tenderlove has quit [Ping timeout: 240 seconds]
<GitHub14> [jruby] kares closed pull request #4673: Handle nil buffer in Zlib::GzipReader#readpartial (master...gzip_reader_readpartial) https://git.io/vHpyg
<GitHub166> [jruby] kares pushed 3 new commits to master: https://git.io/vQLXR
<GitHub166> jruby/master eef3f72 Karol Bucek: Merge pull request #4673 from haines/gzip_reader_readpartial...
<GitHub166> jruby/master 026b366 Andrew Haines: Add spec for nil buffer passed to Zlib::GzipReader#readpartial
<GitHub166> jruby/master 14619bd Andrew Haines: Handle nil buffer in Zlib::GzipReader#readpartial
<GitHub134> [jruby] kares closed issue #1896: Securerandom and KVM virtual machines https://git.io/vQLML
<GitHub39> [jruby] kares closed issue #1902: Open3 does not look at `ENV` to find the path https://git.io/vQLMW
<GitHub106> [jruby] kares closed issue #2166: __UNKNOWN_CONSTANT__ error on Windows on 1.7.16 (and 1.7.16.1) https://git.io/vQLyW
<GitHub132> [jruby] kares closed issue #2220: jgem doesn't work - handshake_failure talking to rubygems.org https://git.io/hdq5mA
tenderlo_ has quit [Quit: Leaving...]
<GitHub148> [jruby] kares closed issue #2243: poor error message when unable to create parent class https://git.io/a1-wOA
<GitHub99> [jruby] kares closed issue #2358: How to run jruby-tests in java? https://git.io/SKk2Ag
<GitHub193> [jruby] kares closed issue #2932: check_permissions https://git.io/vUEaa
vtunka has quit [Quit: Leaving]
<GitHub46> [jruby] mkristian closed issue #2612: build improvements https://git.io/AZPU
swills has joined #jruby
hobodave has joined #jruby
<GitHub77> [jruby] kares closed issue #1783: IO.select broken with output stream from Open3.popen3 https://git.io/vQtvL
<GitHub111> [jruby] kares pushed 3 new commits to master: https://git.io/vQtJR
<GitHub111> jruby/master dbde0d5 kares: [test] un-exclude working TestSymbol#test_symbol_fstr_leak
<GitHub111> jruby/master eeaaebf kares: [travis-ci] export JAVA_OPTS based on JVM version (set MaxPerm/Meta)
<GitHub111> jruby/master 5089401 kares: [travis-ci] further set/decrease overall JVM memory max
rdubya has quit [Read error: Connection reset by peer]
shellac has quit [Ping timeout: 255 seconds]
camlow325 has joined #jruby
<GitHub115> [jruby] kares closed issue #2452: Add salt to Array#hash https://git.io/4cG4FQ
<GitHub74> [jruby] kares closed issue #3440: Testingjrubyinvokedynamic page is outdated? https://git.io/vlW3m
subbu is now known as subbu|lunch
hobodave has quit [Quit: ["Textual IRC Client: www.textualapp.com"]]
jimbaker has quit [Ping timeout: 240 seconds]
jimbaker has joined #jruby
_whitelogger has joined #jruby
subbu|lunch is now known as subbu
swills has quit [Quit: Leaving]
camlow321 has joined #jruby
camlow325 has quit [Ping timeout: 260 seconds]
bbrowning is now known as bbrowning_away
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
camlow321 has quit [Quit: WeeChat 1.5]
mistergibson has joined #jruby
drbobbeaty has joined #jruby
SplendidRust has joined #jruby
<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?