-
Notifications
You must be signed in to change notification settings - Fork 169
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
IterableOf, MapEntry and MapEnvelope should use HashCode instead of own hash code algorithm #1440
Labels
Comments
fabriciofx
changed the title
IterableOf, MapEntry and MapEnvelope should use HashCode instead of own hash code
IterableOf, MapEntry and MapEnvelope should use HashCode instead of own hash code algorithm
Sep 6, 2020
@fabriciofx that seems a good idea. Can you just edit the description to say:
|
@victornoel is it better now? |
@0crat in |
@fabriciofx thanks :) |
@victornoel welcome! |
@0crat status |
@victornoel This is what I know about this job in C63314D6Z, as in §32: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
IterableOf, MapEntry and MapEnvelope (or MapOf if #1384 has been done) should use HashCode instead of own hash code. So let's refactor them to use
HashCode
.The text was updated successfully, but these errors were encountered: