Skip to content

Commit 0739b5f

Browse files
committed
Mark two proposals as active.
1 parent f39c122 commit 0739b5f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

proposals/0042-flatten-method-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
* Proposal: [SE-0042](https://github.com/apple/swift-evolution/blob/master/proposals/0042-flatten-method-types.md)
44
* Author(s): [Joe Groff](https://github.com/jckarter)
5-
* Status: **Scheduled for review** March 16...21, 2016
5+
* Status: **Active** March 16...21, 2016
66
* Review manager: [Chris Lattner](https://github.com/lattner)
77

88
## Introduction

proposals/0043-declare-variables-in-case-labels-with-multiple-patterns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

88
## Introduction

schedule.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ proposals in that process.
77
## Active reviews
88

99
* March 16...22, 2016 [SE-0044: Import as Member](proposals/0044-import-as-member.md)
10+
* March 16...21, 2016 [SE-0042: Flattening the function type of unapplied method references](proposals/0042-flatten-method-types.md)
11+
* 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)
1012

1113
## Upcoming reviews
1214

1315
* March 16...21, 2016 [SE-0047: Defaulting non-Void functions so they warn on unused results](proposals/0047-nonvoid-warn.md)
14-
* March 16...21, 2016 [SE-0042: Flattening the function type of unapplied method references](proposals/0042-flatten-method-types.md)
15-
* 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)
1616
* 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)
1717

1818

0 commit comments

Comments
 (0)