<GitHub174>
jruby/fix_ci 0c813de Charles Oliver Nutter: Last bit of tagging. #4687
claudiuinberlin has joined #jruby
dave___ has joined #jruby
vtunka has joined #jruby
dave___ has quit [Ping timeout: 250 seconds]
<GitHub24>
[jruby] yui-knk opened pull request #4937: Fix "Complex#finite? returns false for NaN FAILED" (ruby-2.5...ruby-2.5_fix_test_complex_finite_p) https://git.io/vNJB1
<GitHub2>
[jruby] yui-knk opened pull request #4938: Add `#test_singleton_method` to test targets (master...test_singleton_method) https://git.io/vNJBM
Puffball has joined #jruby
GitHub118 has joined #jruby
<GitHub118>
[jcodings] lopex pushed 2 new commits to master: https://git.io/vNJRI
<GitHub118>
jcodings/master d7aee22 Marcin.Mielzynski: fix a typo
<GitHub151>
[jruby] enebo pushed 2 new commits to ruby-2.5: https://git.io/vNUTT
<GitHub151>
jruby/ruby-2.5 4e6b330 Thomas E Enebo: Merge pull request #4936 from ChrisBr/ruby-2.5...
<GitHub151>
jruby/ruby-2.5 6858258 Christian Bruckmayer: Implement Dir.glob base option...
<ChrisBr>
enebo: thanks for merging, didn't expect that it gets merged without some review rounds ...
<headius>
ChrisBr: thank you!
<ChrisBr>
is it fine going forward with 2.5 issues or is it prefered to work on other issues first?
<enebo>
ChrisBr: yeah 2.5 is great or even 2.4 on master if there is anything tagged
<enebo>
ChrisBr: do what seems more enjoyable "for now" :)
<enebo>
ChrisBr: the barrier to acceptance on 2.5 branch is probably lower since we have lots of time to fix mistakes or tweak if need be
<enebo>
but a missing 2.4 feature will not swatted away either although since it will be nearer term it needs to fully work (ironically partially working is almost always worse than just not existing)
<enebo>
The exception to that is missing a new addition to an old method
<ChrisBr>
enebo: great thanks!
<ChrisBr>
mostly picked the 2.5 because they seem "straight forward" for the beginning ...
<enebo>
ChrisBr: yeah as it happens new features are almost always the first thing people try
<ChrisBr>
hehe
<enebo>
ChrisBr: unless you are an itch scratcher who is already using JRuby but we have not fixed a bug yet
<enebo>
but those are the two main vectors into contribution
<ChrisBr>
enebo: thanks!
<headius>
kares: the SSL thing does not appear to be related to SSL
<enebo>
I would like to partially stuff the genie back in the bottle on instr count since the original specialization of calls was not intended to be new full instrs but just simple implementations of call
<lopex>
headius: we need a glue for ^ too in String
<enebo>
we should be able to reify a single operand call back into a specialized 1O call without needing an operation
<enebo>
This was just done to make interpreter simpler but we should figure out a nicer way for that check
<enebo>
anyways a different issue :)
yosafbridge has quit [Quit: Leaving]
<enebo>
but reason I brought it up is we are getting close to needing more than a byte to emit some instrs identity and though I think I made it encode past a byte we probably don't want that
yosafbridge has joined #jruby
<headius>
sure
<headius>
the flag will work fine, I just have to tweak some of the boot pipeline
<headius>
enebo: I found a simpler way
<enebo>
headius: ok
<headius>
enebo: e29f1a339a
<GitHub87>
[jruby] headius pushed 4 new commits to jruby-9.1: https://git.io/vNU8k
<GitHub87>
jruby/jruby-9.1 68c66a8 Charles Oliver Nutter: Tag RLIMIT-tweaking test that crashes.
<GitHub87>
jruby/jruby-9.1 2e6bbb6 Charles Oliver Nutter: Align naming.
<GitHub87>
jruby/jruby-9.1 e29f1a3 Charles Oliver Nutter: Script bodies should always push the provided dynscope.
<GitHub27>
[jruby] headius pushed 1 new commit to jruby-9.1: https://git.io/vNU8X
<GitHub27>
jruby/jruby-9.1 8131628 Charles Oliver Nutter: Check Module type before proceeding.
<headius>
ok, fingers crossed that should be green 9.1 branch
<headius>
bbl, going to buy myself a Switch
<headius>
ugh
<GitHub155>
[jruby] headius pushed 1 new commit to jruby-9.1: https://git.io/vNU08
<GitHub155>
jruby/jruby-9.1 806d858 Charles Oliver Nutter: Refactoring.
mdrip has joined #jruby
<mdrip>
hey, anyone use drip? Having an issue with not getting stdout when using a preloaded drip jvm