<GitHub73> [jruby] pcarlisle opened issue #5066: The & operator doesn't work with quoted symbols https://git.io/vAPRE
shellac has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
shellac has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
mistergibson has quit [Quit: Leaving]
<GitHub112> [jruby] headius pushed 1 new commit to exceptions2: https://git.io/vAPV9
<GitHub112> jruby/exceptions2 fda488b Charles Oliver Nutter: Implement Java exceptions for all primary Ruby exception types....
<headius> that oughta help some java integration
<GitHub146> [jruby] headius pushed 3 new commits to exceptions2: https://git.io/vAPKp
<GitHub146> jruby/exceptions2 e2a31ec Charles Oliver Nutter: Gratuitous.
<GitHub146> jruby/exceptions2 c6eaf26 Charles Oliver Nutter: Fix too-specific tests broken by better exceptions. #4781
<GitHub146> jruby/exceptions2 ec220c6 Charles Oliver Nutter: Fix missing assignment. #4781
<GitHub121> [jruby] headius pushed 1 new commit to exceptions2: https://git.io/vAPSl
<GitHub121> jruby/exceptions2 97117c1 Charles Oliver Nutter: Restore and deprecate some nativeException signatures.
sidx64 has joined #jruby
sidx64 has quit [Client Quit]
sidx64 has joined #jruby
sidx64 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
sidx64 has joined #jruby
sidx64 has quit [Client Quit]
mkristian has joined #jruby
sidx64 has joined #jruby
sidx64 has quit [Client Quit]
sidx64 has joined #jruby
sidx64 has quit [Client Quit]
sidx64 has joined #jruby
shellac has joined #jruby
sidx64 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
sidx64 has joined #jruby
sidx64 has quit [Read error: Connection reset by peer]
sidx64 has joined #jruby
sidx64 has quit [Client Quit]
<kares> those recent master changes (before spec update) had again had several suites go red
<kares> we really should clean those before merging bigger PR that might cause regressions ...
shellac has quit [Quit: Computer has gone to sleep.]
shellac has joined #jruby
sidx64 has joined #jruby
<GitHub122> [jruby] kares pushed 2 new commits to master: https://git.io/vAPNN
<GitHub122> jruby/master 52fbb08 kares: [minor] make newArrayNoCopy signature var-args
<GitHub122> jruby/master 20e2eb2 kares: Rational shall impl RubyNumeric's contract + adjust base method impl
<GitHub26> [jruby] kares created fix-native-send-routing (+1 new commit): https://git.io/vAPA4
<GitHub26> jruby/fix-native-send-routing 3b821f7 kares: let us fix __send__ routing of native methods when it has overloads...
sidx64 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
sidx64 has joined #jruby
sidx64 has quit [Client Quit]
claudiuinberlin has joined #jruby
sidx64 has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
<GitHub194> [jruby] kares opened pull request #5067: correct __send__ routing of native methods when it has overloads (master...fix-native-send-routing) https://git.io/vAPxo
sidx64 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
sidx64 has joined #jruby
drbobbeaty has joined #jruby
sidx64 has quit [Client Quit]
sidx64 has joined #jruby
sidx64 has quit [Client Quit]
sidx64 has joined #jruby
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
sidx64 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
sidx64 has joined #jruby
shellac has joined #jruby
sidx64 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mkristian has quit [Quit: This computer has gone to sleep]
sidx64 has joined #jruby
drbobbeaty has joined #jruby
Puffball has quit [Remote host closed the connection]
sidx64 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mkristian has joined #jruby
sidx64 has joined #jruby
sidx64 has quit [Client Quit]
bbrowning_away is now known as bbrowning
<headius> kares: yeah I didn't realize it broke stuff
<headius> until I was watching for results on my exception branch
<headius> ah yes, my numeric changes are part of it
<headius> ugh how did that happen
<headius> Fixnum override for remainder disappeared
<GitHub75> [jruby] headius pushed 1 new commit to master: https://git.io/vAXiC
<GitHub75> jruby/master d735053 Charles Oliver Nutter: Restore logic for Fixnum#remainder.
<headius> kares: ^ should fix all the remainder issues
<headius> I'm not sure what's up with the Rational precision thing, and that Regexp thing has been failing since we updated joni
<GitHub11> [jruby] headius pushed 1 new commit to exceptions2: https://git.io/vAXi2
<GitHub11> jruby/exceptions2 7cef66a Charles Oliver Nutter: Merge branch 'master' into exceptions2
<enebo> headius: if it is a single warning failure that was due to a workaround. There is a joni issue filed against it
olle has quit [Quit: olle]
shellac has quit [Quit: Leaving]
<GitHub1> [jruby] enebo pushed 1 new commit to jruby-9.1: https://git.io/vAX93
<GitHub1> jruby/jruby-9.1 14baf25 Thomas E. Enebo: Fixes #5066. The & operator doesn't work with quoted symbols....
xardion has quit [Remote host closed the connection]
<GitHub52> [jruby] enebo closed issue #5066: The & operator doesn't work with quoted symbols https://git.io/vAPRE
xardion has joined #jruby
yosafbridge` has joined #jruby
yosafbridge has quit [*.net *.split]
<GitHub172> [jruby] talbisaad opened issue #5068: LoadError: load error: jopenssl/load -- java.lang.SecurityException https://git.io/vAXdd
<headius> enebo: it's a dup warning thing
<enebo> what?
<headius> we said we would exclude it temporarily?
<headius> the regexp warning
<enebo> oh duplicated class is expected failure
<enebo> I made a joni issue on it. I should have excluded it but I thought I or lopex would have worked on it... :)
<headius> ok
<enebo> headius: you can exclude it. It is super unimportant warning
<headius> will do and attach to the bug
rdubya has left #jruby [#jruby]
rdubya has joined #jruby
<enebo> ah thanks yeah keeping it associated with the issue will allow us to unexclude
<enebo> the joni issue is to also change warning system since we have no way of printing out the regexp which is being warned on (MRI does display it)
<headius> oh joni issue
<headius> ok
<headius> I see it
mkristian has quit [Quit: This computer has gone to sleep]
<lopex> most annoying issue ever
<lopex> enebo: http://www.rexegg.com/
<lopex> really cool
<GitHub16> [jruby] headius pushed 2 new commits to master: https://git.io/vAXAE
<GitHub16> jruby/master e2f575f Charles Oliver Nutter: Fix remaining Numeric remainder regression.
<GitHub16> jruby/master 3d47744 Charles Oliver Nutter: Temporary exclude for jruby/joni#34.
<headius> kares: that should clean up everything except the rational rounding failure and some intermittent String freezing failure that's new in latest spec drop
<headius> lopex: good day!
<lopex> headius: howdiya
claudiuinberlin has quit [Quit: Textual IRC Client: www.textualapp.com]
<GitHub153> [jruby] headius pushed 2 new commits to exceptions2: https://git.io/vAXpF
<GitHub153> jruby/exceptions2 0a80bb1 Charles Oliver Nutter: Switch to toThrowable naming and add some doco.
<GitHub153> jruby/exceptions2 2d2eb68 Charles Oliver Nutter: Merge branch 'master' into exceptions2
rrutkowski has joined #jruby
<kares> superb thanks
Guest51743 has quit [Ping timeout: 256 seconds]
me_ has joined #jruby
Liothen has quit [Ping timeout: 252 seconds]
Osho has quit [Ping timeout: 265 seconds]
Osho has joined #jruby
Liothen has joined #jruby
Liothen has joined #jruby
shellac has joined #jruby
<enebo> kares: I think you have a mistake on master with defineAliases
<enebo> looks like you make an Alias then alias the Alias by calling putAlias
<enebo> (I happen to be merging into bytelist_love atm
claudiuinberlin has joined #jruby
mkristian has joined #jruby
<enebo> Actually I think you just wanted putAlias(name, method, oldName). I will fix it
<GitHub95> jruby/master 06570f1 Thomas E. Enebo: Remove double alias chain AliasMethod(AliasMethod)....
<GitHub95> [jruby] enebo pushed 1 new commit to master: https://git.io/vA1UO
<headius> blast that jit failure
<headius> that is not my fault
mkristian has quit [Quit: This computer has gone to sleep]
<GitHub83> [jruby] headius created fix_lambda_error (+1 new commit): https://git.io/vA1Iq
<GitHub83> jruby/fix_lambda_error db87fac Charles Oliver Nutter: Trying to find bug.
rtyler has quit [Ping timeout: 268 seconds]
<headius> kares: I just noticed RubyNumeric.toJava does a slow hash lookup of a converter every time
<headius> and we don't override it in any subclasses
rtyler has joined #jruby
rrutkowski has quit [Quit: rrutkowski]
rrutkowski has joined #jruby
rrutkowski has quit [Ping timeout: 240 seconds]
rrutkowski has joined #jruby
<GitHub129> [jruby] headius pushed 1 new commit to generify_tojava: https://git.io/vA1CA
<GitHub129> jruby/generify_tojava 494ad6e Charles Oliver Nutter: Fix remaining errors in JI.
<GitHub92> [jruby] headius pushed 1 new commit to fix_lambda_error: https://git.io/vA1Wq
<GitHub92> jruby/fix_lambda_error b626672 Charles Oliver Nutter: Metaspace does not have a limit by default.
shellac has quit [Quit: Computer has gone to sleep.]
<GitHub51> [jruby] headius pushed 1 new commit to exceptions2: https://git.io/vA1BU
<GitHub51> jruby/exceptions2 96fc710 Charles Oliver Nutter: Repair a couple more misparented exception types.
<GitHub193> [jruby] headius pushed 1 new commit to generify_tojava: https://git.io/vA1BE
<GitHub193> jruby/generify_tojava abd575f Charles Oliver Nutter: Fix now-failing ambiguous call.
<GitHub28> [jruby] headius pushed 1 new commit to exceptions2: https://git.io/vA1Bd
<GitHub28> jruby/exceptions2 0e3d189 Charles Oliver Nutter: Merge remote-tracking branch 'origin/master' into exceptions2
<GitHub37> [jruby] headius pushed 1 new commit to generify_tojava: https://git.io/vA1Bb
<GitHub37> jruby/generify_tojava a8d1122 Charles Oliver Nutter: Merge remote-tracking branch 'origin/master' into generify_tojava
<headius> hmm, I need more branches, travis is slow
mkristian has joined #jruby
rrutkowski has quit [Ping timeout: 260 seconds]
<GitHub62> [jruby] headius pushed 1 new commit to master: https://git.io/vA12P
<GitHub62> jruby/master 5ba734b Charles Oliver Nutter: Metaspace does not have a limit by default.
<GitHub1> [jruby] headius closed pull request #5065: Parallel exception hierarchy for Java (master...exceptions2) https://git.io/vAPnC
<GitHub161> [jruby] headius deleted exceptions2 at 0e3d189: https://git.io/vA12F
<GitHub194> [jruby] headius pushed 1 new commit to master: https://git.io/vA12d
<GitHub194> jruby/master 357c171 Charles Oliver Nutter: Merge pull request #5065 from jruby/exceptions2...
mkristian has quit [Quit: This computer has gone to sleep]
<GitHub144> [jruby] headius pushed 1 new commit to generify_tojava: https://git.io/vA1aI
<GitHub144> jruby/generify_tojava bf82abf Charles Oliver Nutter: Merge branch 'master' into generify_tojava
<GitHub121> [jruby] headius pushed 1 new commit to master: https://git.io/vA1aq
<GitHub121> jruby/master 80b9665 Charles Oliver Nutter: Merge pull request #5063 from jruby/generify_tojava...
<GitHub107> [jruby] headius closed pull request #5063: Generify IRubyObject.toJava to make it more pleasant to use. (master...generify_tojava) https://git.io/vAiQv
<GitHub115> [jruby] headius deleted generify_tojava at bf82abf: https://git.io/vA1am
bbrowning is now known as bbrowning_away
claudiuinberlin has quit [Quit: Textual IRC Client: www.textualapp.com]
<GitHub100> [jruby] headius deleted fix_lambda_error at b626672: https://git.io/vA1ap
<GitHub129> [jruby] headius deleted graal-experiment at 01be64d: https://git.io/vA1Ve
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<GitHub189> [jruby] headius opened issue #5069: Implement AppCDS support for startup time improvement https://git.io/vA1rD
machty has quit [Ping timeout: 265 seconds]
lopex has quit [Ping timeout: 276 seconds]
lopex has joined #jruby
lopex has quit [Max SendQ exceeded]
machty has joined #jruby
lopex has joined #jruby
Iambchop has quit [Ping timeout: 265 seconds]
lopex has quit [Max SendQ exceeded]
fidothe has quit [Ping timeout: 265 seconds]
knowtheory has quit [Ping timeout: 256 seconds]
Scorchin has quit [Ping timeout: 265 seconds]
phlebas has quit [Ping timeout: 260 seconds]
asarih has quit [Ping timeout: 276 seconds]
lopex has joined #jruby
lopex has quit [Max SendQ exceeded]
lopex has joined #jruby
Scorchin has joined #jruby
knowtheory has joined #jruby
asarih has joined #jruby
Scorchin has quit [Max SendQ exceeded]
Scorchin has joined #jruby
phlebas has joined #jruby
Scorchin has quit [Max SendQ exceeded]
Scorchin has joined #jruby
Scorchin has quit [Max SendQ exceeded]
Scorchin has joined #jruby
<headius> only two failures on master are the rational thing and the frozen string thing now...yay
Puffball has joined #jruby
<GitHub61> [jruby] headius closed issue #4515: Output of backticks call not returned but written to stdout instead https://git.io/vy3aH
shellac has joined #jruby