yosafbridge has quit [Quit: Leaving]
yosafbridge has joined #jruby
Puffball has quit [Remote host closed the connection]
fidothe_ has quit [*.net *.split]
qmx has quit [*.net *.split]
m4rCsi_ has quit [*.net *.split]
olle has joined #jruby
qmx has joined #jruby
m4rCsi_ has joined #jruby
fidothe_ has joined #jruby
<GitHub17> [jruby] kares pushed 1 new commit to master: https://git.io/vhcPz
<GitHub17> jruby/master bbed5b2 kares: [refactor] correct a typo that has made it being a public method
<GitHub105> [jruby.github.io] dansteele opened pull request #11: Update version on homepage (master...patch-1) https://git.io/vhcXO
<GitHub147> [jruby.github.io] donv closed pull request #11: Update version on homepage (master...patch-1) https://git.io/vhcXO
<GitHub162> [jruby.github.io] donv pushed 2 new commits to master: https://git.io/vhcXR
<GitHub162> jruby.github.io/master 8ec5669 Uwe Kubosch: Merge pull request #11 from dansteele/patch-1...
<GitHub162> jruby.github.io/master d4dd978 Daniel Steele: Update version on homepage
Antiarc_ has quit [Ping timeout: 245 seconds]
Antiarc has joined #jruby
Puffball has joined #jruby
olle has quit [Quit: olle]
olle has joined #jruby
<travis-ci> jruby/jruby (master:bbed5b2 by kares): The build passed. (https://travis-ci.org/jruby/jruby/builds/386545703)
<travis-ci> kares/jruby (ji-lazy-pp2:41befa8 by kares): The build was fixed. (https://travis-ci.org/kares/jruby/builds/386564553)
<GitHub51> [jruby-openssl] kares pushed 4 new commits to master: https://git.io/vhcj2
<GitHub51> jruby-openssl/master 4a94bd1 kares: read String (binary) bytes instead of going through as Java chars
<GitHub51> jruby-openssl/master d7968d9 kares: re-add (2.4) preliminary compat script but load it on 2.3 (JRuby 9.1)...
<GitHub51> jruby-openssl/master 777faee kares: [refactor] convert (potential symbolic) name without conversion
<GitHub177> [jruby-openssl] kares pushed 1 new commit to master: https://git.io/vhcjH
<GitHub177> jruby-openssl/master b5a74f8 kares: exclude integration/** pom's being included in the built gem
<GitHub180> [jruby-openssl] kares created jruby-load-ext (+1 new commit): https://git.io/vhcjb
<GitHub180> jruby-openssl/jruby-load-ext 4797873 kares: loading JOpenSSL's native ext part the JRuby 9.2 (internal) way
<GitHub152> [jruby-openssl] kares opened pull request #167: loading JOpenSSL's native ext part the JRuby 9.2 (internal) way (master...jruby-load-ext) https://git.io/vhcjp
olle has quit [Quit: olle]
olle has joined #jruby
olle has quit [Client Quit]
<travis-ci> jruby/jruby-openssl (jruby-load-ext:4797873 by kares): The build failed. (https://travis-ci.org/jruby/jruby-openssl/builds/386617622)
<travis-ci> jruby/jruby-openssl (jruby-load-ext:4797873 by kares): The build passed. (https://travis-ci.org/jruby/jruby-openssl/builds/386617622)
<GitHub87> [jruby] kares created ji-lazy-pp2 (+21 new commits): https://git.io/vhCUm
<GitHub87> jruby/ji-lazy-pp2 f641854 kares: setup a convention to boot psych.rb (similar to MRI) wout loading JI
<GitHub87> jruby/ji-lazy-pp2 73043c5 kares: internal helper to set meta-class (avoid booting JI due self-reflect)
<GitHub87> jruby/ji-lazy-pp2 9aca207 kares: [refactor] avoid JRuby.runtime usage (on POSIX) when loading kernel.rb
jrafanie has joined #jruby
<GitHub15> [jruby] kares force-pushed ji-lazy-pp2 from 0304b9c to 5897275: https://git.io/vhCLZ
<GitHub15> jruby/ji-lazy-pp2 98e97ba kares: setup a convention to boot psych.rb (similar to MRI) wout loading JI
<GitHub15> jruby/ji-lazy-pp2 b91cf04 kares: internal helper to set meta-class (avoid booting JI due self-reflect)
<GitHub15> jruby/ji-lazy-pp2 a51f0dc kares: [refactor] avoid JRuby.runtime usage (on POSIX) when loading kernel.rb
<GitHub105> [jruby] kares pushed 1 new commit to ji-lazy-pp2: https://git.io/vhCtI
<GitHub105> jruby/ji-lazy-pp2 a70ecc6 kares: Revert "setup a convention to boot psych.rb (similar to MRI) wout loading JI"...
<GitHub59> [jruby] kares force-pushed ji-lazy-pp2 from a70ecc6 to dcd5d62: https://git.io/vhCLZ
<GitHub59> jruby/ji-lazy-pp2 6c53503 kares: cleanup - JRubyTypeLibrary class hasn't existed for quite some time
<GitHub59> jruby/ji-lazy-pp2 6899e16 kares: [refactor] re-arrange jruby/kernel.rb -> delay some with autoloads
<GitHub59> jruby/ji-lazy-pp2 ac145a5 kares: redo class_loaded_resources to be (re)usable for jar-dependencies
kith has joined #jruby
<headius> kares: busy busy!
<headius> I'm glad you're on the job while enebo and I fumble with talks on opposite sides of the world
shellac_ has joined #jruby
<GitHub187> [jruby] kares opened pull request #5205: cleanup jruby boot -> improve performance (master...ji-lazy-pp2) https://git.io/vhCOd
<kares> headius: hey yah, welcome back to the europe side ;)
<kares> have smt for you guys to review ... pretty much a 'standard' JRuby.load_ext('java-class-name')
<kares> there's some more work along the way ... https://github.com/jruby/jruby/pull/5205
<kares> and if we get those gems mentioned there to release new versions using the new ext loading mechanism
<kares> we gain another 5+%
<GitHub73> [jruby] kares pushed 1 new commit to ji-lazy-pp2: https://git.io/vhCnO
<GitHub73> jruby/ji-lazy-pp2 7b8d196 kares: GC part already loaded from native -> at least delay JI loading on use...
<travis-ci> jruby/jruby (ji-lazy-pp2:7b8d196 by kares): The build passed. (https://travis-ci.org/jruby/jruby/builds/386694909)
jrafanie has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jrafanie has joined #jruby
xardion has quit [Remote host closed the connection]
xardion has joined #jruby
shellac_ has quit [Quit: Computer has gone to sleep.]
jrafanie has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<headius> yeah I'll have a look at the lazy thing
<headius> kares: have you played with AppCDS at all
<headius> I spent a couple hours poking at it, seems to show promise
jrafanie has joined #jruby
jrafanie has quit [Read error: Connection reset by peer]
jrafanie has joined #jruby
<GitHub89> [jruby-openssl] kares closed pull request #166: Fix jopenssl24 set_key methods (master...master) https://git.io/vhcqU
<GitHub155> [jruby-openssl] kares pushed 1 new commit to master: https://git.io/vhCS6
<GitHub155> jruby-openssl/master 4b67129 Jonathan Boler: Fix jopenssl24 set_key methods (#166)
<travis-ci> jruby/jruby-openssl (master:4b67129 by Jonathan Boler): The build was broken. (https://travis-ci.org/jruby/jruby-openssl/builds/386821864)
shellac_ has joined #jruby
shellac_ has quit [Quit: Computer has gone to sleep.]
michael_mbp has quit [Ping timeout: 268 seconds]
michael_mbp has joined #jruby
shellac_ has joined #jruby
shellac_ has quit [Ping timeout: 265 seconds]
lanceball is now known as lance|afk
rdubya has quit [Ping timeout: 276 seconds]
rdubya has joined #jruby
rdubya has quit [Ping timeout: 276 seconds]
rdubya has joined #jruby
rdubya has quit [Ping timeout: 265 seconds]
rdubya has joined #jruby
rdubya has quit [Ping timeout: 245 seconds]
Puffball has quit [Read error: Connection reset by peer]
bbrowning is now known as bbrowning_away