Skip to content

Commit acead42

Browse files
committed
Initiate the reviews of SE-0005, SE-0006, and SE-0023
1 parent 633f87f commit acead42

5 files changed

+9
-20
lines changed

Diff for: README.md

-14
Original file line numberDiff line numberDiff line change
@@ -134,20 +134,6 @@ sooner.
134134
## Review
135135
[Swift Evolution Review Schedule](https://github.com/apple/swift-evolution/blob/master/schedule.md)
136136

137-
### Under Review
138-
* [Add StaticString.UnicodeScalarView](proposals/0010-add-staticstring-unicodescalarview.md) (SE-0010, Jan 6-8)
139-
* [Referencing the Objective-C selector of a method](proposals/0022-objc-selectors.md) (SE-0022, Jan 17-22)
140-
141-
### Scheduled for Review
142-
* [API Design Guidelines](proposals/0006-apply-api-guidelines-to-the-standard-library.md) (SE-0023)
143-
* [Better Translation of Objective-C APIs Into Swift](proposals/0005-objective-c-name-translation.md)
144-
* [Apply API Guidelines to the Standard Library](proposals/0006-apply-api-guidelines-to-the-standard-library.md)
145-
146-
### Awaiting Review
147-
* [Add @noescape to public library API](proposals/0012-add-noescape-to-public-library-api.md) (SE-0012)
148-
* [Add initializers to Int and Uint to convert from UnsafePointer and UnsafeMutablePointer](proposals/0016-initializers-for-converting-unsafe-pointers-to-ints.md) (SE-0016)
149-
* [Change Unmanaged to use UnsafePointer](proposals/0017-convert-unmanaged-to-use-unsafepointer.md) (SE-0017)
150-
151137
### Returned for Revision
152138
* [Flexible Memberwise Initialization](proposals/0018-flexible-memberwise-initialization.md) (SE-0018)
153139
* [Swift Testing](proposals/0019-package-manager-testing.md) (SE-0019)

Diff for: proposals/0005-objective-c-name-translation.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
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: **Awaiting review** (January 21...31, 2016)
5+
* Status: **Under Review** (January 22...31, 2016)
6+
* Review manager: [Doug Gregor](https://github.com/DougGregor)
67

78
## Reviewer notes
89

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

+1-1
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** (January 21...31, 2016)
5+
* Status: **Under Review** (January 22...31, 2016)
66
* Review manager: [Doug Gregor](https://github.com/DougGregor)
77

88
## Reviewer notes

Diff for: proposals/0023-api-guidelines.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
* Proposal: [SE-0023](https://github.com/apple/swift-evolution/blob/master/proposals/0023-api-guidelines.md)
44
* Author(s): Dave Abrahams, Doug Gregor, Dmitri Hrybenko, Ted Kremenek, Chris Lattner, Alex Migicovsky, Max Moiseev, Ali Ozer, Tony Parker
5-
* Status: **Awaiting review** (January 21...31, 2016)
5+
* Status: **Under Review** (January 22...31, 2016)
6+
* Review manager: [Doug Gregor](https://github.com/DougGregor)
67

78
## Reviewer notes
89

Diff for: schedule.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@ proposals in that process.
99
* January 6...8, 2016: [SE-0010: Add StaticString.UnicodeScalarView](proposals/0010-add-staticstring-unicodescalarview.md)
1010
* January 12...17, 2016: [SE-0020: Swift Language Version Build Configuration](proposals/0020-if-swift-version.md)
1111
* January 18...23, 2016: [SE-0022: Referencing the Objective-C selector of a method](proposals/0022-objc-selectors.md)
12+
* January 22...31, 2016: [SE-0023: API Design Guidelines](proposals/0006-apply-api-guidelines-to-the-standard-library.md)
13+
* January 22...31, 2016: [SE-0006: Apply API Guidelines to the Standard Library](proposals/0006-apply-api-guidelines-to-the-standard-library.md)
14+
* January 22...31, 2016: [SE-0005: Better Translation of Objective-C APIs Into Swift](proposals/0005-objective-c-name-translation.md)
1215

1316
## Upcoming reviews
1417

15-
* January 21...31, 2016: [SE-0023: API Design Guidelines](proposals/0006-apply-api-guidelines-to-the-standard-library.md)
16-
* January 21...31, 2016: [SE-0006: Apply API Guidelines to the Standard Library](proposals/0006-apply-api-guidelines-to-the-standard-library.md)
17-
* January 21...31, 2016: [SE-0005: Better Translation of Objective-C APIs Into Swift](proposals/0005-objective-c-name-translation.md)
18+
(None at the moment)
1819

1920
## Proposals awaiting scheduling
2021

0 commit comments

Comments
 (0)