JosephDuffy/HashableMacro

Support NSObject subclasses

Closed this issue · 1 comments

To support using @CustomHashable with NSObject subclasses it should not add Hashable conformance (which is handled by the compiler as-of SE-0407) and it should override hash and isEqual(_:) rather than hash(into:) and ==(lhs:rhs:).

Added in 40a572c