Skip to content

Commit bcee864

Browse files
committed
Erica noticed that SE22 is under active review as of today, bump it into place.
1 parent 81c1332 commit bcee864

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ sooner.
136136
* [Remove Partial Application of Non-Final Super Methods (Swift 2.2)](proposals/0013-remove-partial-application-super.md) (SE-0013, Jan 9-13)
137137
* [Swift Language Version Build Configuration](proposals/0020-if-swift-version.md) (SE-0020, Jan 12-17)
138138
* [Naming Functions with Argument Labels](proposals/0021-generalized-naming.md) (SE-0021, Jan 13-18)
139+
* [Referencing the Objective-C selector of a method](proposals/0022-objc-selectors.md) (SE-0022, Jan 17-22)
139140

140141
### Scheduled for Review
141142

@@ -144,7 +145,6 @@ sooner.
144145
* [Add @noescape to public library API](proposals/0012-add-noescape-to-public-library-api.md) (SE-0012)
145146
* [Add initializers to Int and Uint to convert from UnsafePointer and UnsafeMutablePointer](proposals/0016-initializers-for-converting-unsafe-pointers-to-ints.md) (SE-0016)
146147
* [Change Unmanaged to use UnsafePointer](proposals/0017-convert-unmanaged-to-use-unsafepointer.md) (SE-0017)
147-
* [Referencing the Objective-C selector of a method](proposals/0022-objc-selectors.md) (SE-0022)
148148

149149
### Returned for Revision
150150
* [Flexible Memberwise Initialization](proposals/0018-flexible-memberwise-initialization.md) (SE-0018)

schedule.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,10 @@ proposals in that process.
1010
* January 9...13, 2016: [SE-0013: Remove Partial Application of Non-Final Super Methods](proposals/0013-remove-partial-application-super.md)
1111
* January 12...17, 2016: [SE-0020: Swift Language Version Build Configuration](proposals/0020-if-swift-version.md)
1212
* January 13...18, 2016: [SE-0021: Naming Functions with Argument Labels](proposals/0021-generalized-naming.md)
13+
* January 17...22, 2016: [SE-0022: Referencing the Objective-C selector of a method](proposals/0022-objc-selectors.md)
1314

1415
## Upcoming reviews
1516

16-
* January 17...22, 2016: [SE-0022: Referencing the Objective-C selector of a method](proposals/0022-objc-selectors.md)
17-
1817
## Proposals awaiting scheduling
1918

2019
* [SE-0012: Add `@noescape` to public library API](proposals/0012-add-noescape-to-public-library-api.md)

0 commit comments

Comments
 (0)