<GitHub61>
jruby/master d7d063d Thomas E. Enebo: Fixes #4662. Line numbers in backtrace with multiline method invocation are sometimes different from CRuby.
<GitHub174>
[jruby] enebo closed issue #4664: Line numbers in backtrace with multiline method invocation are sometimes different from CRuby https://git.io/vHD8K
<GitHub156>
[jruby] kares closed issue #1724: "require_relative" fails in some cases (common Unix use case) https://git.io/vHHUn
<kares>
enebo: right, thanks - was fighting against CI 2 days back
<kares>
should have accounted for ENV['JRUBY_OPTS'] being possibly nil
<enebo>
kares: yeah thanks for wrestling with it :) Just pointing it out
<enebo>
kares: 9.1.11.0 tomorrow or weds
<enebo>
kares: I am fixing one more parser problem but then the two you marked in issues is fixed now right?
<kares>
yy - should fix ... will add a (ENV['JRUBY_OPTS'] || '').index(...) or do you prefer to revert the problematic commit on master?
<enebo>
kares: no I think something like you proposed is fine
<kares>
enebo: yep all should be done on those
<enebo>
kares: I did not actually look at it all that much though
<enebo>
kares: close them out if they are finished
<kares>
ok thanks, so I will tune it
<enebo>
kares: thanks
<kares>
cool - going for a last check and merge
lance|afk is now known as lanceball
<GitHub187>
jruby/master 3d51f62 kares: port over securerandom.rb for MRI 2.3 + native random_number impl
<GitHub159>
jruby/master fe1ff12 kares: [build] make sure rake works when no JRUBY/JAVA_OPTS are set...
bbrowning is now known as bbrowning_away
hobodave has quit [Ping timeout: 255 seconds]
<GitHub131>
[jruby] kares closed pull request #4658: __dir__ won't work with embed paths such as uri:classloader: (#4611) (master...test-dir-in-jar) https://git.io/vH1ad
<GitHub97>
jruby/master daf1a3c Thomas E. Enebo: Update ripper parser for same fix as in #4663. JRuby raises 'syntax error, unexpected kDO_BLOCK' where MRI does not.