SuperGeroy / Sage

A cross-platform chess library for Swift
Apache License 2.0
4 stars 2 forks source link

update hashable #4

Open museum-future opened 4 years ago

museum-future commented 4 years ago

There are a few places where the hashable needs to be updated for swift 4.2.

Move.swift:123:16: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Move' to 'Hashable' by implementing 'hash(into:)' instead