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

NamedTuple: Make comparison of union of named tuples work #5133

Merged
merged 1 commit into from
Oct 16, 2017
Merged

NamedTuple: Make comparison of union of named tuples work #5133

merged 1 commit into from
Oct 16, 2017

Conversation

asterite
Copy link
Member

Fixes #5131

For this I needed to add a sorted_keys method, which I made protected because I don't know if it makes sense except for this method, so I wouldn't want to add a method to the API that might later change or be removed.

@asterite asterite self-assigned this Oct 16, 2017
@asterite asterite merged commit 51bf369 into crystal-lang:master Oct 16, 2017
@RX14 RX14 added kind:bug A bug in the code. Does not apply to documentation, specs, etc. topic:stdlib labels Oct 16, 2017
@RX14 RX14 added this to the Next milestone Oct 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:bug A bug in the code. Does not apply to documentation, specs, etc. topic:stdlib
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants