Skip to content

Commit a4356fe

Browse files
committed
4 proposals resolved. The core team hasn't discussed the others yet.
1 parent c751e62 commit a4356fe

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ subsequent release.
167167
* [SE-0088: Modernize libdispatch for Swift 3 naming conventions](proposals/0088-libdispatch-for-swift3.md)
168168
* [SE-0092: Typealiases in protocols and protocol extensions](proposals/0092-typealiases-in-protocols.md)
169169
* [SE-0093: Adding a public `base` property to slices](proposals/0093-slice-base.md)
170+
* [SE-0096: Converting dynamicType from a property to an operator](proposals/0096-dynamictype.md)
170171

171172
## Swift 2.2 - Released on March 21, 2016
172173

@@ -207,6 +208,8 @@ as practical with Swift 2.0.
207208
* [SE-0074: Implementation of Binary Search functions](proposals/0074-binary-search.md)
208209
* [SE-0084: Allow trailing commas in parameter lists and tuples](proposals/0084-trailing-commas.md)
209210
* [SE-0087: Rename `lazy` to `@lazy`](proposals/0087-lazy-attribute.md)
211+
* [SE-0097: Normalizing naming for "negative" attributes](proposals/0097-negative-attributes.md)
212+
* [SE-0098: Lowercase `didSet` and `willSet` for more consistent keyword casing](proposals/0098-didset-capitalization.md)
210213

211214
## Review
212215
[Swift Evolution Review Schedule](https://github.com/apple/swift-evolution/blob/master/schedule.md)
@@ -216,6 +219,7 @@ as practical with Swift 2.0.
216219
* [SE-0018: Flexible Memberwise Initialization](proposals/0018-flexible-memberwise-initialization.md)
217220
* [SE-0030: Property Behaviors](proposals/0030-property-behavior-decls.md)
218221
* [SE-0050: Decoupling Floating Point Strides from Generic Implementations](proposals/0050-floating-point-stride.md)
222+
* [SE-0095: Replace `protocol<P1,P2>` syntax with `Any<P1,P2>`](proposals/0095-any-as-existential.md)
219223

220224

221225
### Deferred for Future Discussion

proposals/0095-any-as-existential.md

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

33
* Proposal: [SE-0095](0095-any-as-existential.md)
44
* Author: [Adrian Zubarev](https://github.com/DevAndArtist), [Austin Zheng](https://github.com/austinzheng)
5-
* Status: **Active review May 24...30, 2016**
5+
* Status: **Returned for Revision** [Rationale](https://lists.swift.org/pipermail/swift-evolution-announce/2016-June/000182.html)
66
* Review manager: [Chris Lattner](http://github.com/lattner)
77

88
## Introduction

proposals/0096-dynamictype.md

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

33
* Proposal: [SE-0096](0096-dynamictype.md)
44
* Author: [Erica Sadun](https://github.com/erica)
5-
* Status: **Active review May 24...30**
5+
* Status: **Accepted** [Rationale](https://lists.swift.org/pipermail/swift-evolution-announce/2016-June/000180.html)
66
* Review manager: [Chris Lattner](http://github.com/lattner)
77

88
## Introduction

proposals/0097-negative-attributes.md

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

33
* Proposal: [SE-0097](0097-negative-attributes.md)
44
* Author: [Erica Sadun](https://github.com/erica)
5-
* Status: **Active Review May 24...30**
5+
* Status: **Rejected** [Rationale](https://lists.swift.org/pipermail/swift-evolution-announce/2016-June/000181.html)
66
* Review manager: [Chris Lattner](http://github.com/lattner)
77

88
## Introduction

proposals/0098-didset-capitalization.md

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

33
* Proposal: [SE-0098](0098-didset-capitalization.md)
44
* Author: [Erica Sadun](https://github.com/erica)
5-
* Status: **Active Review May 24...30**
5+
* Status: **Rejected** [Rationale](https://lists.swift.org/pipermail/swift-evolution-announce/2016-June/000179.html)
66
* Review manager: [Chris Lattner](http://github.com/lattner)
77

88
## Introduction

schedule.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ proposals in that process.
99
* May 9...16 [SE-0086: Drop NS Prefix in Swift Foundation](proposals/0086-drop-foundation-ns.md)
1010
* May 17...23 [SE-0077: Improved operator declarations](proposals/0077-operator-precedence.md)
1111
* May 17...23 [SE-0091: Improving operator requirements in protocols](proposals/0091-improving-operators-in-protocols.md)
12-
* May 24...30 [SE-0095: Replace `protocol<P1,P2>` syntax with `Any<P1,P2>`](proposals/0095-any-as-existential.md)
13-
* May 24...30 [SE-0096: Converting dynamicType from a property to an operator](proposals/0096-dynamictype.md)
14-
* May 24...30 [SE-0097: Normalizing naming for "negative" attributes](proposals/0097-negative-attributes.md)
15-
* May 24...30 [SE-0098: Lowercase `didSet` and `willSet` for more consistent keyword casing](proposals/0098-didset-capitalization.md)
1612
* May 27...June 3 [SE-0099: Restructuring Condition Clauses](proposals/0099-conditionclauses.md)
1713

1814
## Upcoming reviews

0 commit comments

Comments
 (0)