Skip to content

Commit 6cfb37a

Browse files
committed
Accept SE-0022.
@DougGregor still needs to update the proposal to use the accepted syntax, though.
1 parent b08e1fa commit 6cfb37a

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ sooner.
125125
### Accepted proposals for Swift 2.2
126126
* [Add a Lazy flatMap for Sequences of Optionals](proposals/0008-lazy-flatmap-for-optionals.md) (SE-0008)
127127
* [Swift Language Version Build Configuration](proposals/0020-if-swift-version.md) (SE-0020)
128+
* [Referencing the Objective-C selector of a method](proposals/0022-objc-selectors.md) (SE-0022)
128129

129130
# Other Proposals
130131

proposals/0022-objc-selectors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
* Proposal: [SE-0022](https://github.com/apple/swift-evolution/blob/master/proposals/0022-objc-selectors.md)
44
* Author(s): [Doug Gregor](https://github.com/DougGregor)
5-
* Status: **Under review**
5+
* Status: **Accepted**
66
* Review manager: [Joe Groff](https://github.com/jckarter)
77

88
## Introduction

schedule.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ proposals in that process.
88

99
* January 6...8, 2016: [SE-0010: Add StaticString.UnicodeScalarView](proposals/0010-add-staticstring-unicodescalarview.md)
1010
* January 12...17, 2016: [SE-0020: Swift Language Version Build Configuration](proposals/0020-if-swift-version.md)
11-
* January 18...23, 2016: [SE-0022: Referencing the Objective-C selector of a method](proposals/0022-objc-selectors.md)
1211
* January 22...31, 2016: [SE-0023: API Design Guidelines](proposals/0006-apply-api-guidelines-to-the-standard-library.md)
1312
* January 22...31, 2016: [SE-0006: Apply API Guidelines to the Standard Library](proposals/0006-apply-api-guidelines-to-the-standard-library.md)
1413
* January 22...31, 2016: [SE-0005: Better Translation of Objective-C APIs Into Swift](proposals/0005-objective-c-name-translation.md)

0 commit comments

Comments
 (0)