Skip to content

Commit 0105e9a

Browse files
[SE-0070] Gmane to Pipermail (#2)
1 parent d9b556e commit 0105e9a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

proposals/0070-optional-requirements.md

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

33
* Proposal: [SE-0070](0070-optional-requirements.md)
44
* Author: [Doug Gregor](https://github.com/DougGregor)
5-
* Status: **Accepted for Swift 3** ([Rationale](https://lists.swift.org/pipermail/swift-evolution-announce/2016-May/000124.html), [Bug](https://bugs.swift.org/browse/SR-1395))
5+
* Status: **Implemented in Swift 3** ([Rationale](https://lists.swift.org/pipermail/swift-evolution-announce/2016-May/000124.html), [Bug](https://bugs.swift.org/browse/SR-1395))
66
* Review manager: [Chris Lattner](http://github.com/lattner)
77

88
## Introduction
@@ -19,6 +19,7 @@ feature.
1919

2020
Swift-evolution threads:
2121

22+
* [Is there an underlying reason why optional protocol requirements need @objc?](https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20160229/011854.html)
2223
* [\[Proposal\] Make optional protocol methods first class citizens](https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20160328/013770.html)
2324
* [\[Idea\] How to eliminate 'optional' protocol requirements](https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20160404/014471.html)
2425
* [\[Proposal draft\] Make Optional Requirements Objective-C-only](https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20160418/015552.html)
@@ -58,7 +59,7 @@ has always been permitted.
5859
## Alternatives considered
5960

6061
It's a fairly common request to make optional requirements work in
61-
Swift protocols (as in the aforementioned [thread](https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20160328/013770.html)).
62+
Swift protocols (as in the aforementioned [threads](#introduction)).
6263
However, such proposals have generally met with resistance because
6364
optional requirements have significant overlap with other protocol
6465
features: "default" implementations via protocol extensions and

0 commit comments

Comments
 (0)