You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Sophie Lambrakis (Jira)" <ji...@apache.org> on 2020/01/17 12:14:00 UTC

[jira] [Created] (THRIFT-5070) Swift: Hashable.hashValue is deprecated as a protocol requirement

Sophie Lambrakis created THRIFT-5070:
----------------------------------------

             Summary: Swift: Hashable.hashValue is deprecated as a protocol requirement
                 Key: THRIFT-5070
                 URL: https://issues.apache.org/jira/browse/THRIFT-5070
             Project: Thrift
          Issue Type: Improvement
          Components: Swift - Library
            Reporter: Sophie Lambrakis


Various components of the swift library (e.g. TEnum, TSet) conform to the Hashable protocol by implementing the `hashValue` method. This is deprecated, and so they should implement `hash(into:)` instead



--
This message was sent by Atlassian Jira
(v8.3.4#803005)