Skip to content

Commit 81c1332

Browse files
committed
Merge pull request #102 from erica/master
Clean reset, with updated README file only. I'll do another process p…
2 parents 44b19e1 + 41f2444 commit 81c1332

File tree

1 file changed

+35
-11
lines changed

1 file changed

+35
-11
lines changed

README.md

Lines changed: 35 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,11 @@ sampling of potentially good ideas that are not in scope for Swift
9393

9494
### Accepted proposals for Swift 3.0
9595

96-
* [Better Translation of Objective-C APIs Into Swift](proposals/0005-objective-c-name-translation.md)
97-
* [Removing currying `func` declaration syntax](proposals/0002-remove-currying.md)
98-
* [Removing `var` from Function Parameters and Pattern Matching](proposals/0003-remove-var-parameters-patterns.md)
99-
* [Remove the `++` and `--` operators](proposals/0004-remove-pre-post-inc-decrement.md)
100-
* [Remove C-style for-loops with conditions and incrementers](proposals/0007-remove-c-style-for-loops.md)
96+
* [Better Translation of Objective-C APIs Into Swift](proposals/0005-objective-c-name-translation.md) (SE-0005)
97+
* [Removing currying `func` declaration syntax](proposals/0002-remove-currying.md) (SE-0002)
98+
* [Removing `var` from Function Parameters and Pattern Matching](proposals/0003-remove-var-parameters-patterns.md) (SE-0003)
99+
* [Remove the `++` and `--` operators](proposals/0004-remove-pre-post-inc-decrement.md) (SE-0004)
100+
* [Remove C-style for-loops with conditions and incrementers](proposals/0007-remove-c-style-for-loops.md) (SE-0007)
101101

102102
## Development minor version: Swift 2.2
103103

@@ -115,13 +115,37 @@ sooner.
115115

116116
### Implemented proposals for Swift 2.2
117117

118-
* [Allow (most) keywords as argument labels](proposals/0001-keywords-as-argument-labels.md)
119-
* [Tuple comparison operators](proposals/0015-tuple-comparison-operators.md)
120-
* [Constraining `AnySequence.init`](proposals/0014-constrained-AnySequence.md)
118+
* [Allow (most) keywords as argument labels](proposals/0001-keywords-as-argument-labels.md) (SE-0001)
119+
* [Tuple comparison operators](proposals/0015-tuple-comparison-operators.md) (SE-0015)
120+
* [Constraining `AnySequence.init`](proposals/0014-constrained-AnySequence.md) (SE-0014)
121121

122122
### Accepted proposals for Swift 2.2
123-
* [Add a Lazy flatMap for Sequences of Optionals](proposals/0008-lazy-flatmap-for-optionals.md)
124-
* [Replace `typealias` keyword with `associatedtype` for associated type declarations](proposals/0011-replace-typealias-associated.md)
123+
* [Add a Lazy flatMap for Sequences of Optionals](proposals/0008-lazy-flatmap-for-optionals.md) (SE-0008)
124+
* [Replace `typealias` keyword with `associatedtype` for associated type declarations](proposals/0011-replace-typealias-associated.md) (SE-0011)
125125

126+
# Other Proposals
126127

127-
[swift-evolution-mailing-list]: mailto:[email protected] "The swift-evolution mailing list"
128+
### Rejected proposals
129+
* [Require self for accessing instance members](proposals/0009-require-self-for-accessing-instance-members.md) (SE-0009)
130+
131+
# Review
132+
[Swift Evolution Review Schedule](https://github.com/apple/swift-evolution/blob/master/schedule.md)
133+
134+
### Under Review
135+
* [Add StaticString.UnicodeScalarView](proposals/0010-add-staticstring-unicodescalarview.md) (SE-0010, Jan 6-8)
136+
* [Remove Partial Application of Non-Final Super Methods (Swift 2.2)](proposals/0013-remove-partial-application-super.md) (SE-0013, Jan 9-13)
137+
* [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)
139+
140+
### Scheduled for Review
141+
142+
### Awaiting Review
143+
* [Apply API Guidelines to the Standard Library](proposals/0006-apply-api-guidelines-to-the-standard-library.md) (SE-0006)
144+
* [Add @noescape to public library API](proposals/0012-add-noescape-to-public-library-api.md) (SE-0012)
145+
* [Add initializers to Int and Uint to convert from UnsafePointer and UnsafeMutablePointer](proposals/0016-initializers-for-converting-unsafe-pointers-to-ints.md) (SE-0016)
146+
* [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)
148+
149+
### Returned for Revision
150+
* [Flexible Memberwise Initialization](proposals/0018-flexible-memberwise-initialization.md) (SE-0018)
151+
* [Swift Testing](proposals/0019-package-manager-testing.md) (SE-0019)

0 commit comments

Comments
 (0)