00:31
shellac has joined #jruby
00:37
shellac has quit [Quit: Computer has gone to sleep.]
00:39
shellac has joined #jruby
00:44
shellac has quit [Quit: Computer has gone to sleep.]
01:04
mistergibson has quit [Quit: Leaving]
01:52
<
GitHub112 >
jruby/exceptions2 fda488b Charles Oliver Nutter: Implement Java exceptions for all primary Ruby exception types....
01:52
<
headius >
that oughta help some java integration
02:47
<
GitHub146 >
jruby/exceptions2 e2a31ec Charles Oliver Nutter: Gratuitous.
02:47
<
GitHub146 >
jruby/exceptions2 c6eaf26 Charles Oliver Nutter: Fix too-specific tests broken by better exceptions. #4781
02:47
<
GitHub146 >
jruby/exceptions2 ec220c6 Charles Oliver Nutter: Fix missing assignment. #4781
04:55
<
GitHub121 >
jruby/exceptions2 97117c1 Charles Oliver Nutter: Restore and deprecate some nativeException signatures.
05:47
sidx64 has joined #jruby
05:47
sidx64 has quit [Client Quit]
05:50
sidx64 has joined #jruby
05:56
sidx64 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
05:57
sidx64 has joined #jruby
05:58
sidx64 has quit [Client Quit]
06:02
mkristian has joined #jruby
06:16
sidx64 has joined #jruby
06:17
sidx64 has quit [Client Quit]
06:20
sidx64 has joined #jruby
06:21
sidx64 has quit [Client Quit]
06:23
sidx64 has joined #jruby
06:48
shellac has joined #jruby
07:03
sidx64 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
07:04
sidx64 has joined #jruby
07:06
sidx64 has quit [Read error: Connection reset by peer]
07:07
sidx64 has joined #jruby
07:09
sidx64 has quit [Client Quit]
07:28
<
kares >
those recent master changes (before spec update) had again had several suites go red
07:28
<
kares >
we really should clean those before merging bigger PR that might cause regressions ...
07:35
shellac has quit [Quit: Computer has gone to sleep.]
08:07
shellac has joined #jruby
08:10
sidx64 has joined #jruby
08:14
<
GitHub122 >
jruby/master 52fbb08 kares: [minor] make newArrayNoCopy signature var-args
08:14
<
GitHub122 >
jruby/master 20e2eb2 kares: Rational shall impl RubyNumeric's contract + adjust base method impl
08:19
<
GitHub26 >
jruby/fix-native-send-routing 3b821f7 kares: let us fix
__send__ routing of native methods when it has overloads...
08:23
sidx64 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
08:24
sidx64 has joined #jruby
08:25
sidx64 has quit [Client Quit]
08:26
claudiuinberlin has joined #jruby
08:27
sidx64 has joined #jruby
08:31
shellac has quit [Quit: Computer has gone to sleep.]
08:39
<
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
09:34
sidx64 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
09:50
sidx64 has joined #jruby
09:51
drbobbeaty has joined #jruby
09:52
sidx64 has quit [Client Quit]
10:00
sidx64 has joined #jruby
10:00
sidx64 has quit [Client Quit]
10:04
sidx64 has joined #jruby
10:29
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
10:49
sidx64 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
11:04
sidx64 has joined #jruby
11:27
shellac has joined #jruby
11:32
sidx64 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
11:40
mkristian has quit [Quit: This computer has gone to sleep]
11:41
sidx64 has joined #jruby
11:57
drbobbeaty has joined #jruby
12:00
Puffball has quit [Remote host closed the connection]
12:14
sidx64 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
12:17
mkristian has joined #jruby
12:34
sidx64 has joined #jruby
12:36
sidx64 has quit [Client Quit]
12:50
bbrowning_away is now known as bbrowning
15:00
<
headius >
kares: yeah I didn't realize it broke stuff
15:00
<
headius >
until I was watching for results on my exception branch
15:02
<
headius >
ah yes, my numeric changes are part of it
15:06
<
headius >
ugh how did that happen
15:06
<
headius >
Fixnum override for remainder disappeared
15:13
<
GitHub75 >
jruby/master d735053 Charles Oliver Nutter: Restore logic for Fixnum#remainder.
15:13
<
headius >
kares: ^ should fix all the remainder issues
15:14
<
headius >
I'm not sure what's up with the Rational precision thing, and that Regexp thing has been failing since we updated joni
15:14
<
GitHub11 >
jruby/exceptions2 7cef66a Charles Oliver Nutter: Merge branch 'master' into exceptions2
15:33
<
enebo >
headius: if it is a single warning failure that was due to a workaround. There is a joni issue filed against it
15:51
olle has quit [Quit: olle]
16:01
shellac has quit [Quit: Leaving]
16:01
<
GitHub1 >
jruby/jruby-9.1 14baf25 Thomas E. Enebo: Fixes #5066. The & operator doesn't work with quoted symbols....
16:02
xardion has quit [Remote host closed the connection]
16:08
xardion has joined #jruby
16:19
yosafbridge` has joined #jruby
16:24
yosafbridge has quit [*.net *.split]
16:41
<
GitHub172 >
[jruby] talbisaad opened issue #5068: LoadError: load error: jopenssl/load -- java.lang.SecurityException
https://git.io/vAXdd
16:41
<
headius >
enebo: it's a dup warning thing
16:42
<
headius >
we said we would exclude it temporarily?
16:42
<
headius >
the regexp warning
16:42
<
enebo >
oh duplicated class is expected failure
16:42
<
enebo >
I made a joni issue on it. I should have excluded it but I thought I or lopex would have worked on it... :)
16:43
<
enebo >
headius: you can exclude it. It is super unimportant warning
16:43
<
headius >
will do and attach to the bug
16:43
rdubya has left #jruby [#jruby]
16:43
rdubya has joined #jruby
16:43
<
enebo >
ah thanks yeah keeping it associated with the issue will allow us to unexclude
16:44
<
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)
16:45
<
headius >
oh joni issue
16:47
mkristian has quit [Quit: This computer has gone to sleep]
16:56
<
lopex >
most annoying issue ever
17:01
<
lopex >
really cool
17:06
<
GitHub16 >
jruby/master e2f575f Charles Oliver Nutter: Fix remaining Numeric remainder regression.
17:06
<
GitHub16 >
jruby/master 3d47744 Charles Oliver Nutter: Temporary exclude for jruby/joni#34.
17:07
<
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
17:07
<
headius >
lopex: good day!
17:08
<
lopex >
headius: howdiya
17:26
<
GitHub153 >
jruby/exceptions2 0a80bb1 Charles Oliver Nutter: Switch to toThrowable naming and add some doco.
17:26
<
GitHub153 >
jruby/exceptions2 2d2eb68 Charles Oliver Nutter: Merge branch 'master' into exceptions2
17:28
rrutkowski has joined #jruby
17:35
<
kares >
superb thanks
17:46
Guest51743 has quit [Ping timeout: 256 seconds]
17:46
me_ has joined #jruby
17:47
Liothen has quit [Ping timeout: 252 seconds]
17:47
Osho has quit [Ping timeout: 265 seconds]
17:48
Osho has joined #jruby
17:51
Liothen has joined #jruby
17:51
Liothen has joined #jruby
17:55
shellac has joined #jruby
18:07
<
enebo >
kares: I think you have a mistake on master with defineAliases
18:07
<
enebo >
looks like you make an Alias then alias the Alias by calling putAlias
18:08
<
enebo >
(I happen to be merging into bytelist_love atm
18:08
claudiuinberlin has joined #jruby
18:12
mkristian has joined #jruby
18:16
<
enebo >
Actually I think you just wanted putAlias(name, method, oldName). I will fix it
18:23
<
GitHub95 >
jruby/master 06570f1 Thomas E. Enebo: Remove double alias chain AliasMethod(AliasMethod)....
18:29
<
headius >
blast that jit failure
18:29
<
headius >
that is not my fault
18:41
mkristian has quit [Quit: This computer has gone to sleep]
18:47
<
GitHub83 >
jruby/fix_lambda_error db87fac Charles Oliver Nutter: Trying to find bug.
19:06
rtyler has quit [Ping timeout: 268 seconds]
19:22
<
headius >
kares: I just noticed RubyNumeric.toJava does a slow hash lookup of a converter every time
19:22
<
headius >
and we don't override it in any subclasses
19:26
rtyler has joined #jruby
19:34
rrutkowski has quit [Quit: rrutkowski]
19:39
rrutkowski has joined #jruby
19:59
rrutkowski has quit [Ping timeout: 240 seconds]
20:01
rrutkowski has joined #jruby
20:47
<
GitHub129 >
jruby/generify_tojava 494ad6e Charles Oliver Nutter: Fix remaining errors in JI.
20:48
<
GitHub92 >
jruby/fix_lambda_error b626672 Charles Oliver Nutter: Metaspace does not have a limit by default.
21:13
shellac has quit [Quit: Computer has gone to sleep.]
21:21
<
GitHub51 >
jruby/exceptions2 96fc710 Charles Oliver Nutter: Repair a couple more misparented exception types.
21:25
<
GitHub193 >
jruby/generify_tojava abd575f Charles Oliver Nutter: Fix now-failing ambiguous call.
21:31
<
GitHub28 >
jruby/exceptions2 0e3d189 Charles Oliver Nutter: Merge remote-tracking branch 'origin/master' into exceptions2
21:31
<
GitHub37 >
jruby/generify_tojava a8d1122 Charles Oliver Nutter: Merge remote-tracking branch 'origin/master' into generify_tojava
21:31
<
headius >
hmm, I need more branches, travis is slow
22:12
mkristian has joined #jruby
22:21
rrutkowski has quit [Ping timeout: 260 seconds]
22:21
<
GitHub62 >
jruby/master 5ba734b Charles Oliver Nutter: Metaspace does not have a limit by default.
22:24
<
GitHub1 >
[jruby] headius closed pull request #5065: Parallel exception hierarchy for Java (master...exceptions2)
https://git.io/vAPnC
22:24
<
GitHub194 >
jruby/master 357c171 Charles Oliver Nutter: Merge pull request #5065 from jruby/exceptions2...
22:25
mkristian has quit [Quit: This computer has gone to sleep]
22:26
<
GitHub144 >
jruby/generify_tojava bf82abf Charles Oliver Nutter: Merge branch 'master' into generify_tojava
22:27
<
GitHub121 >
jruby/master 80b9665 Charles Oliver Nutter: Merge pull request #5063 from jruby/generify_tojava...
22:27
<
GitHub107 >
[jruby] headius closed pull request #5063: Generify IRubyObject.toJava to make it more pleasant to use. (master...generify_tojava)
https://git.io/vAiQv
22:27
bbrowning is now known as bbrowning_away
22:44
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
22:57
<
GitHub189 >
[jruby] headius opened issue #5069: Implement AppCDS support for startup time improvement
https://git.io/vA1rD
23:18
machty has quit [Ping timeout: 265 seconds]
23:19
lopex has quit [Ping timeout: 276 seconds]
23:20
lopex has joined #jruby
23:20
lopex has quit [Max SendQ exceeded]
23:20
machty has joined #jruby
23:20
lopex has joined #jruby
23:23
Iambchop has quit [Ping timeout: 265 seconds]
23:24
lopex has quit [Max SendQ exceeded]
23:24
fidothe has quit [Ping timeout: 265 seconds]
23:24
knowtheory has quit [Ping timeout: 256 seconds]
23:25
Scorchin has quit [Ping timeout: 265 seconds]
23:25
phlebas has quit [Ping timeout: 260 seconds]
23:25
asarih has quit [Ping timeout: 276 seconds]
23:25
lopex has joined #jruby
23:26
lopex has quit [Max SendQ exceeded]
23:26
lopex has joined #jruby
23:26
Scorchin has joined #jruby
23:26
knowtheory has joined #jruby
23:26
asarih has joined #jruby
23:26
Scorchin has quit [Max SendQ exceeded]
23:27
Scorchin has joined #jruby
23:27
phlebas has joined #jruby
23:27
Scorchin has quit [Max SendQ exceeded]
23:27
Scorchin has joined #jruby
23:28
Scorchin has quit [Max SendQ exceeded]
23:28
Scorchin has joined #jruby
23:29
<
headius >
only two failures on master are the rational thing and the frozen string thing now...yay
23:42
Puffball has joined #jruby
23:49
<
GitHub61 >
[jruby] headius closed issue #4515: Output of backticks call not returned but written to stdout instead
https://git.io/vy3aH
23:59
shellac has joined #jruby