dfr|wfh has joined #jruby
tjohnson has joined #jruby
gaustin has joined #jruby
<GitHub10> [jruby] envygeeks opened issue #3574: autoload + const_defined? inconsistent with Ruby 2.0+ http://git.io/vEpj8
pawnbox has joined #jruby
pawnbox has quit [Ping timeout: 260 seconds]
gaustin has quit [Quit: gaustin]
pawnbox has joined #jruby
pawnbox has quit [Ping timeout: 250 seconds]
<GitHub173> [jruby] enebo opened issue #3575: Non MRI:9907 test cases fail in test_assignment:test_assign_private_self http://git.io/vEhqp
<GitHub146> [jruby] enebo pushed 1 new commit to master: http://git.io/vEhmI
<GitHub146> jruby/master 4ff4ad4 Thomas E. Enebo: Fixes #3573. MRI 2.2.2 / JRuby 9.0.4.0 difference given explicit receiver for private method call.
<GitHub114> [jruby] enebo closed issue #3573: MRI 2.2.2 / JRuby 9.0.4.0 difference given explicit `self` receiver for private method call. http://git.io/vEx7B
pawnbox has joined #jruby
pawnbox has quit [Ping timeout: 272 seconds]
dfr|wfh has quit [Ping timeout: 264 seconds]
gaustin has joined #jruby
ITXpander1 has joined #jruby
ITXpander has quit [Ping timeout: 272 seconds]
<travis-ci> jruby/jruby (master:4ff4ad4 by Thomas E. Enebo): The build was fixed. (https://travis-ci.org/jruby/jruby/builds/99541759)
josh-k has joined #jruby
pawnbox has joined #jruby
pawnbox has quit [Ping timeout: 264 seconds]
yfeldblum has quit [Remote host closed the connection]
pawnbox has joined #jruby
gaustin has quit [Quit: gaustin]
josh-k has quit [Remote host closed the connection]
yfeldblum has joined #jruby
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
thedarkone2 has quit [Quit: thedarkone2]
Aethenelle has quit [Quit: Aethenelle]
donV has joined #jruby
donValentin has quit [Ping timeout: 272 seconds]
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
kares has joined #jruby
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
<GitHub52> [jruby-openssl] kares commented on commit bb8d074: did you notice what `KeyStore.getDefaultType()` returns under J9 (maybe its a bug) ? http://git.io/vEhAG
pawnbox has quit [Remote host closed the connection]
<GitHub94> [jruby-openssl] mkristian commented on commit bb8d074: jdk9 does return "pkcs12" - I am using the on jdk9 from oracle and it produces the same error as the one from openjdk.... http://git.io/vEjfm
pawnbox has joined #jruby
yfeldblum has quit [Ping timeout: 260 seconds]
anaeem1_ has joined #jruby
anaeem1_ has quit [Remote host closed the connection]
pawnbox has quit [Remote host closed the connection]
<GitHub178> [jruby-openssl] kares commented on commit bb8d074: heh nice :coffee: indeed, thanks! http://git.io/vEjU8
gaustin has joined #jruby
gaustin has quit [Ping timeout: 240 seconds]
pawnbox has joined #jruby
tjohnson has quit [Quit: Connection closed for inactivity]
pitr-ch has joined #jruby
ITXpander has joined #jruby
pitr-ch has quit [Client Quit]
ITXpander1 has quit [Ping timeout: 264 seconds]
pitr-ch has joined #jruby
pitr-ch has quit [Client Quit]
yfeldblum has joined #jruby
pitr-ch has joined #jruby
pitr-ch has quit [Client Quit]
pitr-ch has joined #jruby
<GitHub86> [jruby-openssl] kares pushed 2 new commits to master: http://git.io/vEjWP
<GitHub86> jruby-openssl/master 8c0889f kares: we did have release notes for 0.9.12 on GH from @mkristian ... merge those in
<GitHub86> jruby-openssl/master 5e4f2c4 kares: default WairReadable/Writable backtraces to JRuby's -Xerrno.backtrace
mkristian has joined #jruby
<mkristian> kares, are u around ?
blackthor has joined #jruby
<kares> mkristian: hey!
<mkristian> I was just looking on travis and wondered if you have an idea about those 1.7.22 failures ?
<kares> nope - they got introduced by some of my commits but I had no time to investigate
<kares> than lately (around 0.9.13 release) it got better
<kares> was hoping to wait for 1.7.24 and see if they're gone than
<mkristian> I might have some time to look into them, at least the one with store.set_default_paths as this one is kind of related to my patch from yesterday
<kares> fixed 9K but broke 1.7.22
<mkristian> it looks totally harmless :)
<kares> yy I tried a few simple things until it got me too distracted
<kares> have to say .... currently there aren't any failure - which was another surprise:)
<kares> * many
<travis-ci> jruby/jruby-openssl (master:5e4f2c4 by kares): The build is still failing. (https://travis-ci.org/jruby/jruby-openssl/builds/99570446)
mkristian has quit [Quit: Leaving]
mkristian has joined #jruby
<travis-ci> jruby/jruby-openssl (master:5e4f2c4 by kares): The build is still failing. (https://travis-ci.org/jruby/jruby-openssl/builds/99570446)
skade has joined #jruby
subbu has quit [Ping timeout: 260 seconds]
pitr-ch has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
subbu has joined #jruby
pitr-ch has joined #jruby
<kares> mkristian: planning another jruby-openssl release (missed regression in GH-78) ... should I wait for anything from your end?
<GitHub151> [jruby-openssl] kares pushed 3 new commits to master: http://git.io/vEj1p
<GitHub151> jruby-openssl/master 0bd2bd4 kares: avoid NPE due version field in X509Cert - make sure it's treated as 0 (fixes #78)
<GitHub151> jruby-openssl/master 29ae9bc kares: fix settting ceritificate.serial = number (change detection could not have worked)
<GitHub151> jruby-openssl/master 2ea071d kares: add test-case from #78 and adjust to_text Serial Number: ... formatting to match MRI
<GitHub93> [jruby-openssl] kares closed issue #78: OpenSSL::X509::Certificate regression in 1.7.23 and 9.0.4.0 http://git.io/vEENR
<mkristian> kares, give me an hour to look at this path issue. beside this there is nothing more on my end
byteit101 has joined #jruby
byteit101__ has quit [Ping timeout: 240 seconds]
<travis-ci> jruby/jruby-openssl (master:2ea071d by kares): The build is still failing. (https://travis-ci.org/jruby/jruby-openssl/builds/99582548)
<kares> mkristian: key - no biggie ... won't do the release today nor tomorrow but ~ first week hopefully
<mkristian> cool - so just go ahead. if I find something it will be this year
<kares> ok
<kares> and a happy new one!
skade has quit [Ping timeout: 255 seconds]
skade has joined #jruby
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
_whitelogger has joined #jruby
_whitelogger_ has joined #jruby
pawnbox has joined #jruby
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
_whitelogger_ has quit [Read error: Connection reset by peer]
_whitelogger has joined #jruby
yfeldblum has quit [Ping timeout: 260 seconds]
<GitHub67> [jruby] chrisseaton pushed 1 new commit to truffle-unpack: http://git.io/vEjjJ
<GitHub67> jruby/truffle-unpack 5c40a99 Chris Seaton: Merge branch 'master' into truffle-unpack
pawnbox has quit [Remote host closed the connection]
<GitHub54> [jruby] thomaswue commented on commit 9b65b7e: Excellent, thanks! http://git.io/vuefO
skade has quit [Quit: Computer has gone to sleep.]
pawnbox has joined #jruby
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
rsim has joined #jruby
_whitelogger has joined #jruby
kstuart has joined #jruby
_whitelogger has quit [Excess Flood]
_whitelogger has joined #jruby
ebarrett has quit [Quit: leaving]
_whitelogger has quit [Excess Flood]
_whitelogger has joined #jruby
subbu has quit [Ping timeout: 260 seconds]
_whitelogger has quit [Excess Flood]
_whitelogger_ has joined #jruby
<GitHub41> [jruby] kares force-pushed force-backtrace-nil from 0a3b5cd to 53e70e9: http://git.io/v0gAL
<GitHub41> jruby/force-backtrace-nil 5087e4c kares: test how Ruby exceptions are behaving on the Java API side
<GitHub41> jruby/force-backtrace-nil abadfbd kares: allow RaiseException() with passed nil backtrace to correctly force the backtrace as nil
<GitHub41> jruby/force-backtrace-nil 35ae362 kares: improve forceBacktrace (called on RaiseException()) to keep backtrace() lazy...
_whitelogger_ has quit [Excess Flood]
_whitelogger has joined #jruby
Aethenelle has joined #jruby
rsim has quit [Quit: Leaving.]
_whitelogger has quit [Excess Flood]
_whitelogger has joined #jruby
_whitelogger has joined #jruby
_whitelogger has joined #jruby
nirvdrum has joined #jruby
nirvdrum has quit [Remote host closed the connection]
kares has quit [Ping timeout: 276 seconds]
_whitelogger has quit [Excess Flood]
_whitelogger has joined #jruby
_whitelogger has quit [Excess Flood]
_whitelogger has joined #jruby
tcrawley-away is now known as tcrawley
mkristian has joined #jruby
tcrawley is now known as tcrawley-away
_whitelogger has joined #jruby
mkristian has quit [Quit: This computer has gone to sleep]
hobodave has joined #jruby
_whitelogger has joined #jruby
e_dub has quit [Ping timeout: 265 seconds]
_whitelogger has joined #jruby
blackthor has left #jruby [#jruby]
subbu has joined #jruby
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
pawnbox has quit [Remote host closed the connection]
skade has quit [Quit: Computer has gone to sleep.]
pawnbox has joined #jruby
_whitelogger has quit [Ping timeout: 240 seconds]
_whitelogger has joined #jruby
subbu has quit [Ping timeout: 276 seconds]
_whitelogger has joined #jruby
mkristian has joined #jruby
subbu has joined #jruby
_whitelogger has quit [Excess Flood]
_whitelogger has joined #jruby
_whitelogger has quit [Ping timeout: 250 seconds]
_whitelogger has joined #jruby
_whitelogger has quit [Excess Flood]
_whitelogger has joined #jruby
pitr-ch has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
subbu has quit [Ping timeout: 240 seconds]
_whitelogger has quit [Ping timeout: 240 seconds]
_whitelogger has joined #jruby
_whitelogger has joined #jruby
_whitelogger has quit [Excess Flood]
_whitelogger has joined #jruby
Aethenelle has quit [Ping timeout: 240 seconds]
pietr0 has joined #jruby
_whitelogger has quit [Excess Flood]
_whitelogger has joined #jruby
_whitelogger has joined #jruby
pitr-ch has joined #jruby
mkristian has quit [Quit: This computer has gone to sleep]
_whitelogger has quit [Excess Flood]
_whitelogger has joined #jruby
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
_whitelogger has quit [Excess Flood]
_whitelogger has joined #jruby
_whitelogger has joined #jruby
mkristian has joined #jruby
_whitelogger has quit [Ping timeout: 240 seconds]
_whitelogger has joined #jruby
subbu has quit [Ping timeout: 240 seconds]
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
pawnbox_ has joined #jruby
mkristian has joined #jruby
pawnbox has quit [Ping timeout: 260 seconds]
subbu has joined #jruby
mkristian has quit [Quit: This computer has gone to sleep]
ITXpander1 has joined #jruby
ITXpander has quit [Ping timeout: 255 seconds]
subbu has quit [Quit: Leaving]
robbyoconnor has quit [Ping timeout: 264 seconds]
<GitHub20> [jruby] smellsblue opened issue #3576: ConstructorInvoker isn't storing the proxy in the ObjectProxyCache http://git.io/vuvrq
pietr0 has quit [Quit: pietr0]
gaustin has quit [Quit: gaustin]
_whitelogger has joined #jruby
_whitelogger has joined #jruby
_whitelogger has quit [Ping timeout: 240 seconds]
_whitelogger_ has joined #jruby
pawnbox_ has quit [Remote host closed the connection]
pawnbox has joined #jruby
pawnbox has quit [Ping timeout: 260 seconds]
_whitelogger has joined #jruby
robbyoconnor has joined #jruby
<GitHub131> [jruby] headius created ruby-2.3+socket (+1 new commit): http://git.io/vuvdD
<GitHub131> jruby/ruby-2.3+socket 64458de Charles Oliver Nutter: First pass at compatibility work on socket subsystem....
robbyoconnor has quit [Quit: Konversation terminated!]
mkristian has joined #jruby
mkristian has quit [Quit: This computer has gone to sleep]
byteit101 is now known as byteit101__
subbu has quit [Quit: Leaving]
yfeldblum has joined #jruby
pawnbox has joined #jruby
ITXpander1 has joined #jruby
pawnbox has quit [Ping timeout: 265 seconds]
ITXpander has quit [Ping timeout: 240 seconds]