drbobbeaty has quit [Ping timeout: 255 seconds]
rdubya has quit [Ping timeout: 276 seconds]
<GitHub125> [jruby] headius pushed 1 new commit to master: https://git.io/vpGJj
<GitHub125> jruby/master 4b347a4 Christian Bruckmayer: Fix TestLoad#test_symlinked_jar...
<GitHub121> [jruby] headius pushed 6 new commits to master: https://git.io/vpGtn
<GitHub121> jruby/master 5441086 Charles Oliver Nutter: String#-@ always deduplicates in 2.5+.
<GitHub121> jruby/master 5d89f52 Charles Oliver Nutter: Non-formatting Java strings don't need %% for %.
<GitHub121> jruby/master 13e2499 Charles Oliver Nutter: Make Symbol hashing nondeterministic, as in 2.4+.
guilleiguaran has quit [Quit: Connection closed for inactivity]
Antiarc has quit [Quit: ZNC 1.6.5 - http://znc.in]
claudiuinberlin has joined #jruby
edmz_ has joined #jruby
edmz has quit [Read error: Connection reset by peer]
edmz_ is now known as edmz
claudiuinberlin has quit [Read error: Connection reset by peer]
shellac has joined #jruby
drbobbeaty has joined #jruby
rdubya has joined #jruby
bbrowning_away is now known as bbrowning
drbobbeaty has quit [Ping timeout: 255 seconds]
Iambchop has quit []
Iambchop has joined #jruby
shellac has quit [Quit: Leaving]
drbobbeaty has joined #jruby
drbobbeaty has quit [Ping timeout: 255 seconds]
<GitHub164> [jruby] bolandross opened issue #5150: Is possible to use JRuby command line arguments inside of a .jar? https://git.io/vpZ8O
xardion has joined #jruby
<GitHub6> [jruby] enebo closed issue #5150: Is possible to use JRuby command line arguments inside of a .jar? https://git.io/vpZ8O
damnski has quit [Ping timeout: 240 seconds]
rdubya has quit [Ping timeout: 255 seconds]
drbobbeaty has joined #jruby
rdubya has joined #jruby
<GitHub128> [jruby] enebo pushed 1 new commit to bytelist_love: https://git.io/vpZok
<GitHub128> jruby/bytelist_love 135da97 Thomas E. Enebo: Merge branch 'master' into bytelist_love
<GitHub1> [jruby] kares pushed 1 new commit to master: https://git.io/vpZow
<GitHub1> jruby/master dfa0e71 kares: [refactor] and dry-out default internal equality checks in RubyObject
<enebo> kares: I think that commit maybe needs a comment if it is correct
<enebo> new numeric removed EQL and just uses OP_EQUAL now for both cases
<enebo> Is that ok?
<GitHub98> [jruby] enebo pushed 1 new commit to bytelist_love: https://git.io/vpZ6U
<GitHub98> jruby/bytelist_love 6f74142 Thomas E. Enebo: Fix pushsymbolproc to use id vs bytelist to be consistent with new id...
claudiuinberlin has joined #jruby
edmz_ has joined #jruby
edmz has quit [Read error: Connection reset by peer]
edmz_ is now known as edmz
edmz has quit [Ping timeout: 276 seconds]
edmz has joined #jruby
<kares> enebo: seems correct, at least tests pass the sameand is now more dry
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<enebo> kares: but those are potentially totally different methods
<enebo> kares: I am somewhat surprised no test caught that. I may try to find a case.
<kares> yet they shared some logic of the same :)
<enebo> kares: unless you override them
<kares> okay - well feel free to
<kares> its only the base impl - that is correct
<enebo> kares: it maybe is possible no numeric type can?
<GitHub183> [jruby] enebo pushed 1 new commit to bytelist_love: https://git.io/vpZDU
<GitHub183> jruby/bytelist_love 69dc167 Thomas E. Enebo: Go to type for argument descriptor from ByteList.
<kares> hmm I wonder why am I suddenly hitting a **/opt/java/jdk/bin/java: error while loading shared libraries: dlopen: invalid caller**
<kares> ... after messing with android studio yesterday?!?
<kares> enebo: yy I believe so
<enebo> kares: My original comment was more if this is really true we should add a comment because it looks like a bug at a glance but I will try to see if I can make it fail as well
<headius> kares: youch
<headius> LD_LIBRARY_PATH mucked up somehow?
<headius> kares: I can't see a logic difference but I do wonder if it's correct for both paths to call == for numerics
<headius> it appears it did that before though
<enebo> Not sure what to make of this though
<headius> kares: those could be improved to use sites, and/or expanded to accept a call site from a caller
<enebo> If you remove == it will print eql? on both but super on both is == native impl
<enebo> if I add == as in this script it does not dyndispatch but I suspect that is not really the problem with this patch
<headius> yeah eql? is == by default in base class
<headius> hah, exactly one place calls eqlInternal: RubyStruct
<headius> so that explains why it wouldn't affect anything
<headius> ooo master is so close to green
<headius> enebo: I have left syntax/parser things to you for fixing or tagging
<enebo> ok
<headius> there's a handful left, but the bulk of MRI failures appears to be minor string changes
<enebo> Perhaps we could dry eqlInternal out of existence :)
<headius> my thought as well
<headius> equalInternal is used much more
<enebo> updated with more weirdness
<enebo> although none of it involves this but since I bothered to play
<headius> you compariing with MRI?
<enebo> yeah
<enebo> 2.5 notices the == is overriden and dispatches
<enebo> we do not
<enebo> another callsite candidate probably
<headius> yeah
subbu is now known as subbu|away
justinmcp has quit [Quit: No Ping reply in 180 seconds.]
justinmcp has joined #jruby
subbu|away is now known as subbu
<GitHub20> [jruby] HarlemSquirrel closed issue #4971: Extra long IO.select with JRuby 9.1.15.0 https://git.io/vNZne
<GitHub54> [jruby] enebo pushed 1 new commit to bytelist_love: https://git.io/vpZd1
<GitHub54> jruby/bytelist_love 3488484 Thomas E. Enebo: More FIXME addressing and removal. Last ones I left should be considered as...
<GitHub82> [jruby] headius pushed 4 new commits to master: https://git.io/vpZFw
<GitHub82> jruby/master 796b958 Charles Oliver Nutter: String#-@ should always dedup now, plus compiler optz.
<GitHub82> jruby/master b75be84 Charles Oliver Nutter: Split String[] limit test to separate method and exclude....
<GitHub82> jruby/master ad73ff4 Charles Oliver Nutter: Add LONG_MAX and LONG_MIN to RbConfig::LIMITS.
<headius> little things
<GitHub169> [jruby] headius pushed 4 new commits to master: https://git.io/vpZhc
<GitHub169> jruby/master c90308b Charles Oliver Nutter: Only go to 7bit if enc is ascii compat. (2.5+).
<GitHub169> jruby/master d56fca0 Charles Oliver Nutter: Deprecation.
<GitHub169> jruby/master 80a3e1b Charles Oliver Nutter: Defensive duping in partition, rpartition, and split (2.5+).
<GitHub109> [jruby] enebo pushed 1 new commit to bytelist_love: https://git.io/vpZj1
<GitHub109> jruby/bytelist_love 5cc5f85 Thomas E. Enebo: Merge branch 'master' into bytelist_love
<GitHub87> [jruby] enebo opened pull request #5151: Bytelist love merge (master...bytelist_love) https://git.io/vpneO
<lopex> numbers
<headius> busy busy busy
<GitHub96> [jruby] headius pushed 4 new commits to master: https://git.io/vpnqG
<GitHub96> jruby/master 91b3a8d Charles Oliver Nutter: Java select does not really support erroring FDs. 2.5
<GitHub96> jruby/master c09b063 Charles Oliver Nutter: Exclude test that expects MRI-fast startup.
<GitHub96> jruby/master 74538c4 Charles Oliver Nutter: Use new multi-arg write with warning for older implers. (2.5)
<headius> IO should be green
<headius> well, TestIO