Re: [swift-evolution] Derived Equatable conformance akin to Codable

2017-05-30 Thread Dave Abrahams via swift-evolution
on Fri May 26 2017, Logan Shire wrote: > Given we now have precedent in the form of the derived Codable conformance > coming in Swift 4.0, > it begs the question why we don’t offer the same behavior for value types > that declare themselves to > be Equatable > and

Re: [swift-evolution] Derived Equatable conformance akin to Codable

2017-05-26 Thread Tony Allevato via swift-evolution
I've been working on this very thing for a while :) Proposal PR: https://github.com/apple/swift-evolution/pull/706 Implementation PR: https://github.com/apple/swift/pull/9619 I was really hoping to get it into Swift 4 but the deadline is fast approaching, he proposal hasn't been officially