Skip to content
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

[ruby-2.3] Feature #10984 - Hash comparison operators #3533

Merged
merged 1 commit into from
Dec 12, 2015

Conversation

cheald
Copy link
Contributor

@cheald cheald commented Dec 12, 2015

Implements Hash#<=, #<, #>=, #>. Tests copied from the MRI commit.

I'd like review on RubyHash.hash_le to make sure it's implemented as efficiently as possible.

Implements Hash#<=, #<, #>=, #>

I'd like review on RubyHash.hash_le to make sure it's implemented as efficiently as possible.
enebo added a commit that referenced this pull request Dec 12, 2015
[ruby-2.3] Feature #10984 - Hash comparison operators
@enebo enebo merged commit 1dc7967 into jruby:ruby-2.3 Dec 12, 2015
@cheald cheald deleted the hash_cmp branch December 12, 2015 22:23
@kares kares added this to the JRuby 9.1.0.0 milestone Dec 13, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants