-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test on TruffleRuby #419
Comments
For now it's probably not yet possible to successfully run it, because of oracle/truffleruby#1400 . But someone can try :) |
I believe you can set expected fail on Travis in regard to some matrix configurations or don't test c-ext matrix branches at all. |
Let's wait till it's travis-rim-supported out of the box. |
Current PR: |
Aside to running tests on CI, I've scoped down the test run to rspec ./spec/batch_enumerator_spec.rb:22 # RubyEventStore::BatchEnumerator
rspec ./spec/batch_enumerator_spec.rb:50 # RubyEventStore::BatchEnumerator should receive call(kind of Integer, kind of Integer) 1 time
rspec ./spec/batch_enumerator_spec.rb:30 # RubyEventStore::BatchEnumerator should yield successive args([1, 2, 3, 4, 5, 6, 7, 8, where the code involved is:
|
irb(main):003:0> (0...Float::INFINITY).step(1).next
ArgumentError: Infinite or NaN |
To be revisited after oracle/truffleruby#1503 and |
Let's check this in what's left from 2020 |
@pawelpacana any update? :) |
@LifeIsStrange one minor issue in
Do you think it is something you could help us with? The way I see it is:
|
@pawelpacana hi, thanks for the update! |
Just seeing this, I think it would be fine to basically file #419 (comment) as a TruffleRuby issue, as long as it's relatively easy to reproduce. We don't necessarily need a minimal reproduction, although of course it's always helpful. |
Already testing. |
Add TruffleRuby into
.travis.yml
matrix.See:
The text was updated successfully, but these errors were encountered: