Skip to content

fix: remove hashValue for swift >= 4.2#20

Merged
ianpartridge merged 3 commits intomasterfrom
hashValue
Feb 19, 2019
Merged

fix: remove hashValue for swift >= 4.2#20
ianpartridge merged 3 commits intomasterfrom
hashValue

Conversation

@Andrew-Lees11
Copy link
Copy Markdown
Contributor

Support for automatic synthesis of Hashable conformance has been added in Swift 4.2. This means we don't need to implement Hashvalue and will get a warning if we do as raising in issue #18.

This pull requests removes the Hashvalue implementation for Swift 4.2 and above.

@ianpartridge ianpartridge merged commit e891b73 into master Feb 19, 2019
@ianpartridge ianpartridge deleted the hashValue branch February 19, 2019 14:47
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