<travis-ci> jruby/jruby (jruby-9.1:03026bf by Charles Oliver Nutter): The build was fixed. (https://travis-ci.org/jruby/jruby/builds/365377415)
<headius> woot
<headius> a green build
<lopex> at last
<lopex> headius: that was sarcasrtic
<headius> hah
<headius> well I feel that way too :-)
<headius> but good to know that other than intermittent items we are green
<lopex> headius: there's the upper numbers of iso* case mapping missing (boringly easy done) but I'd call that checked
<lopex> eucjp and shiftjs seem to use ascii case mapping only, but those encodings are always deceptive
<lopex> most irregular ones
<lopex> well, the missing ones will behave as ascii only wrt case map
<GitHub159> [jruby] headius pushed 2 new commits to jruby-9.1: https://git.io/vxAKN
<GitHub159> jruby/jruby-9.1 d493c94 Charles Oliver Nutter: Minor cleanup and simplification.
<GitHub159> jruby/jruby-9.1 f6c28bb Charles Oliver Nutter: Use owner for binding check. Fixes #5131.
<GitHub91> [jruby] headius closed issue #5131: TypeError: bind argument must be an instance of ... https://git.io/vx9xf
akp has joined #jruby
akp has quit [Remote host closed the connection]
akp has joined #jruby
<headius> lopex: ok cool
<GitHub67> [jruby] headius opened issue #5135: Stop wrapping Java exceptions with LoadError https://git.io/vxAi3
<travis-ci> jruby/jruby (jruby-9.1:d493c94 by Charles Oliver Nutter): The build passed. (https://travis-ci.org/jruby/jruby/builds/365389125)
<headius> two in a row?
<headius> ship it
<GitHub197> [jruby] headius pushed 1 new commit to master: https://git.io/vxAPP
<GitHub197> jruby/master bf4b9c7 Charles Oliver Nutter: Report SignalException signo in process return code. Fixes #5134
<GitHub29> [jruby] headius closed issue #5134: Raising SIGTERM SignalException returns wrong process exit code https://git.io/vxb7x
drbobbeaty has quit [Ping timeout: 255 seconds]
<GitHub112> [jruby] headius pushed 1 new commit to jruby-9.1: https://git.io/vxA1f
<GitHub112> jruby/jruby-9.1 fda229c Charles Oliver Nutter: Properly trim and set properties for RNG and encoding. Fixes #5132
<travis-ci> jruby/jruby (jruby-9.1:fda229c by Charles Oliver Nutter): The build passed. (https://travis-ci.org/jruby/jruby/builds/365405231)
bga57 has quit [Quit: Leaving.]
Puffball has quit [Remote host closed the connection]
<GitHub34> [jruby] ujihisa opened pull request #5136: Support overriding `Exception#message` (master...master) https://git.io/vxA9Z
bga57 has joined #jruby
<GitHub120> [jruby] headius pushed 2 new commits to master: https://git.io/vxAHy
<GitHub120> jruby/master 34bec6e Charles Oliver Nutter: Merge pull request #5136 from ujihisa/master...
<GitHub120> jruby/master 3e3dae5 ujihisa: Support overriding `Exception#message`
<GitHub191> [jruby] headius closed pull request #5136: Support overriding `Exception#message` (master...master) https://git.io/vxA9Z
akp has quit [Remote host closed the connection]
enebo has quit [Ping timeout: 264 seconds]
enebo has joined #jruby
sidx64 has joined #jruby
m4rCsi_ has joined #jruby
m4rCsi has quit [Read error: Connection reset by peer]
sidx64 has quit [Read error: Connection reset by peer]
sidx64 has joined #jruby
claudiuinberlin has joined #jruby
shellac has joined #jruby
olle has joined #jruby
claudiuinberlin has quit [Remote host closed the connection]
claudiuinberlin has joined #jruby
claudiuinberlin has quit [Read error: Connection reset by peer]
ebarrett has joined #jruby
<GitHub91> [jruby] kares pushed 2 new commits to master: https://git.io/vxxLy
<GitHub91> jruby/master b1d0cc0 kares: avoid loading core_ext bigdecimal/util.rb with BigDecimal library...
<GitHub91> jruby/master 5d34019 kares: redo BigDecimal mult based on MRI + proper under/over-flowing...
<GitHub78> [jruby] kares closed issue #3504: .to_d acts differently in jRuby 9.0.x than Ruby 2.2.x https://git.io/vBSf6
drbobbeaty has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
shellac has joined #jruby
akp has joined #jruby
akp has quit [Client Quit]
<headius> kares: good morning
<GitHub190> [jruby] headius pushed 3 new commits to master: https://git.io/vxxVI
<GitHub190> jruby/master d08501a Charles Oliver Nutter: Exclude spec that requires callcc.
<GitHub190> jruby/master e64b94a Charles Oliver Nutter: Return zero size for cycle enumerator against empty collection.
<GitHub190> jruby/master 917d159 Charles Oliver Nutter: Honor visibility in send-like form of Enumerable#inject.
<GitHub113> [jruby] headius pushed 1 new commit to jruby-9.1: https://git.io/vxxVR
<GitHub113> jruby/jruby-9.1 79e9b26 Charles Oliver Nutter: Clean up this spec and handle some edge cases.
<GitHub51> [jruby] headius pushed 1 new commit to master: https://git.io/vxxot
<GitHub51> jruby/master f48399a Charles Oliver Nutter: Add magic pp and irb methods from 2.5 prelude.
<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?
<headius> kares: I know there's a few fixes in there plus java 9 compat
<headius> kares: I don't want to step on your toes and attempt to release myself :-)
<travis-ci> jruby/jruby (jruby-9.1:79e9b26 by Charles Oliver Nutter): The build passed. (https://travis-ci.org/jruby/jruby/builds/365599898)
<headius> 😳
<olle> (Congratulations)
<headius> 👍
subbu is now known as subbu|afk
<GitHub56> [jruby] headius created concurrent_subclasses (+1 new commit): https://git.io/vxxSo
<GitHub56> jruby/concurrent_subclasses 3203007 Charles Oliver Nutter: Use ConcurrentWeakHashMap for RubyClass.subclasses....
<GitHub35> [jruby] headius opened pull request #5137: Use ConcurrentWeakHashMap for RubyClass.subclasses (jruby-9.1...concurrent_subclasses) https://git.io/vxxSQ
subbu|afk is now known as subbu
Antiarc has quit [Ping timeout: 268 seconds]
olle has quit [Quit: olle]
Antiarc has joined #jruby
<GitHub9> [jruby] headius pushed 2 new commits to master: https://git.io/vxxFt
<GitHub199> [jruby] headius closed pull request #5129: Fix Enumerable#uniq for entry pair (master...test/fix-enum-uniq) https://git.io/vxSYw
<GitHub9> jruby/master 82ab6e3 Charles Oliver Nutter: Merge pull request #5129 from ChrisBr/test/fix-enum-uniq...
<GitHub9> jruby/master daa9010 Christian Bruckmayer: Fix Enumerable#uniq for entry pair...
<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
<GitHub190> [jruby] headius force-pushed better_context_constants from 9b50958 to 6bb18b2: https://git.io/vA1jz
<GitHub190> jruby/better_context_constants 6bb18b2 Charles Oliver Nutter: Make better use of context-cached "immediates"....
<GitHub8> [jruby] headius pushed 1 new commit to master: https://git.io/vxxNh
<GitHub43> [jruby] headius closed pull request #5071: Better use of ThreadContext constants (master...better_context_constants) https://git.io/vA1A7
<GitHub8> jruby/master d4d4e31 Charles Oliver Nutter: Merge pull request #5071 from jruby/better_context_constants...
<GitHub119> [jruby] headius deleted better_context_constants at 6bb18b2: https://git.io/vxxAk
<GitHub45> [jruby] headius pushed 1 new commit to master: https://git.io/vxxxJ
<GitHub45> jruby/master e8b8f24 Charles Oliver Nutter: Tweak a few more double-hop true/false/nil to use context fields.
<travis-ci> jruby/jruby (concurrent_subclasses:3203007 by Charles Oliver Nutter): The build passed. (https://travis-ci.org/jruby/jruby/builds/365646291)
knowtheory has quit [Ping timeout: 276 seconds]
<GitHub127> [jruby] headius pushed 1 new commit to master: https://git.io/vxxp5
<GitHub127> jruby/master 333a45e Charles Oliver Nutter: Merge branch 'jruby-9.1'
<GitHub89> [jruby] headius closed issue #5132: Can't set `java.security.egd` system property https://git.io/vxHrl
sidx64 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
xardion has quit [Remote host closed the connection]
xardion has joined #jruby
shellac has quit [Ping timeout: 245 seconds]
shellac has joined #jruby
shellac has quit [Client Quit]
shellac has joined #jruby
sidx64 has joined #jruby
sidx64_ has joined #jruby
sidx64 has quit [Ping timeout: 255 seconds]
<GitHub23> [jruby] jsvd opened issue #5138: jruby > 9.1.13.0 crashing on bundler when certain jvm flags are enabled https://git.io/vxpnu
shellac has quit [Ping timeout: 276 seconds]
<headius> nice
claudiuinberlin has joined #jruby
<GitHub12> [jruby] headius closed issue #5078: Numeric#step yields Floats instead of Integers https://git.io/vA9Wh
<GitHub37> jruby/master acf72b1 Charles Oliver Nutter: Update logic for Numeric#step from MRI 2.5. Fixes #5078...
<GitHub37> [jruby] headius pushed 1 new commit to master: https://git.io/vxpCl
<GitHub103> [jruby] headius pushed 1 new commit to jruby-9.1: https://git.io/vxpC4
<GitHub103> jruby/jruby-9.1 73808fb Charles Oliver Nutter: Update logic for Numeric#step from MRI 2.5. Fixes #5078...
subbu is now known as subbu|lunch
<GitHub80> [jruby] headius pushed 1 new commit to master: https://git.io/vxpWt
<GitHub80> jruby/master 0cd6a92 Charles Oliver Nutter: Merge branch 'jruby-9.1'
<headius> well, that was messier than I intended
<headius> but yay 43 tags removed
<GitHub7> [jruby] headius closed issue #4877: Weird behavior with #const_get and #const_defined? https://git.io/vbLX1
<GitHub80> [jruby] headius pushed 2 new commits to jruby-9.1: https://git.io/vxpla
<GitHub80> jruby/jruby-9.1 85cb4e9 Charles Oliver Nutter: Restore lost PATH lookup during executable search. Fixes #4809.
<GitHub80> jruby/jruby-9.1 686fca1 Charles Oliver Nutter: [2.4] Impl missing path logic in exe search and propagate env.
<GitHub68> [jruby] headius closed issue #5018: open3.rb broken in JRuby https://git.io/vNSL4
shellac has joined #jruby
shellac has quit [Ping timeout: 240 seconds]
<GitHub7> [jruby] headius pushed 1 new commit to jruby-9.1: https://git.io/vxpBP
<GitHub7> jruby/jruby-9.1 d6f95e1 Charles Oliver Nutter: Merge branch 'concurrent_subclasses' into jruby-9.1
<GitHub55> [jruby] headius closed pull request #5137: Use ConcurrentWeakHashMap for RubyClass.subclasses (jruby-9.1...concurrent_subclasses) https://git.io/vxxSQ
<GitHub65> [jruby] headius fast-forwarded concurrent_subclasses from 3203007 to 306af19: https://git.io/vxpBX
<GitHub137> [jruby] headius deleted concurrent_subclasses at 306af19: https://git.io/vxpBy
<GitHub167> [jruby] headius pushed 1 new commit to master: https://git.io/vxpB7
<GitHub167> jruby/master 9510c6a Charles Oliver Nutter: Merge branch 'jruby-9.1'
<GitHub30> [jruby] headius closed issue #5115: ConcurrentModification error during Tomcat startup https://git.io/vxgs1
<headius> jiggity jig
<lopex> numbers
subbu|lunch is now known as subbu
claudiuinberlin has quit [Quit: Textual IRC Client: www.textualapp.com]
sidx64_ has quit [Read error: Connection reset by peer]
<GitHub71> [jruby] rdubya opened issue #5139: Time#strftime incorrectly formats sub-second values https://git.io/vxpw4
shellac has joined #jruby
shellac has quit [Ping timeout: 268 seconds]
<GitHub54> [jruby] enebo closed issue #5139: Time#strftime incorrectly formats sub-second values https://git.io/vxpw4
<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)
<enebo> kares: rob will probably make sure this works but I thought you may be interested
WV7D5Hn-st has joined #jruby
WV7D5Hn-st has quit [Remote host closed the connection]