From b33131592b74bf3280d7393895ac7363f5c86ff3 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 11 Mar 2016 10:10:47 -0800 Subject: [PATCH] schedule some more language proposals. --- proposals/0042-flatten-method-types.md | 4 ++-- ...declare-variables-in-case-labels-with-multiple-patterns.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/proposals/0042-flatten-method-types.md b/proposals/0042-flatten-method-types.md index 3df763549d..5c05768792 100644 --- a/proposals/0042-flatten-method-types.md +++ b/proposals/0042-flatten-method-types.md @@ -2,8 +2,8 @@ * 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: **Awaiting review** -* Review manager: TBD +* Status: **Scheduled for review** March 16...21, 2016 +* Review manager: [Chris Lattner](https://github.com/lattner) ## Introduction diff --git a/proposals/0043-declare-variables-in-case-labels-with-multiple-patterns.md b/proposals/0043-declare-variables-in-case-labels-with-multiple-patterns.md index 0fd0dcb5c2..50db963fd8 100644 --- a/proposals/0043-declare-variables-in-case-labels-with-multiple-patterns.md +++ b/proposals/0043-declare-variables-in-case-labels-with-multiple-patterns.md @@ -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: ***Awaiting review*** +* Status: **Scheduled for review** March 16...21, 2016 * Review manager: [Chris Lattner](https://github.com/lattner) ## Introduction