Proposal
https://github.com/apple/swift-evolution/blob/master/proposals/0186-remove-ownership-keyword-support-in-protocols.md
 
<https://github.com/apple/swift-evolution/blob/master/proposals/0186-remove-ownership-keyword-support-in-protocols.md>

> * What is your evaluation of the proposal?
> 

A tentative +1

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

BUT…

It does convey some information.  Without looking at the definition of A, I 
know it is a class or a class-bound protocol.

As currently used, the protocol is saying that it is not necessarily required 
to maintain the lifetime A, but that doesn’t mean that it cannot. I think of 
this in the same way a protocol declares var x: Int { get } and can satisfy 
this with let x = 10.

That said I don’t know if this is an important use case.  I have never used it.

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

Sticking to the path of least surprise is probably a good idea.  Another path 
would to be to add a bevy of uncheckable annotations such as complexity 
requirements, etc.  That doesn’t seem to be the path we want to go so it fits 
well with that.


> * If you have used other languages or libraries with a similar feature, how 
> do you feel that this proposal compares to those?

No

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


quick reading

_______________________________________________
swift-evolution mailing list
swift-evolution@swift.org
https://lists.swift.org/mailman/listinfo/swift-evolution

Reply via email to