Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Update an Enumerable#uniq spec and add Enumerator::Lazy#uniq specs #448

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

Merged
merged 3 commits into from
Jun 21, 2017
Merged

Update an Enumerable#uniq spec and add Enumerator::Lazy#uniq specs #448

merged 3 commits into from
Jun 21, 2017

Conversation

kachick
Copy link
Member

@kachick kachick commented Jun 21, 2017

end
end

ruby_bug '#13669', ''...'2.5' do
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#54 🤔

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It will be backported in 2.4.
In the meanwhile it's OK to have this ruby_bug guard.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK to have

☺️

BTW, Range syntax makes 🔴 😕 https://travis-ci.org/ruby/spec/jobs/245452368
So updated as a satisfied version as fe53279

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

''...'2.5' means excluding 2.5, '2.5' means until 2.5 inclusive.
ruby-head in Travis is old (from May), that's why it fails.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's a typical synchronization problem.
Maybe I should stop testing against ruby-head or allow failure on Travis,
since MRI already runs ruby/spec on trunk.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! 📝

@eregon eregon merged commit 370d2ad into ruby:master Jun 21, 2017
@kachick kachick deleted the lazy-uniq branch June 22, 2017 02:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants