Skip to content

Commit 5b4689e

Browse files
committed
SE-0013 has been rejected
1 parent 57a5e58 commit 5b4689e

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,13 +129,13 @@ sooner.
129129

130130
### Rejected proposals
131131
* [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)
132133

133134
## Review
134135
[Swift Evolution Review Schedule](https://github.com/apple/swift-evolution/blob/master/schedule.md)
135136

136137
### Under Review
137138
* [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)
139139
* [Referencing the Objective-C selector of a method](proposals/0022-objc-selectors.md) (SE-0022, Jan 17-22)
140140

141141
### Scheduled for Review

proposals/0013-remove-partial-application-super.md

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

33
* Proposal: [SE-0013](https://github.com/apple/swift-evolution/blob/master/proposals/0013-remove-partial-application-super.md)
44
* 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))
66
* Review Manager: [Doug Gregor](https://github.com/DougGregor)
77

88
## Introduction

schedule.md

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

99
* 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)
1110
* January 12...17, 2016: [SE-0020: Swift Language Version Build Configuration](proposals/0020-if-swift-version.md)
1211
* January 18...23, 2016: [SE-0022: Referencing the Objective-C selector of a method](proposals/0022-objc-selectors.md)
1312

0 commit comments

Comments
 (0)