[swift-evolution-announce] [Accepted] SE-0044: Import as member

Douglas Gregor dgregor at apple.com
Thu Mar 24 01:03:19 CDT 2016


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-evolution-announce/attachments/20160323/5aaf298e/attachment.html>


More information about the swift-evolution-announce mailing list