Skip to content

Commit

Permalink
Mark two proposals as active.
Browse files Browse the repository at this point in the history
  • Loading branch information
lattner committed Mar 16, 2016
1 parent f39c122 commit 0739b5f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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: **Scheduled for review** March 16...21, 2016
* Status: **Active** March 16...21, 2016
* 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: **Scheduled for review** March 16...21, 2016
* Status: **Active** March 16...21, 2016
* Review manager: [Chris Lattner](https://github.com/lattner)

## Introduction
Expand Down
4 changes: 2 additions & 2 deletions schedule.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ 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)

## Upcoming reviews

* March 16...21, 2016 [SE-0047: Defaulting non-Void functions so they warn on unused results](proposals/0047-nonvoid-warn.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 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)


Expand Down

0 comments on commit 0739b5f

Please sign in to comment.