Skip to content

Commit f5025de

Browse files
committed
Move SE-0110 back to Accepted.
The implementation was reverted. See commit f42158b12e in the Swift compiler repository.
1 parent fbaebb9 commit f5025de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
<proposal id="0107" status="implemented" swift-version="3" name="UnsafeRawPointer API" filename="0107-unsaferawpointer.md"/>
111111
<proposal id="0108" status="rejected" name="Remove associated type inference" filename="0108-remove-assoctype-inference.md"/>
112112
<proposal id="0109" status="implemented" swift-version="3" name="Remove the `Boolean` protocol" filename="0109-remove-boolean.md"/>
113-
<proposal id="0110" status="implemented" swift-version="3" name="Distinguish between single-tuple and multiple-argument function types" filename="0110-distingish-single-tuple-arg.md"/>
113+
<proposal id="0110" status="accepted" swift-version="3" name="Distinguish between single-tuple and multiple-argument function types" filename="0110-distingish-single-tuple-arg.md"/>
114114
<proposal id="0111" status="implemented" swift-version="3" name="Remove type system significance of function argument labels" filename="0111-remove-arg-label-type-significance.md"/>
115115
<proposal id="0112" status="implemented" swift-version="3" name="Improved NSError Bridging" filename="0112-nserror-bridging.md"/>
116116
<proposal id="0113" status="implemented" swift-version="3" name="Add integral rounding functions to FloatingPoint" filename="0113-rounding-functions-on-floatingpoint.md"/>

proposals/0110-distingish-single-tuple-arg.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Proposal: [SE-0110](0110-distingish-single-tuple-arg.md)
44
* Authors: Vladimir S., Austin Zheng
55
* Review Manager: [Chris Lattner](http://github.com/lattner)
6-
* Status: **Implemented (Swift 3)**
6+
* Status: **Accepted**
77
* Decision Notes: [Rationale](https://lists.swift.org/pipermail/swift-evolution-announce/2016-July/000215.html)
88
* Bug: [SR-2008](https://bugs.swift.org/browse/SR-2008)
99

0 commit comments

Comments
 (0)