camlow325 has quit [Ping timeout: 268 seconds]
joast has quit [Quit: Leaving.]
akp has joined #jruby
akp has quit [Remote host closed the connection]
akp has joined #jruby
akp has quit [Ping timeout: 268 seconds]
camlow325 has joined #jruby
camlow325 has quit [Client Quit]
m4rCsi_ has joined #jruby
CustosLimen has quit [Ping timeout: 260 seconds]
m4rCsi has quit [Ping timeout: 260 seconds]
qmx has quit [Ping timeout: 260 seconds]
qmx has joined #jruby
<GitHub24> [jruby] jakago opened issue #4689: __dir__ does not return canonicalized absolute path https://git.io/vQZLQ
CustosLimen has joined #jruby
kares_ has joined #jruby
akp_ has joined #jruby
akp_ has quit [Ping timeout: 240 seconds]
<kares_> what's the status of considering a drop for Java 7 with 9.2 ?
<kares_> (have seen 9.1 twice slower on 7 than 8 on a Rails app ... probably due indy and I am not sure its worth the effort to 'fix')
_whitelogger has joined #jruby
akp_ has joined #jruby
akp_ has quit [Ping timeout: 260 seconds]
clayton has quit [Ping timeout: 268 seconds]
prasun has joined #jruby
clayton has joined #jruby
vtunka has joined #jruby
prasun has quit [Ping timeout: 246 seconds]
akp_ has joined #jruby
akp_ has quit [Ping timeout: 240 seconds]
prasun has joined #jruby
vtunka has quit [Ping timeout: 258 seconds]
vtunka has joined #jruby
vtunka has quit [Quit: Leaving]
akp_ has joined #jruby
<travis-ci> kares/jruby (test-set-native:09a504d by kares): The build passed. (https://travis-ci.org/kares/jruby/builds/247393098)
<GitHub174> [jruby] kares created test-set-native (+17 new commits): https://git.io/vQZW8
<GitHub174> jruby/test-set-native df27212 kares: get native SortedSet working (using Java's TreeSet as an order backend)
<GitHub174> jruby/test-set-native 7ecc71f kares: extract out Array's Comparator impls into classes (for reusability)
<GitHub174> jruby/test-set-native 2ce8f3f kares: a well working (first) draft of rewritten native Set impl (based on set.rb)
akp_ has quit [Ping timeout: 260 seconds]
vtunka has joined #jruby
drbobbeaty has joined #jruby
Antiarc_ has joined #jruby
drbobbeaty has quit [*.net *.split]
vtunka has quit [*.net *.split]
kares_ has quit [*.net *.split]
Antiarc has quit [*.net *.split]
prasun has quit [Ping timeout: 246 seconds]
<GitHub91> [jruby] kares pushed 1 new commit to master: https://git.io/vQZzx
<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
<GitHub130> [jruby] kares closed issue #2089: Invalid encoding with nokogiri https://git.io/vQZrI
<travis-ci> jruby/jruby (master:d3a5ee2 by kares): The build was fixed. (https://travis-ci.org/jruby/jruby/builds/247451779)
akp_ has joined #jruby
<GitHub43> [jruby] kares closed issue #1593: Seeing undefined method `_validation_callbacks' with Rails 4.0.4 https://git.io/vQZr2
akp_ has quit [Ping timeout: 276 seconds]
drbobbeaty has joined #jruby
<GitHub52> [jruby] patch0 opened issue #4691: `syslog/logger` from the Ruby standard library is missing in JRuby 9 https://git.io/vQZiz
kares_ has joined #jruby
rdubya has joined #jruby
akp_ has joined #jruby
prasun has quit [Ping timeout: 246 seconds]
akp__ has joined #jruby
akp_ has quit [Ping timeout: 240 seconds]
akp_ has joined #jruby
akp__ has quit [Ping timeout: 240 seconds]
prasun has joined #jruby
akp_ has quit [Ping timeout: 260 seconds]
joast has joined #jruby
bbrowning_away is now known as bbrowning
<travis-ci> jruby/jruby (test-set-native:09a504d by kares): The build passed. (https://travis-ci.org/jruby/jruby/builds/247428621)
akp_ has joined #jruby
akp_ has quit [Ping timeout: 276 seconds]
vtunka has quit [Ping timeout: 240 seconds]
akp_ has joined #jruby
vtunka has joined #jruby
lance|afk is now known as lanceball
prasun has quit [Ping timeout: 276 seconds]
vtunka has quit [Quit: Leaving]
nicoulaj46 has joined #jruby
prasun has joined #jruby
prasun has quit [Ping timeout: 258 seconds]
prasun has joined #jruby
prasun has quit [Ping timeout: 276 seconds]
camlow325 has joined #jruby
<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.
joast has joined #jruby
joast has quit [Client Quit]
joast has joined #jruby
ragge has joined #jruby
<GitHub64> [jruby] enebo pushed 1 new commit to master: https://git.io/vQcqv
<GitHub64> jruby/master f2e7b82 Thomas E. Enebo: Store token list of strptime format string in a cache so we do not continually...
<chrisseaton> headius: what's LJE?
<headius> LocalJumpError
camlow325 has quit [Quit: WeeChat 1.5]
akp_ has joined #jruby
akp_ has quit [Ping timeout: 255 seconds]