Skip to content

Make Hash.fromUniversalHashCode null safe #4831

@durban

Description

@durban

Similarly to how Show.fromToString have been recently made null safe (#4689 and #4790), I propose making Hash.fromUniversalHashCode also null safe. Specifically, I think it should use x.## instead of x.hashCode(). (The eqv method is already fine, as it uses ==.)

Metadata

Metadata

Assignees

Labels

good first issueIssues that are easier to take on for first time contributors

Type

No type

Projects

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions