Skip to content

Commit

Permalink
SE-0042, SE-0043, and SE-0047 have been accepted (with revision in th…
Browse files Browse the repository at this point in the history
…e last case).
  • Loading branch information
lattner committed Mar 24, 2016
1 parent cdd7564 commit 8009053
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,10 @@ sampling of potentially good ideas that are not in scope for Swift
* [SE-0037: Clarify interaction between comments & operators](proposals/0037-clarify-comments-and-operators.md)
* [SE-0038: Package Manager C Language Target Support](proposals/0038-swiftpm-c-language-targets.md)
* [SE-0039: Modernizing Playground Literals](proposals/0039-playgroundliterals.md)
* [SE-0042: Flattening the function type of unapplied method references](proposals/0042-flatten-method-types.md)
* [SE-0043: Declare variables in 'case' labels with multiple patterns](proposals/0043-declare-variables-in-case-labels-with-multiple-patterns.md)
* [SE-0046: Establish consistent label behavior across all parameters including first labels](proposals/0046-first-label.md)
* [SE-0047: Defaulting non-Void functions so they warn on unused results](proposals/0047-nonvoid-warn.md)

## Development minor version: Swift 2.2

Expand Down
2 changes: 1 addition & 1 deletion proposals/0042-flatten-method-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

* Proposal: [SE-0042](https://github.com/apple/swift-evolution/blob/master/proposals/0042-flatten-method-types.md)
* Author(s): [Joe Groff](https://github.com/jckarter)
* Status: **Active** March 16...21, 2016
* Status: **Accepted for Swift 3** ([Bug](https://bugs.swift.org/browse/SR-1051))
* Review manager: [Chris Lattner](https://github.com/lattner)

## Introduction
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

* Proposal: [SE-0043](https://github.com/apple/swift-evolution/blob/master/proposals/0043-declare-variables-in-case-labels-with-multiple-patterns.md)
* Author(s): [Andrew Bennett](https://github.com/therealbnut)
* Status: **Active** March 16...21, 2016
* Status: **Accepted for Swift 3**
* Review manager: [Chris Lattner](https://github.com/lattner)

## Introduction
Expand Down
2 changes: 1 addition & 1 deletion proposals/0047-nonvoid-warn.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

* Proposal: [SE-0047](proposals/0047-nonvoid-warn.md)
* Author(s): [Erica Sadun](http://github.com/erica), [Adrian Kashivskyy](https://github.com/akashivskyy)
* Status: **Scheduled for review** March 16...21, 2016
* Status: **Accepted for Swift 3** ([Bug](https://bugs.swift.org/browse/SR-1052))
* Review manager: [Chris Lattner](https://github.com/lattner)

## Introduction
Expand Down
3 changes: 0 additions & 3 deletions schedule.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ proposals in that process.
## Active reviews

* March 16...22, 2016 [SE-0044: Import as Member](proposals/0044-import-as-member.md)
* March 16...21, 2016 [SE-0042: Flattening the function type of unapplied method references](proposals/0042-flatten-method-types.md)
* March 16...21, 2016 [SE-0043: Declare variables in 'case' labels with multiple patterns](proposals/0043-declare-variables-in-case-labels-with-multiple-patterns.md)
* March 16...21, 2016 [SE-0047: Defaulting non-Void functions so they warn on unused results](proposals/0047-nonvoid-warn.md)
* March 22...25, 2016 [SE-0016: Adding initializers to Int and UInt to convert from UnsafePointer and UnsafeMutablePointer](proposals/0016-initializers-for-converting-unsafe-pointers-to-ints.md)

## Upcoming reviews
Expand Down

0 comments on commit 8009053

Please sign in to comment.