kotk has quit [Read error: Connection reset by peer]
kotk has joined #jruby
<GitHub168> [jruby] kares pushed 2 new commits to master: https://git.io/v5zOw
<GitHub168> jruby/master 3cbf5ff Karol Bucek: Merge pull request #4751 from original-brownbear/cleanup-ruby-array...
<GitHub168> jruby/master 5152772 Armin: MINOR: Dry up RubyArray and improve performance in a few spots
<GitHub11> [jruby] kares closed pull request #4751: MINOR: Dry up RubyArray and improve performance in a few spots (master...cleanup-ruby-array) https://git.io/v53mT
<kares> kitallis: they should be 'efficient', start_with? is core API but blank? is ActiveSupport ... hopefully we can assume it does a length check and a quick loop (does not loop the whole thing checking for empty)
<kares> String#blank? is doing a regex match, cause Rails can :)
<kares> would be a good spot to 'optimize' ... think it makes sense for MRI as well to halt a loop faster
<kares> guessing the matching might read the whole piece at this point? - not sure
<GitHub134> [jruby] kares pushed 1 new commit to master: https://git.io/v5zsP
<GitHub134> jruby/master 9b17780 Armin Braun: Fix dependency missing getter on LiveVariableAnalysis (#4776)
<GitHub10> [jruby] kares closed pull request #4776: Fix DEPENDENCY constant missing getter on LiveVariableAnalysis (master...fix-dependency-LiveVariableAnalysis) https://git.io/v5uin
vtunka has joined #jruby
claudiuinberlin has joined #jruby
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
claudiuinberlin has joined #jruby
claudiuinberlin has quit [Client Quit]
vtunka has quit [Ping timeout: 248 seconds]
claudiuinberlin has joined #jruby
temporalfox has joined #jruby
<GitHub39> [jruby] kares closed pull request #4775: MINOR: Dry up RubyRange#fixnumEach (master...cleanup-fixnumEach) https://git.io/v5u8a
<GitHub8> [jruby] kares pushed 1 new commit to master: https://git.io/v5z4o
<GitHub8> jruby/master aefd8a8 Armin Braun: MINOR: Dry up RubyRange#fixnumEach (#4775)
vtunka has joined #jruby
<temporalfox> hi, I would like to know which version of jruby is recommended for running with Java 9 without jigsaw
<temporalfox> and if there are known / expected issues
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
claudiuinberlin has joined #jruby
drbobbeaty has joined #jruby
reto_ has joined #jruby
<reto_> How would I call a method called checkCoiLifecycleSupressorConfigValidInProduction ? just all CamelCase, or with underscore?
<reto_> yes I know, probably too long
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
vtunka has quit [Ping timeout: 248 seconds]
vtunka has joined #jruby
<reto_> okay, it works now, nevermind please :)
TastyTrout has left #jruby [#jruby]
bbrowning_away is now known as bbrowning
drbobbeaty has joined #jruby
<kares> temporalfox: latest 9K but there might be issues - its not actively tested yet but should work decently
<kares> reto_: the answer is both ways will work :)
<temporalfox> thanks kares
<temporalfox> I will give a try
temporal_ has joined #jruby
temporalfox has quit [Ping timeout: 248 seconds]
claudiuinberlin has joined #jruby
_whitelogger has joined #jruby
temporalfox has joined #jruby
temporal_ has quit [Ping timeout: 240 seconds]
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
vtunka has quit [Quit: Leaving]
vtunka has joined #jruby
<GitHub122> [jruby] original-brownbear opened pull request #4777: Generate smaller bytecode when using Ruby type on implemented Java Interface + Benchmark (master...smaller-bytecode-javainterface-impl) https://git.io/v5gLR
claudiuinberlin has joined #jruby
claudiuinberlin has quit [Client Quit]
vtunka has quit [Quit: Leaving]
claudiuinberlin has joined #jruby
claudiuinberlin has quit [Client Quit]
kotk_ has joined #jruby
kotk has quit [Ping timeout: 240 seconds]
claudiuinberlin has joined #jruby
prasun has joined #jruby
baroquebobcat has joined #jruby
baroquebobcat has quit [Client Quit]
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
baroquebobcat has joined #jruby
<GitHub121> [jruby] headius pushed 2 new commits to master: https://git.io/v5gWK
<GitHub121> jruby/master 6e9854f Charles Oliver Nutter: Merge pull request #4777 from original-brownbear/smaller-bytecode-javainterface-impl...
<GitHub121> jruby/master 5e917ce Armin: Generate smaller bytecode when using Ruby type on implemented Java Interface + Benchmark
<GitHub184> [jruby] headius closed pull request #4777: Generate smaller bytecode when using Ruby type on implemented Java Interface + Benchmark (master...smaller-bytecode-javainterface-impl) https://git.io/v5gLR
yahonda has joined #jruby
yahonda has quit [Client Quit]
<GitHub176> [jruby] headius deleted ruby-2.4 at d3d918a: https://git.io/v5g4B
<GitHub61> [jruby] headius created jruby-9.1 from jruby-9.1.13.0 (+0 new commits): https://git.io/v5g4w
<headius> kares: use 9.1 branch for 9.1.x work
<headius> I'm fixing CI nightlies to build master and 9.1.x instead of master and 1.7.x
<headius> I can wipe out 9.1.13.0 but I think it may get recreated if you're still set up to push to that remote name
claudiuinberlin has joined #jruby
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
claudiuinberlin has joined #jruby
Puffball has quit [Remote host closed the connection]
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Puffball has joined #jruby
baroquebobcat has quit [Quit: baroquebobcat]
baroquebobcat has joined #jruby
<GitHub192> [jruby] cjyclaire opened issue #4778: JRuby hangs when one line is super long in require https://git.io/v5gKt
<nirvdrum> headius: Is there a preferred set of options for running benchmarks with JRuby?
<headius> nirvdrum: not really...obviously indy enable and a large enough heap
<nirvdrum> Okay. I'm running with -Xcompile.invokedynamic=true
<nirvdrum> But you have a lot of indy switches.
claudiuinberlin has joined #jruby
baroquebobcat has quit [Quit: baroquebobcat]
tenderlo_ has quit [Read error: Connection reset by peer]
tenderlove has joined #jruby
<headius> nirvdrum: most of those are defunct now since it hasn't made sense to disable individual uses for a while
<headius> they hearken back to when some uses of indy were still perf issues
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
claudiuinberlin has joined #jruby
baroquebobcat has joined #jruby
memes has joined #jruby
memes is now known as Guest48138
Guest48138 has quit [Client Quit]
<nirvdrum> headius: Gotcha. I wasn't sure if setting invokedynamic.all=true enabled more or not.
subbu is now known as subbu|lunch
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
claudiuinberlin has joined #jruby
subbu|lunch is now known as subbu
prasun has quit [Remote host closed the connection]
<GitHub27> [jruby] headius created java8 (+1 new commit): https://git.io/v5gp1
<GitHub27> jruby/java8 66d028d Charles Oliver Nutter: Use only Java 8 in travis and for build.
claudiuinberlin has quit [Quit: Textual IRC Client: www.textualapp.com]
<GitHub59> [jruby] headius pushed 2 new commits to java8: https://git.io/v52Ju
<GitHub59> jruby/java8 bc262ee Charles Oliver Nutter: Modify test to align with MRI. See #4761.
<GitHub59> jruby/java8 c52ebf0 Charles Oliver Nutter: Tweak toplevel return test to run on JRuby and unexclude.
<GitHub116> [jruby] headius pushed 2 new commits to master: https://git.io/v52Jz
<GitHub116> jruby/master 9853efc Charles Oliver Nutter: Modify test to align with MRI. See #4761.
<GitHub116> jruby/master 22c9c83 Charles Oliver Nutter: Tweak toplevel return test to run on JRuby and unexclude.
<GitHub68> [jruby] headius closed issue #4761: Toplevel return behavior (2.4) https://git.io/v5Zeo
<headius> productive day
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<GitHub71> [jruby] headius pushed 1 new commit to master: https://git.io/v52Yz
<GitHub71> jruby/master 1f2e040 Charles Oliver Nutter: Restructure and sync logic for propagating Ruby cause to Java.
bbrowning is now known as bbrowning_away
<GitHub91> [jruby] enebo opened issue #4779: yaml/store has a hack until we get an updated psych. https://git.io/v52GX
<GitHub114> [jruby] enebo pushed 1 new commit to jruby-9.1: https://git.io/v52GA
<GitHub114> jruby/jruby-9.1 c715c6f Thomas E. Enebo: Fixes #4770. YAML::Store does not retrieve UTF8 values correctly in read-only mode....
<GitHub196> [jruby] enebo pushed 1 new commit to master: https://git.io/v52Zk
<GitHub196> jruby/master e5b800e Thomas E. Enebo: Fixes #4770. YAML::Store does not retrieve UTF8 values correctly in read-only mode....
<GitHub101> [jruby] enebo closed issue #4770: YAML::Store does not retrieve UTF8 values correctly in read-only mode https://git.io/v5B17
temporalfox has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
temporalfox has joined #jruby
temporalfox has quit [Ping timeout: 260 seconds]
tenderlo_ has joined #jruby
tenderlove has quit [Ping timeout: 248 seconds]
temporalfox has joined #jruby