[swift-evolution] [Review] SE-0013 Remove Partial Application of Non-Final Super Methods

David Farler dfarler at apple.com
Fri Jan 15 12:20:45 CST 2016


Since the dynamic dispatch for super methods was already implemented and 2.2 was the active release on master, it seemed natural to propose it for that release at the time. Now that we've already branched for Swift-2.2, I wouldn't be vehemently opposed to not cherry-picking to 2.2.

David

> On Jan 11, 2016, at 1:53 PM, Jordan Rose <jordan_rose at apple.com> wrote:
> 
> -1 from me. We should just go back to the old dispatch mechanism in Swift 2.2, since we're not using the dynamism for anything, and then in Swift 3.0 it's a non-issue, since there are no more curried function declarations and we can handle the other case.
> 
> (This is not a very formal review, but my motivation is entirely implementation-based. I did talk to David internally before sending this.)
> 
> Jordan



More information about the swift-evolution mailing list