File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -129,13 +129,13 @@ sooner.
129
129
130
130
### Rejected proposals
131
131
* [ Require self for accessing instance members] ( proposals/0009-require-self-for-accessing-instance-members.md ) (SE-0009)
132
+ * [ Remove Partial Application of Non-Final Super Methods (Swift 2.2)] ( proposals/0013-remove-partial-application-super.md ) (SE-0013, Jan 9-13)
132
133
133
134
## Review
134
135
[ Swift Evolution Review Schedule] ( https://github.com/apple/swift-evolution/blob/master/schedule.md )
135
136
136
137
### Under Review
137
138
* [ Add StaticString.UnicodeScalarView] ( proposals/0010-add-staticstring-unicodescalarview.md ) (SE-0010, Jan 6-8)
138
- * [ Remove Partial Application of Non-Final Super Methods (Swift 2.2)] ( proposals/0013-remove-partial-application-super.md ) (SE-0013, Jan 9-13)
139
139
* [ Referencing the Objective-C selector of a method] ( proposals/0022-objc-selectors.md ) (SE-0022, Jan 17-22)
140
140
141
141
### Scheduled for Review
Original file line number Diff line number Diff line change 2
2
3
3
* Proposal: [ SE-0013] ( https://github.com/apple/swift-evolution/blob/master/proposals/0013-remove-partial-application-super.md )
4
4
* Author(s): [ David Farler] ( https://github.com/bitjammer )
5
- * Status: ** Under review ** (January 9...13, 2016 )
5
+ * Status: ** Rejected ** ([ Rationale ] ( https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20160118/007316.html ) )
6
6
* Review Manager: [ Doug Gregor] ( https://github.com/DougGregor )
7
7
8
8
## Introduction
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ proposals in that process.
7
7
## Active reviews
8
8
9
9
* January 6...8, 2016: [ SE-0010: Add StaticString.UnicodeScalarView] ( proposals/0010-add-staticstring-unicodescalarview.md )
10
- * January 9...13, 2016: [ SE-0013: Remove Partial Application of Non-Final Super Methods] ( proposals/0013-remove-partial-application-super.md )
11
10
* January 12...17, 2016: [ SE-0020: Swift Language Version Build Configuration] ( proposals/0020-if-swift-version.md )
12
11
* January 18...23, 2016: [ SE-0022: Referencing the Objective-C selector of a method] ( proposals/0022-objc-selectors.md )
13
12
You can’t perform that action at this time.
0 commit comments