Skip to content

Commit eb47442

Browse files
committed
Initiate review of SE-0142: Permit where clauses to constrain associated types
1 parent 1fb3715 commit eb47442

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

index.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@
142142
<proposal id="0139" status="accepted" swift-version="3" name="Bridge Numeric Types to `NSNumber` and Cocoa Structs to `NSValue`" filename="0139-bridge-nsnumber-and-nsvalue.md"/>
143143
<proposal id="0140" status="accepted" swift-version="3" name="Bridge `Optional` As Its Payload Or `NSNull`" filename="0140-bridge-optional-to-nsnull.md"/>
144144
<proposal id="0141" status="active" swift-version="4" name="Availability by Swift version" filename="0141-available-by-swift-version.md"/>
145+
<proposal id="0142" status="active" swift-version="4" name="Permit where clauses to constrain associated types" filename="0142-associated-types-constraints.md"/>
145146

146147
<!--
147148
Recognized values for a proposal's status:

proposals/XXXX-associated-types-constraints.md renamed to proposals/0142-associated-types-constraints.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
* Proposal: [SE-NNNN](NNNN-associated-types-constraints.md)
44
* Authors: [David Hart](https://github.com/hartbit), [Jacob Bandes-Storch](https://github.com/jtbandes), [Doug Gregor](https://github.com/DougGregor)
5-
* Review Manager: TBD
6-
* Status: **Awaiting review**
5+
* Review Manager: [Doug Gregor](https://github.com/DougGregor)
6+
* Status: Under review (September 23...30, 2016)
77

88
## Introduction
99

0 commit comments

Comments
 (0)