04:26
<
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 ...
10:25
drbobbeaty has joined #jruby
11:28
<
kares[m] >
fyi: 5 Concurrent annual on Travis CI costs $2739/year ... headius where did you get 6k/year?
15:07
drbobbeaty has joined #jruby
17:40
<
edipofederle[m] >
Hi Guys,
17:40
<
edipofederle[m] >
MRI: `(..1).step(1).class` => Enumerator::ArithmeticSequence
17:40
<
edipofederle[m] >
JRUBY: `(..1).step(1).class` => Enumerator
17:40
<
edipofederle[m] >
There some thing wrong here, or I miss something:
17:42
<
edipofederle[m] >
* Hi Guys,
17:42
<
edipofederle[m] >
JRUBY: `(..1).step(1).class` => Enumerator
17:42
<
edipofederle[m] >
There some thing wrong here, or I'm missing something:
17:42
<
edipofederle[m] >
MRI: `(..1).step(1).class` => Enumerator::ArithmeticSequence
18:30
<
enebo[m] >
edipo.federle: jruby -e 'p (1..).step(1).class'
18:30
<
enebo[m] >
You will see it correct for endless range so however that is done needs to be done for beginless
18:52
<
edipofederle[m] >
enebo: yes, for endless range,
18:54
<
edipofederle[m] >
<enebo[m]> "You will see it correct for..." <- Sorry, if I got it right, there is fix need here?
18:55
<
enebo[m] >
endless is reporting the right thing which is the ArithmeticSequence
18:55
<
enebo[m] >
beginless needs same thing
18:55
<
edipofederle[m] >
enebo[m]: yes,
18:56
<
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
18:56
<
edipofederle[m] >
yep, just wanna to confirm, I am working on "Can be sliced with Enumerator::ArithmeticSequence" and notice that.
18:57
<
edipofederle[m] >
I will check how it is done by endless
18:57
<
enebo[m] >
yeah and I did notice that as one of our failing tests in I think test:mri
18:58
<
edipofederle[m] >
right, should I open a Issue for that or I can try to fix and send a pull-request?
19:05
<
enebo[m] >
edipo.federle: for anything for 3.0 just open a PR
19:06
<
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