Skip to content

Commit 95c5ad2

Browse files
committed
SE-0021 is implemented for Swift 2.2
1 parent 9db0f07 commit 95c5ad2

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
@@ -119,6 +119,7 @@ sooner.
119119
* [Tuple comparison operators](proposals/0015-tuple-comparison-operators.md) (SE-0015)
120120
* [Constraining `AnySequence.init`](proposals/0014-constrained-AnySequence.md) (SE-0014)
121121
* [Replace `typealias` keyword with `associatedtype` for associated type declarations](proposals/0011-replace-typealias-associated.md) (SE-0011)
122+
* [Naming Functions with Argument Labels](proposals/0021-generalized-naming.md) (SE-0021)
122123

123124
### Accepted proposals for Swift 2.2
124125
* [Add a Lazy flatMap for Sequences of Optionals](proposals/0008-lazy-flatmap-for-optionals.md) (SE-0008)
@@ -135,7 +136,6 @@ sooner.
135136
* [Add StaticString.UnicodeScalarView](proposals/0010-add-staticstring-unicodescalarview.md) (SE-0010, Jan 6-8)
136137
* [Remove Partial Application of Non-Final Super Methods (Swift 2.2)](proposals/0013-remove-partial-application-super.md) (SE-0013, Jan 9-13)
137138
* [Swift Language Version Build Configuration](proposals/0020-if-swift-version.md) (SE-0020, Jan 12-17)
138-
* [Naming Functions with Argument Labels](proposals/0021-generalized-naming.md) (SE-0021, Jan 13-18)
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/0021-generalized-naming.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22

33
* Proposal: [SE-0021](https://github.com/apple/swift-evolution/blob/master/proposals/0021-generalized-naming.md)
44
* Author(s): [Doug Gregor](https://github.com/DougGregor)
5-
* Status: **Accepted**
5+
* Status: **Accepted** (implemented in Swift 2.2)
66
* Review manager: [Joe Groff](https://github.com/jckarter)
7-
* Implementation: [Here](https://github.com/DougGregor/swift/tree/se-0021-generalized-naming)
87

98
## Introduction
109

0 commit comments

Comments
 (0)