<GitHub91>
jruby/master d3a5ee2 kares: revert previous fix for detecting alias-ed method's defined class...
prasun has joined #jruby
vtunka has joined #jruby
<GitHub164>
[jruby] kares opened pull request #4690: native implementation of set.rb (master...test-set-native) https://git.io/vQZwl
<chrisseaton>
kares: I would have thought that if people had managed to upgrade to 7 they would have managed to upgrade to 8, and people who are 'stuck behind' are generally so on 6, but I'm guessing
<codefinger>
I'm getting "warning: ambiguous Java methods found, using subscribe(rx.functions.Action1)". But Action is a FunctionalInterface, and the arg I'm passing in is a block, like `thing.subscribe { |x| do_stuff }`. Is there a way to disambiguate it without mucking up my Ruby code too much?
camlow325 has quit [Quit: WeeChat 1.5]
joast has quit [Quit: Leaving.]
prasun has joined #jruby
prasun has quit [Ping timeout: 276 seconds]
<headius>
kares_: it may be indy, or other slower aspects of Java than 7...we have not chosen to drop 7 yet though
<headius>
we recommend 8 but we still have people running 7 for apps out there
prasun has joined #jruby
<headius>
eregon: how does TR handle this LJE case?
<headius>
my naive fix searching stack for the target scope was too eager
subbu is now known as subbu|away
kares_ has quit [Quit: Connection closed for inactivity]
bascule has joined #jruby
bbrowning is now known as bbrowning_away
subbu|away is now known as subbu|lunch
camlow325 has joined #jruby
prasun has quit [Ping timeout: 276 seconds]
subbu|lunch is now known as subbu
<GitHub32>
[jruby] headius created fix_break_lje (+1 new commit): https://git.io/vQnSL
<GitHub32>
jruby/fix_break_lje 203daad Charles Oliver Nutter: Mark blocks as escaped and raise LJE for break when appropriate....
<GitHub194>
[jruby] headius pushed 1 new commit to fix_break_lje: https://git.io/vQn9b
<GitHub194>
jruby/fix_break_lje ccd8534 Charles Oliver Nutter: Additional fix for escaped blocks, set in optimized interp path....
camlow325 has quit [Read error: Connection reset by peer]
camlow325 has joined #jruby
subbu is now known as subbu|away
akp_ has quit [Remote host closed the connection]
akp_ has joined #jruby
akp_ has quit [Ping timeout: 260 seconds]
<GitHub71>
[jruby] headius pushed 1 new commit to ruby-2.4: https://git.io/vQnjd
<GitHub71>
jruby/ruby-2.4 c2a7ea2 Charles Oliver Nutter: [2.4] Fixes for Numeric recursion guard logic in ec800e6....
rdubya has quit [Quit: Leaving.]
subbu|away is now known as subbu
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<GitHub26>
[jruby] headius pushed 1 new commit to fix_break_lje: https://git.io/vQckT
<GitHub26>
jruby/fix_break_lje 9d5dcee Charles Oliver Nutter: Only set literal closures as escaped after their call returns.