00:11
<
headius >
a green build
00:19
<
lopex >
headius: that was sarcasrtic
00:19
<
headius >
well I feel that way too :-)
00:19
<
headius >
but good to know that other than intermittent items we are green
00:24
<
lopex >
headius: there's the upper numbers of iso* case mapping missing (boringly easy done) but I'd call that checked
00:25
<
lopex >
eucjp and shiftjs seem to use ascii case mapping only, but those encodings are always deceptive
00:26
<
lopex >
most irregular ones
00:29
<
lopex >
well, the missing ones will behave as ascii only wrt case map
00:31
<
GitHub159 >
jruby/jruby-9.1 d493c94 Charles Oliver Nutter: Minor cleanup and simplification.
00:31
<
GitHub159 >
jruby/jruby-9.1 f6c28bb Charles Oliver Nutter: Use owner for binding check. Fixes #5131.
00:31
<
GitHub91 >
[jruby] headius closed issue #5131: TypeError: bind argument must be an instance of ...
https://git.io/vx9xf
00:35
akp has joined #jruby
00:36
akp has quit [Remote host closed the connection]
00:36
akp has joined #jruby
00:52
<
headius >
lopex: ok cool
00:59
<
headius >
two in a row?
01:24
<
GitHub197 >
jruby/master bf4b9c7 Charles Oliver Nutter: Report SignalException signo in process return code. Fixes #5134
01:24
<
GitHub29 >
[jruby] headius closed issue #5134: Raising SIGTERM SignalException returns wrong process exit code
https://git.io/vxb7x
01:52
drbobbeaty has quit [Ping timeout: 255 seconds]
01:53
<
GitHub112 >
jruby/jruby-9.1 fda229c Charles Oliver Nutter: Properly trim and set properties for RNG and encoding. Fixes #5132
03:27
bga57 has quit [Quit: Leaving.]
03:28
Puffball has quit [Remote host closed the connection]
03:51
<
GitHub34 >
[jruby] ujihisa opened pull request #5136: Support overriding `Exception#message` (master...master)
https://git.io/vxA9Z
04:13
bga57 has joined #jruby
04:31
<
GitHub120 >
jruby/master 34bec6e Charles Oliver Nutter: Merge pull request #5136 from ujihisa/master...
04:31
<
GitHub120 >
jruby/master 3e3dae5 ujihisa: Support overriding `Exception#message`
04:31
<
GitHub191 >
[jruby] headius closed pull request #5136: Support overriding `Exception#message` (master...master)
https://git.io/vxA9Z
04:57
akp has quit [Remote host closed the connection]
05:13
enebo has quit [Ping timeout: 264 seconds]
05:33
enebo has joined #jruby
05:38
sidx64 has joined #jruby
07:04
m4rCsi_ has joined #jruby
07:05
m4rCsi has quit [Read error: Connection reset by peer]
07:14
sidx64 has quit [Read error: Connection reset by peer]
07:16
sidx64 has joined #jruby
07:43
claudiuinberlin has joined #jruby
08:20
shellac has joined #jruby
09:03
olle has joined #jruby
09:04
claudiuinberlin has quit [Remote host closed the connection]
09:05
claudiuinberlin has joined #jruby
09:15
claudiuinberlin has quit [Read error: Connection reset by peer]
09:19
ebarrett has joined #jruby
09:23
<
GitHub91 >
jruby/master b1d0cc0 kares: avoid loading core_ext bigdecimal/util.rb with BigDecimal library...
09:23
<
GitHub91 >
jruby/master 5d34019 kares: redo BigDecimal mult based on MRI + proper under/over-flowing...
09:23
<
GitHub78 >
[jruby] kares closed issue #3504: .to_d acts differently in jRuby 9.0.x than Ruby 2.2.x
https://git.io/vBSf6
09:47
drbobbeaty has joined #jruby
11:35
shellac has quit [Quit: Computer has gone to sleep.]
11:55
shellac has joined #jruby
12:34
akp has joined #jruby
12:36
akp has quit [Client Quit]
12:58
<
headius >
kares: good morning
13:00
<
GitHub190 >
jruby/master d08501a Charles Oliver Nutter: Exclude spec that requires callcc.
13:00
<
GitHub190 >
jruby/master e64b94a Charles Oliver Nutter: Return zero size for cycle enumerator against empty collection.
13:00
<
GitHub190 >
jruby/master 917d159 Charles Oliver Nutter: Honor visibility in send-like form of Enumerable#inject.
13:03
<
GitHub113 >
jruby/jruby-9.1 79e9b26 Charles Oliver Nutter: Clean up this spec and handle some edge cases.
13:26
<
GitHub51 >
jruby/master f48399a Charles Oliver Nutter: Add magic pp and irb methods from 2.5 prelude.
13:40
<
headius >
kares: hey, I believe one of the critical items for 9.1.17 is a new jruby-openssl, I think we haven't had a release in a while?
13:42
<
headius >
kares: I know there's a few fixes in there plus java 9 compat
13:43
<
headius >
kares: I don't want to step on your toes and attempt to release myself :-)
14:06
<
olle >
(Congratulations)
14:30
subbu is now known as subbu|afk
14:42
<
GitHub56 >
jruby/concurrent_subclasses 3203007 Charles Oliver Nutter: Use ConcurrentWeakHashMap for RubyClass.subclasses....
14:43
<
GitHub35 >
[jruby] headius opened pull request #5137: Use ConcurrentWeakHashMap for RubyClass.subclasses (jruby-9.1...concurrent_subclasses)
https://git.io/vxxSQ
14:48
subbu|afk is now known as subbu
15:05
Antiarc has quit [Ping timeout: 268 seconds]
15:07
olle has quit [Quit: olle]
15:08
Antiarc has joined #jruby
15:09
<
GitHub199 >
[jruby] headius closed pull request #5129: Fix Enumerable#uniq for entry pair (master...test/fix-enum-uniq)
https://git.io/vxSYw
15:09
<
GitHub9 >
jruby/master 82ab6e3 Charles Oliver Nutter: Merge pull request #5129 from ChrisBr/test/fix-enum-uniq...
15:09
<
GitHub9 >
jruby/master daa9010 Christian Bruckmayer: Fix Enumerable#uniq for entry pair...
15:20
<
GitHub80 >
[jruby] DJRickyB closed pull request #5072: update jffi and release version for JRuby 1.7 (jruby-1_7...jruby-1_7_28)
https://git.io/vADLC
15:28
<
GitHub190 >
jruby/better_context_constants 6bb18b2 Charles Oliver Nutter: Make better use of context-cached "immediates"....
15:29
<
GitHub43 >
[jruby] headius closed pull request #5071: Better use of ThreadContext constants (master...better_context_constants)
https://git.io/vA1A7
15:29
<
GitHub8 >
jruby/master d4d4e31 Charles Oliver Nutter: Merge pull request #5071 from jruby/better_context_constants...
15:34
<
GitHub45 >
jruby/master e8b8f24 Charles Oliver Nutter: Tweak a few more double-hop true/false/nil to use context fields.
15:41
knowtheory has quit [Ping timeout: 276 seconds]
15:45
<
GitHub127 >
jruby/master 333a45e Charles Oliver Nutter: Merge branch 'jruby-9.1'
15:49
sidx64 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
16:02
xardion has quit [Remote host closed the connection]
16:08
xardion has joined #jruby
16:36
shellac has quit [Ping timeout: 245 seconds]
17:52
shellac has joined #jruby
17:52
shellac has quit [Client Quit]
17:59
shellac has joined #jruby
18:10
sidx64 has joined #jruby
18:13
sidx64_ has joined #jruby
18:15
sidx64 has quit [Ping timeout: 255 seconds]
18:20
<
GitHub23 >
[jruby] jsvd opened issue #5138: jruby > 9.1.13.0 crashing on bundler when certain jvm flags are enabled
https://git.io/vxpnu
18:24
shellac has quit [Ping timeout: 276 seconds]
18:37
claudiuinberlin has joined #jruby
18:39
<
GitHub37 >
jruby/master acf72b1 Charles Oliver Nutter: Update logic for Numeric#step from MRI 2.5. Fixes #5078...
18:39
<
GitHub103 >
jruby/jruby-9.1 73808fb Charles Oliver Nutter: Update logic for Numeric#step from MRI 2.5. Fixes #5078...
18:44
subbu is now known as subbu|lunch
18:45
<
GitHub80 >
jruby/master 0cd6a92 Charles Oliver Nutter: Merge branch 'jruby-9.1'
18:45
<
headius >
well, that was messier than I intended
18:45
<
headius >
but yay 43 tags removed
18:58
<
GitHub80 >
jruby/jruby-9.1 85cb4e9 Charles Oliver Nutter: Restore lost PATH lookup during executable search. Fixes #4809.
18:58
<
GitHub80 >
jruby/jruby-9.1 686fca1 Charles Oliver Nutter: [2.4] Impl missing path logic in exe search and propagate env.
19:07
shellac has joined #jruby
19:13
shellac has quit [Ping timeout: 240 seconds]
19:21
<
GitHub7 >
jruby/jruby-9.1 d6f95e1 Charles Oliver Nutter: Merge branch 'concurrent_subclasses' into jruby-9.1
19:21
<
GitHub55 >
[jruby] headius closed pull request #5137: Use ConcurrentWeakHashMap for RubyClass.subclasses (jruby-9.1...concurrent_subclasses)
https://git.io/vxxSQ
19:22
<
GitHub167 >
jruby/master 9510c6a Charles Oliver Nutter: Merge branch 'jruby-9.1'
19:23
<
headius >
jiggity jig
20:00
subbu|lunch is now known as subbu
20:33
sidx64_ has quit [Read error: Connection reset by peer]
21:16
shellac has joined #jruby
21:30
shellac has quit [Ping timeout: 268 seconds]
21:44
<
enebo >
kares: know you are likely not around right now but I think DateTimeUtils is not initializing times right with mills + nanos (strftime seems to depend on DateTime having proper milliseconds field)
21:45
<
enebo >
kares: rob will probably make sure this works but I thought you may be interested
23:31
WV7D5Hn-st has joined #jruby
23:33
WV7D5Hn-st has quit [Remote host closed the connection]