-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
A few small fixes for rubyspecs #192
Conversation
See marcandre/backports#192 for a few small additional fixes incorporated here.
Remaining failures (running in JRuby):
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Theses changes are great, thank you so much, except the one with -infinity.
This PR made me realize there's a bug in Ruby, and missing specs. Feel free to address it now or I can do it later. |
* Size error cases * Enumerator.product rejects kwargs by name * Product#rewind rewinds in "direct order", not reverse
I re-pushed with some tweaks to the |
Let's not go out of our way to return senseless results. See ruby/spec#1140
Satisfy rubocop
Merged, thank you again for this PR, much appreciated. I've also fixed the case Released as |
Fixes 10 cases from rubyspec:
JRuby is using this impl for now, and this brings the failure count for the
Enumerator::Product
specs down to 10 (43 total, 20 failures without this PR).