Skip to content

Commit 97c19f6

Browse files
committed
Add link to bug/commit/PR, rationale, review, etc.
1 parent e4d20de commit 97c19f6

File tree

53 files changed

+80
-19
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+80
-19
lines changed

proposals/0002-remove-currying.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* Proposal: [SE-0002](0002-remove-currying.md)
44
* Author: [Joe Groff](https://github.com/jckarter)
55
* Status: **Implemented (Swift 3)**
6+
* Commit: <https://github.com/apple/swift/commit/983a674e0ca35a85532d70a3eb61e71a6d024108>
67

78
## Introduction
89

proposals/0003-remove-var-parameters.md

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
* Author: [David Farler](https://github.com/bitjammer)
55
* Review Manager: [Joe Pamer](https://github.com/jopamer)
66
* Status: **Implemented (Swift 3)**
7+
* Decision Notes: [Rationale](https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20160125/008145.html)
8+
* Commit: <https://github.com/apple/swift/commit/8a5ed405bf1f92ec3fc97fa46e52528d2e8d67d9>
79

810
## Note
911

proposals/0004-remove-pre-post-inc-decrement.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* Proposal: [SE-0004](0004-remove-pre-post-inc-decrement.md)
44
* Author: [Chris Lattner](https://github.com/lattner)
55
* Status: **Implemented (Swift 3)**
6+
* Commit: <https://github.com/apple/swift/commit/8e12008d2b34a605f8766310f53d5668f3d50955>
67

78
## Introduction
89

proposals/0005-objective-c-name-translation.md

+3
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,11 @@ This review is part of a group of three related reviews, running
1212
concurrently:
1313

1414
* [SE-0023 API Design Guidelines](0023-api-guidelines.md)
15+
([Review](https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20160118/007353.html))
1516
* [SE-0006 Apply API Guidelines to the Standard Library](0006-apply-api-guidelines-to-the-standard-library.md)
17+
([Review](https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20160118/007354.html))
1618
* [SE-0005 Better Translation of Objective-C APIs Into Swift](0005-objective-c-name-translation.md)
19+
([Review](https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20160118/007355.html))
1720

1821
These reviews are running concurrently because they interact strongly
1922
(e.g., an API change in the standard library will correspond to a

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

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,17 @@
66
* Status: **Implemented (Swift 3)**
77
* Decision Notes: [Rationale](https://lists.swift.org/pipermail/swift-evolution-announce/2016-March/000054.html)
88

9-
109
## Reviewer notes
1110

1211
This review is part of a group of three related reviews, running
1312
concurrently:
1413

1514
* [SE-0023 API Design Guidelines](0023-api-guidelines.md)
15+
([Review](https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20160118/007353.html))
1616
* [SE-0006 Apply API Guidelines to the Standard Library](0006-apply-api-guidelines-to-the-standard-library.md)
17+
([Review](https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20160118/007354.html))
1718
* [SE-0005 Better Translation of Objective-C APIs Into Swift](0005-objective-c-name-translation.md)
19+
([Review](https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20160118/007355.html))
1820

1921
These reviews are running concurrently because they interact strongly
2022
(e.g., an API change in the standard library will correspond to a

proposals/0015-tuple-comparison-operators.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
* Author: [Kevin Ballard](https://github.com/kballard)
55
* Review Manager: [Dave Abrahams](https://github.com/dabrahams)
66
* Status: **Implemented (Swift 2.2)**
7-
* Decision Notes: [Rationale](https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20151221/004423.html), [Pull request](https://github.com/apple/swift/pull/408)
8-
7+
* Decision Notes: [Rationale](https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20151221/004423.html)
8+
* Pull Request: <https://github.com/apple/swift/pull/408>
99

1010
## Introduction
1111

proposals/0017-convert-unmanaged-to-use-unsafepointer.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Review Manager: [Chris Lattner](https://github.com/lattner)
66
* Status: **Implemented (Swift 3)**
77
* Decision Notes: [Rationale](https://lists.swift.org/pipermail/swift-evolution-announce/2016-May/000133.html)
8-
8+
* Bug: [SR-1485](https://bugs.swift.org/browse/SR-1485)
99

1010
## Introduction
1111

proposals/0020-if-swift-version.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,16 @@
44
* Author: [David Farler](https://github.com/bitjammer)
55
* Review Manager: [Doug Gregor](https://github.com/DougGregor)
66
* Status: **Implemented (Swift 2.2)**
7+
* Commit: <https://github.com/apple/swift/commit/c32fb8e7b9a67907e8b6580a46717c6a345ec7c6>
78

89
## Introduction
910

1011
This proposal aims to add a new build configuration option to Swift
1112
2.2: `#if swift`.
1213

13-
Swift-evolution thread: [Swift 2.2: #if swift language version](https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20151214/003385.html)
14+
Swift-evolution threads:
15+
- [Swift 2.2: #if swift language version](https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20151214/003385.html)
16+
- [Review](https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20160111/006398.html)
1417

1518
## Motivation
1619

proposals/0021-generalized-naming.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* Review Manager: [Joe Groff](https://github.com/jckarter)
66
* Status: **Implemented (Swift 2.2)**
77
* Decision Notes: [Rationale](https://lists.swift.org/pipermail/swift-evolution-announce/2016-January/000021.html)
8+
* Commit: <https://github.com/apple/swift/commit/ecfde0e71c61184989fde0f93f8d6b7f5375b99a>
89

910
## Introduction
1011

proposals/0022-objc-selectors.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* Review Manager: [Joe Groff](https://github.com/jckarter)
66
* Status: **Implemented (Swift 2.2)**
77
* Decision Notes: [Rationale](https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20160125/007797.html)
8+
* Pull Request: <https://github.com/apple/swift/pull/1170>
89

910
## Introduction
1011

proposals/0023-api-guidelines.md

+3
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,11 @@ This review is part of a group of three related reviews, running
1212
concurrently:
1313

1414
* [SE-0023 API Design Guidelines](0023-api-guidelines.md)
15+
([Review](https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20160118/007353.html))
1516
* [SE-0006 Apply API Guidelines to the Standard Library](0006-apply-api-guidelines-to-the-standard-library.md)
17+
([Review](https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20160118/007354.html))
1618
* [SE-0005 Better Translation of Objective-C APIs Into Swift](0005-objective-c-name-translation.md)
19+
([Review](https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20160118/007355.html))
1720

1821
These reviews are running concurrently because they interact strongly
1922
(e.g., an API change in the standard library will correspond to a

proposals/0029-remove-implicit-tuple-splat.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* Review Manager: [Joe Groff](http://github.com/jckarter)
66
* Status: **Implemented (Swift 3)**
77
* Decision Notes: [Rationale](https://lists.swift.org/pipermail/swift-evolution-announce/2016-February/000033.html)
8+
* Commit: <https://github.com/apple/swift/commit/8e12008d2b34a605f8766310f53d5668f3d50955>
89

910
## Introduction
1011

proposals/0031-adjusting-inout-declarations.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* Review Manager: [Chris Lattner](https://github.com/lattner)
66
* Status: **Implemented (Swift 3)**
77
* Decision Notes: [Rationale](https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20160215/010571.html)
8+
* Pull Request: <https://github.com/apple/swift/pull/1333>
89

910
## Introduction
1011

proposals/0032-sequencetype-find.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* Review Manager: [Chris Lattner](https://github.com/lattner)
66
* Status: **Implemented (Swift 3)**
77
* Decision Notes: [Rationale](https://lists.swift.org/pipermail/swift-evolution-announce/2016-May/000134.html)
8+
* Bug: [SR-1519](https://bugs.swift.org/browse/SR-1519)
89
* Previous Revisions: [1](https://github.com/apple/swift-evolution/blob/d709546002e1636a10350d14da84eb9e554c3aac/proposals/0032-sequencetype-find.md)
910

1011
## Introduction

proposals/0040-attributecolons.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* Review Manager: [Chris Lattner](https://github.com/lattner)
66
* Status: **Implemented (Swift 3)**
77
* Decision Notes: [Rationale](https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20160307/012100.html)
8+
* Pull Request: <https://github.com/apple/swift/pull/1537>
89

910
## Introduction
1011

proposals/0043-declare-variables-in-case-labels-with-multiple-patterns.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* Review Manager: [Chris Lattner](https://github.com/lattner)
66
* Status: **Implemented (Swift 3)**
77
* Decision Notes: [Rationale](https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20160321/013250.html)
8+
* Pull Request: <https://github.com/apple/swift/pull/1383>
89

910
## Introduction
1011

proposals/0045-scan-takewhile-dropwhile.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
* Proposal: [SE-0045](0045-scan-takewhile-dropwhile.md)
44
* Author: [Kevin Ballard](https://github.com/kballard)
5+
* Review Manager: [Chris Lattner](http://github.com/lattner)
56
* Status: **Implemented (Swift 3.1)**
67
* Decision Notes: [Rationale](https://lists.swift.org/pipermail/swift-evolution-announce/2016-May/000136.html)
7-
* Bugs: [SR-1516](https://bugs.swift.org/browse/SR-1516)
8-
* Review Manager: [Chris Lattner](http://github.com/lattner)
8+
* Bug: [SR-1516](https://bugs.swift.org/browse/SR-1516)
99
* Previous Revisions: [1](https://github.com/apple/swift-evolution/blob/b39d653f7e3d5e982b562664343f26c826652291/proposals/0045-scan-takewhile-dropwhile.md), [2](https://github.com/apple/swift-evolution/blob/baec22a8a5ddaa0407086380da32b5cad2144800/proposals/0045-scan-takewhile-dropwhile.md), [3](https://github.com/apple/swift-evolution/blob/d709546002e1636a10350d14da84eb9e554c3aac/proposals/0045-scan-takewhile-dropwhile.md)
1010

1111
## Introduction

proposals/0052-iterator-post-nil-guarantee.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* Review Manager: [Chris Lattner](https://github.com/lattner)
66
* Status: **Implemented (Swift 3)**
77
* Decision Notes: [Rationale](https://lists.swift.org/pipermail/swift-evolution-announce/2016-May/000135.html)
8+
* Pull Request: <https://github.com/apple/swift/pull/1702>
89

910
## Introduction
1011

@@ -20,8 +21,6 @@ repeating `nil` (it's a silent corner case).
2021

2122
Swift-evolution thread: [\[Proposal\] Change guarantee for GeneratorType.next() to always return nil past end](https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20160229/011699.html)
2223

23-
Pull-request: [\#1702](https://github.com/apple/swift/pull/1702)
24-
2524
## Motivation
2625

2726
While not overwhelmingly common, it is relatively easy to write code based on the

proposals/0053-remove-let-from-function-parameters.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* Review Manager: [Chris Lattner](https://github.com/lattner)
66
* Status: **Implemented (Swift 3)**
77
* Decision Notes: [Rationale](https://lists.swift.org/pipermail/swift-evolution-announce/2016-March/000082.html)
8+
* Pull Request: <https://github.com/apple/swift/pull/1812>
89

910
## Introduction
1011

@@ -14,7 +15,7 @@ Not allowing function parameters to be explicitly declared as `let` would permit
1415
Furthermore proposal [SE-0003​: "Removing `var` from Function Parameters"](0003-remove-var-parameters.md) removes `var` from function parameters removing any possible ambiguity as to whether a function parameter is immutable or not.
1516

1617

17-
Swift-evolution thread: [\[swift-evolution\] Removing explicit use of `let` from Function Parameters](https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20160314/012851.html)
18+
Swift-evolution thread: [Removing explicit use of `let` from Function Parameters](https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20160314/012851.html)
1819

1920
## Motivation
2021
Now that proposal [SE-0003​: "Removing `var` from Function Parameters"](0003-remove-var-parameters.md) has been accepted, it would make sense that the syntax for function parameters being explicitly declared as `let` would be removed as well.

proposals/0054-abolish-iuo.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* Review Manager: [Chris Lattner](https://github.com/lattner)
66
* Status: **Implemented (Swift 3)**
77
* Decision Notes: [Rationale](https://lists.swift.org/pipermail/swift-evolution-announce/2016-March/000084.html)
8+
* Pull Request: <https://github.com/apple/swift/pull/2322>
89

910
## Introduction
1011

proposals/0055-optional-unsafe-pointers.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* Review Manager: [Chris Lattner](https://github.com/lattner)
66
* Status: **Implemented (Swift 3)**
77
* Decision Notes: [Rationale](https://lists.swift.org/pipermail/swift-evolution-announce/2016-March/000086.html)
8+
* Pull Request: <https://github.com/apple/swift/pull/1878>
89

910
## Introduction
1011

proposals/0062-objc-keypaths.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* Review Manager: [Doug Gregor](https://github.com/DougGregor)
66
* Status: **Implemented (Swift 3)**
77
* Decision Notes: [Rationale](https://lists.swift.org/pipermail/swift-evolution-announce/2016-April/000101.html)
8+
* Bug: [SR-1237](https://bugs.swift.org/browse/SR-1237)
89

910
## Introduction
1011

proposals/0063-swiftpm-system-module-search-paths.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* Review Manager: [Anders Bertelrud](https://github.com/abertelrud)
66
* Status: **Implemented (Swift 3)**
77
* Decision Notes: [Rationale](https://lists.swift.org/pipermail/swift-evolution-announce/2016-April/000103.html)
8+
* Pull Request: <https://github.com/apple/swift-package-manager/pull/257>
89

910
## Introduction
1011

proposals/0065-collections-move-indices.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* Review Manager: [Chris Lattner](https://github.com/lattner)
66
* Status: **Implemented (Swift 3)**
77
* Decision Notes: [Rationale](https://lists.swift.org/pipermail/swift-evolution-announce/2016-April/000115.html), [Swift-evolution thread](https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20160229/011552.html)
8+
* Pull Request: <https://github.com/apple/swift/pull/2108>
89
* Previous Revisions: [1](https://github.com/apple/swift-evolution/blob/21fac2e8034e79e4f44c1c8799808fc8cba83395/proposals/0065-collections-move-indices.md), [2](https://github.com/apple/swift-evolution/blob/1a821cf7ccbdf1d7566e9ce2e991bdd835ba3b7d/proposals/0065-collections-move-indices.md), [3](https://github.com/apple/swift-evolution/blob/d44c3e7c189ba39ddf8a914ae8b78b71f88fdcdf/proposals/0065-collections-move-indices.md), [4](https://github.com/apple/swift-evolution/blob/57639040dc08d2f0b16d9bda527db069589b58d1/proposals/0065-collections-move-indices.md)
910

1011
## Summary

proposals/0066-standardize-function-type-syntax.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* Review Manager: [Doug Gregor](https://github/com/DougGregor)
66
* Status: **Implemented (Swift 3)**
77
* Decision Notes: [Rationale](https://lists.swift.org/pipermail/swift-evolution-announce/2016-May/000138.html)
8+
* Commit: <https://github.com/apple/swift/commit/3d2b5bcc5350e1dea2ed8a0a95cd12ff5c760f24>
89

910
## Introduction
1011

proposals/0067-floating-point-protocols.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* Review Manager: [Chris Lattner](https://github.com/lattner)
66
* Status: **Implemented (Swift 3)**
77
* Decision Notes: [Rationale](https://lists.swift.org/pipermail/swift-evolution-announce/2016-May/000121.html)
8+
* Pull Request: <https://github.com/apple/swift/pull/2453>
89
* Previous Revision: [1](https://github.com/apple/swift-evolution/blob/fb1368a6a5474f57aa8f1846b5355d18753098f3/proposals/0067-floating-point-protocols.md)
910

1011
## Introduction

proposals/0072-eliminate-implicit-bridging-conversions.md

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
* Review Manager: [Chris Lattner](https://github.com/lattner)
66
* Status: **Implemented (Swift 3)**
77
* Decision Notes: [Rationale](https://lists.swift.org/pipermail/swift-evolution-announce/2016-May/000137.html)
8+
* Pull Requests: <https://github.com/apple/swift/pull/2419>,
9+
<https://github.com/apple/swift/pull/2440>,
10+
<https://github.com/apple/swift/pull/2441>
811

912
## Introduction
1013
In Swift 1.2, we attempted to remove all implicit bridging conversions from the language. Unfortunately, problems with how the v1.2 compiler imported various un-annotated Objective-C APIs caused us to scale back on our ambitions.

proposals/0085-package-manager-command-name.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* Review Manager: [Daniel Dunbar](http://github.com/ddunbar)
66
* Status: **Implemented (Swift 3)**
77
* Decision Notes: [Rationale](https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20160516/017728.html)
8+
* Pull Request: <https://github.com/apple/swift-package-manager/pull/364>
89

910
## Note
1011

proposals/0089-rename-string-reflection-init.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# Renaming `String.init<T>(_: T)`
22

33
* Proposal: [SE-0089](0089-rename-string-reflection-init.md)
4-
* Author: [Austin Zheng](https://github.com/austinzheng), [Brent Royal-Gordon](https://github.com/brentdax)
4+
* Authors: [Austin Zheng](https://github.com/austinzheng), [Brent Royal-Gordon](https://github.com/brentdax)
55
* Review Manager: [Chris Lattner](http://github.com/lattner)
66
* Status: **Implemented (Swift 3)**
77
* Decision Notes: [Rationale](https://lists.swift.org/pipermail/swift-evolution-announce/2016-June/000190.html)
8+
* Bug: [SR-1881](https://bugs.swift.org/browse/SR-1881)
89
* Previous Revisions: [1](https://github.com/apple/swift-evolution/blob/40aecf3647c19ae37730e39aa9e54b67fcc2be86/proposals/0089-rename-string-reflection-init.md)
910

1011
## Introduction

proposals/0091-improving-operators-in-protocols.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# Improving operator requirements in protocols
22

33
* Proposal: [SE-0091](0091-improving-operators-in-protocols.md)
4-
* Author: [Tony Allevato](https://github.com/allevato), [Doug Gregor](https://github.com/DougGregor)
4+
* Authors: [Tony Allevato](https://github.com/allevato), [Doug Gregor](https://github.com/DougGregor)
55
* Review Manager: [Chris Lattner](http://github.com/lattner)
66
* Status: **Implemented (Swift 3)**
77
* Decision Notes: [Rationale](https://lists.swift.org/pipermail/swift-evolution-announce/2016-July/000232.html)
8+
* Bug: [SR-2073](https://bugs.swift.org/browse/SR-2073)
89
* Previous Revision: [1](https://github.com/apple/swift-evolution/blob/eaab20ed34df1dc8ba8aa07e49abc8c5fa216f3e/proposals/0091-improving-operators-in-protocols.md)
910

1011
## Introduction

proposals/0092-typealiases-in-protocols.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
* Proposal: [SE-0092](0092-typealiases-in-protocols.md)
44
* Authors: [David Hart](https://github.com/hartbit), [Doug Gregor](https://github.com/DougGregor)
55
* Review Manager: [Chris Lattner](http://github.com/lattner)
6-
* Status: **Implemented (Swift 3.0)**
6+
* Status: **Implemented (Swift 3)**
77
* Decison Notes: [Rationale](https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20160516/017742.html)
8+
* Bug: [SR-1539](https://bugs.swift.org/browse/SR-1539)
89

910
## Introduction
1011

proposals/0093-slice-base.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* Review Manager: [Dave Abrahams](https://github.com/dabrahams)
66
* Status: **Implemented (Swift 3)**
77
* Decision Notes: [Rationale](https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20160523/019109.html)
8+
* Pull Request: <https://github.com/apple/swift/pull/2929>
89

910
## Introduction
1011

proposals/0095-any-as-existential.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# Replace `protocol<P1,P2>` syntax with `P1 & P2` syntax
22

33
* Proposal: [SE-0095](0095-any-as-existential.md)
4-
* Author: [Adrian Zubarev](https://github.com/DevAndArtist), [Austin Zheng](https://github.com/austinzheng)
4+
* Authors: [Adrian Zubarev](https://github.com/DevAndArtist), [Austin Zheng](https://github.com/austinzheng)
55
* Review Manager: [Chris Lattner](http://github.com/lattner)
66
* Status: **Implemented (Swift 3)**
77
* Decision Notes: [Rationale](https://lists.swift.org/pipermail/swift-evolution-announce/2016-June/000198.html)
8+
* Bug: [SR-1938](https://bugs.swift.org/browse/SR-1938)
89
* Previous Revision: [1](https://github.com/apple/swift-evolution/blob/a4356fee94c06181715fad83aa61e923eb73f8ec/proposals/0095-any-as-existential.md)
910

1011
## Introduction

proposals/0096-dynamictype.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* Review Manager: [Chris Lattner](http://github.com/lattner)
66
* Status: **Implemented (Swift 3)**
77
* Decision Notes: [Rationale](https://lists.swift.org/pipermail/swift-evolution-announce/2016-June/000180.html)
8+
* Bug: [SR-2218](https://bugs.swift.org/browse/SR-2218)
89

910
## Introduction
1011

proposals/0102-noreturn-bottom-type.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* Review Manager: [Chris Lattner](http://github.com/lattner)
66
* Status: **Implemented (Swift 3)**
77
* Decision Notes: [Rationale](https://lists.swift.org/pipermail/swift-evolution-announce/2016-June/000205.html)
8+
* Bug: [SR-1953](https://bugs.swift.org/browse/SR-1953)
89

910
## Introduction
1011

proposals/0103-make-noescape-default.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* Review Manager: [Chris Lattner](http://github.com/lattner)
66
* Status: **Implemented (Swift 3)**
77
* Decision Notes: [Rationale](https://lists.swift.org/pipermail/swift-evolution-announce/2016-June/000204.html)
8+
* Bug: [SR-1952](https://bugs.swift.org/browse/SR-1952)
89
* Previous Revision: [1](https://github.com/apple/swift-evolution/blob/833afd64b5d24a777fe2c42800d4b4dcd52bb487/proposals/0103-make-noescape-default.md)
910

1011
## Introduction

proposals/0106-rename-osx-to-macos.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
* Review Manager: [Chris Lattner](http://github.com/lattner)
66
* Status: **Implemented (Swift 3)**
77
* Decison Notes: [Rationale](https://lists.swift.org/pipermail/swift-evolution-announce/2016-June/000193.html)
8+
* Bugs: [SR-1823](https://bugs.swift.org/browse/SR-1823),
9+
[SR-1887](https://bugs.swift.org/browse/SR-1887)
810

911
## Introduction
1012

@@ -14,8 +16,6 @@ This proposal adds the `#if os(macOS)` platform configuration test to alias the
1416

1517
Swift Evolution Discussion: [\[DRAFT\] Aliasing the OS X Platform Configuration Test](https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20160613/021239.html)
1618

17-
Bug report: [SR-1823](https://bugs.swift.org/browse/SR-1823)
18-
1919
## Motivation
2020

2121
At WWDC 2016, Apple renamed its Mac operating system from OSX to macOS. Adding rather than replacing "OSX" enables API adoption to be purely additive and supports the notion that Swift-based applications can and may be deployed to operating systems earlier than Sierra.

proposals/0109-remove-boolean.md

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
* Review Manager: [Doug Gregor](http://github.com/DougGregor)
66
* Status: **Implemented (Swift 3)**
77
* Decision Notes: [Rationale](https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20160711/024270.html)
8+
* Commits: <https://github.com/apple/swift/commit/76cf339694a41293dbbec9672b6df87a864087f2>,
9+
<https://github.com/apple/swift/commit/af30ae32226813ec14c2bef80cb090d3e6c586fb>
810

911
## Introduction
1012

0 commit comments

Comments
 (0)