<kares[m]> going to ask if elastic would be into paying for JRuby's Travis CI usage. might be complicated due not owning the repo where they put the company 💳 but still worth a try ...
drbobbeaty has joined #jruby
<kares[m]> fyi: 5 Concurrent annual on Travis CI costs $2739/year ... headius where did you get 6k/year?
drbobbeaty has quit [Quit: Textual IRC Client: www.textualapp.com]
drbobbeaty has joined #jruby
<edipofederle[m]> Hi Guys,
<edipofederle[m]> MRI: `(..1).step(1).class` => Enumerator::ArithmeticSequence
<edipofederle[m]> JRUBY: `(..1).step(1).class` => Enumerator
<edipofederle[m]> There some thing wrong here, or I miss something:
<edipofederle[m]> * Hi Guys,
<edipofederle[m]> JRUBY: `(..1).step(1).class` => Enumerator
<edipofederle[m]> There some thing wrong here, or I'm missing something:
<edipofederle[m]> MRI: `(..1).step(1).class` => Enumerator::ArithmeticSequence
<enebo[m]> edipo.federle: jruby -e 'p (1..).step(1).class'
<enebo[m]> You will see it correct for endless range so however that is done needs to be done for beginless
<edipofederle[m]> enebo: yes, for endless range,
<edipofederle[m]> <enebo[m]> "You will see it correct for..." <- Sorry, if I got it right, there is fix need here?
<enebo[m]> endless is reporting the right thing which is the ArithmeticSequence
<enebo[m]> beginless needs same thing
<edipofederle[m]> enebo[m]: yes,
<enebo[m]> I have not looked at this at all but I can see we do it for endless so it must be a similar pattern for hookng up beginless
<edipofederle[m]> yep, just wanna to confirm, I am working on "Can be sliced with Enumerator::ArithmeticSequence" and notice that.
<edipofederle[m]> I will check how it is done by endless
<enebo[m]> yeah and I did notice that as one of our failing tests in I think test:mri
<edipofederle[m]> right, should I open a Issue for that or I can try to fix and send a pull-request?
<enebo[m]> edipo.federle: for anything for 3.0 just open a PR
<enebo[m]> edipo.federle: once we get to a point we decide to tag out failing tests we will switch to issues+prs but that will be a while