Skip to content

Commit 4786c6b

Browse files
committed
Schedule SE-0005 and SE-0006
1 parent 58b0c34 commit 4786c6b

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,8 @@ sooner.
139139
* [Referencing the Objective-C selector of a method](proposals/0022-objc-selectors.md) (SE-0022, Jan 17-22)
140140

141141
### Scheduled for Review
142+
* [Better Translation of Objective-C APIs Into Swift](proposals/0005-objective-c-name-translation.md)
143+
* [Apply API Guidelines to the Standard Library](proposals/0006-apply-api-guidelines-to-the-standard-library.md)
142144

143145
### Awaiting Review
144146
* [Apply API Guidelines to the Standard Library](proposals/0006-apply-api-guidelines-to-the-standard-library.md) (SE-0006)

proposals/0005-objective-c-name-translation.md

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

33
* Proposal: [SE-0005](https://github.com/apple/swift-evolution/blob/master/proposals/0005-objective-c-name-translation.md)
44
* Author(s): [Doug Gregor](https://github.com/DougGregor), [Dave Abrahams](https://github.com/dabrahams)
5-
* Status: **Accepted**
5+
* Status: **Awaiting review** (January 21...31, 2016)
66

77
## Introduction
88

proposals/0006-apply-api-guidelines-to-the-standard-library.md

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

33
* Proposal: [SE-0006](https://github.com/apple/swift-evolution/blob/master/proposals/0006-apply-api-guidelines-to-the-standard-library.md)
44
* Author(s): [Dave Abrahams](https://github.com/dabrahams), [Dmitri Gribenko](https://github.com/gribozavr), [Maxim Moiseev](https://github.com/moiseev)
5-
* Status: **Awaiting Review**
5+
* Status: **Awaiting Review** (January 21...31, 2016)
66
* Review manager: [Doug Gregor](https://github.com/DougGregor)
77

88
## Introduction

schedule.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ proposals in that process.
1414

1515
## Upcoming reviews
1616

17+
* January 21...31, 2016: [SE-0005: Better Translation of Objective-C APIs Into Swift](proposals/0005-objective-c-name-translation.md)
18+
* January 21...31, 2016: [SE-0006: Apply API Guidelines to the Standard Library](proposals/0006-apply-api-guidelines-to-the-standard-library.md)
19+
1720
## Proposals awaiting scheduling
1821

1922
* [SE-0012: Add `@noescape` to public library API](proposals/0012-add-noescape-to-public-library-api.md)

0 commit comments

Comments
 (0)