Skip to content

Clean reset, with updated README file only. I'll do another process p… #102

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 17, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 35 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,11 @@ sampling of potentially good ideas that are not in scope for Swift

### Accepted proposals for Swift 3.0

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

## Development minor version: Swift 2.2

Expand All @@ -115,13 +115,37 @@ sooner.

### Implemented proposals for Swift 2.2

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

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

# Other Proposals

[swift-evolution-mailing-list]: mailto:[email protected] "The swift-evolution mailing list"
### Rejected proposals
* [Require self for accessing instance members](proposals/0009-require-self-for-accessing-instance-members.md) (SE-0009)

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

### Under Review
* [Add StaticString.UnicodeScalarView](proposals/0010-add-staticstring-unicodescalarview.md) (SE-0010, Jan 6-8)
* [Remove Partial Application of Non-Final Super Methods (Swift 2.2)](proposals/0013-remove-partial-application-super.md) (SE-0013, Jan 9-13)
* [Swift Language Version Build Configuration](proposals/0020-if-swift-version.md) (SE-0020, Jan 12-17)
* [Naming Functions with Argument Labels](proposals/0021-generalized-naming.md) (SE-0021, Jan 13-18)

### Scheduled for Review

### Awaiting Review
* [Apply API Guidelines to the Standard Library](proposals/0006-apply-api-guidelines-to-the-standard-library.md) (SE-0006)
* [Add @noescape to public library API](proposals/0012-add-noescape-to-public-library-api.md) (SE-0012)
* [Add initializers to Int and Uint to convert from UnsafePointer and UnsafeMutablePointer](proposals/0016-initializers-for-converting-unsafe-pointers-to-ints.md) (SE-0016)
* [Change Unmanaged to use UnsafePointer](proposals/0017-convert-unmanaged-to-use-unsafepointer.md) (SE-0017)
* [Referencing the Objective-C selector of a method](proposals/0022-objc-selectors.md) (SE-0022)

### Returned for Revision
* [Flexible Memberwise Initialization](proposals/0018-flexible-memberwise-initialization.md) (SE-0018)
* [Swift Testing](proposals/0019-package-manager-testing.md) (SE-0019)