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

'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Regex' to 'Hashable' by implementing 'hash(into:)' instead #51

Open
nikhilpandey4 opened this issue Feb 5, 2020 · 2 comments

Comments

@nikhilpandey4
Copy link

The HandySwift library this library refers to is 1.7.1 and the methods 'Hashable.hashValue' is deprecated. It can be sorted out by using the latest version of HandySwift and also it's great if the library can be updated for Swift 5.

@Jeehut
Copy link
Member

Jeehut commented Feb 6, 2020

@nikhilpandey4 I will make a few changes to CSVImporter soon to fix some of the issues reported. But note that both a Swift 5 update and update of HandySwift were already done, you can use the stable branch to get those changes right now before I make a new release.

@nikhilpandey4
Copy link
Author

I used Cocoapods to download this framework and its downloading version 1.9.1 launched in November 2018, which is updated to Swift 4.2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants