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

Kevin Ballard kevin at sb.org
Sun Jan 10 15:49:39 CST 2016


On Sat, Jan 9, 2016, at 02:50 PM, Douglas Gregor wrote:
> * What is your evaluation of the proposal?

+1

> * Is the problem being addressed significant enough to warrant a
>   change to Swift?

Yes.

> * Does this proposal fit well with the feel and direction of Swift?

It doesn't really fit with Swift 2.x since it explicitly disallows
currying of a particular type of function call, but it does fit with
Swift 3.0, and that's kind of the whole point.

> * How much effort did you put into your review? A glance, a quick
>   reading, or an in-depth study?

A quick reading.

Partial application of calls to super seems like an extremely niche use-
case, and one that can be trivially worked around by writing a local
closure, so it seems like a good tradeoff.

-Kevin Ballard
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-evolution/attachments/20160110/ee78d4c1/attachment.html>


More information about the swift-evolution mailing list