Proposal link: 
https://github.com/apple/swift-evolution/blob/master/proposals/0044-import-as-member.md
 
<https://github.com/apple/swift-evolution/blob/master/proposals/0044-import-as-member.md>

The review of SE-0044 “Import as member” ran from March 15...22, 2016. The 
proposal has been *accepted*.

While there wasn’t a huge amount of feedback, all of the feedback received was 
positive. During the review period, the proposal was amended to support mapping 
getter/setter functions to subscripts (via the swift_name attribute) and to 
support importing instance members into an extension of an Objective-C protocol.

The core team has requested one small change to the proposal: that the 
“newValue” placeholder name introduced for the value parameter of subscript 
setters also be required for the value parameter of property setters, for 
consistency.

Cheers,
Doug Gregor
Review Manager
_______________________________________________
swift-evolution mailing list
swift-evolution@swift.org
https://lists.swift.org/mailman/listinfo/swift-evolution

Reply via email to