Skip to content

Update commit/PR links in template and proposals #749

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Sep 7, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 0000-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
* Proposal: [SE-NNNN](NNNN-filename.md)
* Authors: [Author 1](https://github.com/swiftdev), [Author 2](https://github.com/swiftdev)
* Review Manager: TBD
* Status: **Awaiting review**
* Pull Request: [apple/swift#NNNNN](https://github.com/apple/swift/pull/NNNNN)
* Status: **Awaiting implementation**

*During the review process, add the following fields as needed:*

* Implementation: [apple/swift#NNNNN](https://github.com/apple/swift/pull/NNNNN)
* Decision Notes: [Rationale](https://lists.swift.org/pipermail/swift-evolution/), [Additional Commentary](https://lists.swift.org/pipermail/swift-evolution/)
* Bugs: [SR-NNNN](https://bugs.swift.org/browse/SR-NNNN), [SR-MMMM](https://bugs.swift.org/browse/SR-MMMM)
* Previous Revision: [1](https://github.com/apple/swift-evolution/blob/...commit-ID.../proposals/NNNN-filename.md)
Expand Down
2 changes: 1 addition & 1 deletion proposals/0002-remove-currying.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Proposal: [SE-0002](0002-remove-currying.md)
* Author: [Joe Groff](https://github.com/jckarter)
* Status: **Implemented (Swift 3)**
* Commit: [apple/swift@983a674](https://github.com/apple/swift/commit/983a674e0ca35a85532d70a3eb61e71a6d024108)
* Implementation: [apple/swift@983a674](https://github.com/apple/swift/commit/983a674e0ca35a85532d70a3eb61e71a6d024108)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is an interesting one. I think there is a difference between the "Implementation" that was used to evaluate the proposal and the final "commit" where the change was integrated into master. Even once there is an implementation that is acceptable for reviewing a proposal it may not be in sufficient stage to just merge into master.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added those commit links (to proposals without SR bugs) in case they'd be useful to someone implementing a similar feature.

The original commit for SE-0002 might be swiftlang/swift@30af42f but that's not very useful either.

I can remove the commit links, and/or close this pull request (if you prefer the existing proposal template).

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the links are useful. I'm more just thinking about terminology and what they convey. After thinking about this some more, I think this is a good change as is.


## Introduction

Expand Down
2 changes: 1 addition & 1 deletion proposals/0003-remove-var-parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Review Manager: [Joe Pamer](https://github.com/jopamer)
* Status: **Implemented (Swift 3)**
* Decision Notes: [Rationale](https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20160125/008145.html)
* Commit: [apple/swift@8a5ed40](https://github.com/apple/swift/commit/8a5ed405bf1f92ec3fc97fa46e52528d2e8d67d9)
* Implementation: [apple/swift@8a5ed40](https://github.com/apple/swift/commit/8a5ed405bf1f92ec3fc97fa46e52528d2e8d67d9)

## Note

Expand Down
2 changes: 1 addition & 1 deletion proposals/0004-remove-pre-post-inc-decrement.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Proposal: [SE-0004](0004-remove-pre-post-inc-decrement.md)
* Author: [Chris Lattner](https://github.com/lattner)
* Status: **Implemented (Swift 3)**
* Commit: [apple/swift@8e12008](https://github.com/apple/swift/commit/8e12008d2b34a605f8766310f53d5668f3d50955)
* Implementation: [apple/swift@8e12008](https://github.com/apple/swift/commit/8e12008d2b34a605f8766310f53d5668f3d50955)

## Introduction

Expand Down
2 changes: 1 addition & 1 deletion proposals/0015-tuple-comparison-operators.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Review Manager: [Dave Abrahams](https://github.com/dabrahams)
* Status: **Implemented (Swift 2.2)**
* Decision Notes: [Rationale](https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20151221/004423.html)
* Pull Request: [apple/swift#408](https://github.com/apple/swift/pull/408)
* Implementation: [apple/swift#408](https://github.com/apple/swift/pull/408)

## Introduction

Expand Down
2 changes: 1 addition & 1 deletion proposals/0020-if-swift-version.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Author: [David Farler](https://github.com/bitjammer)
* Review Manager: [Doug Gregor](https://github.com/DougGregor)
* Status: **Implemented (Swift 2.2)**
* Commit: [apple/swift@c32fb8e](https://github.com/apple/swift/commit/c32fb8e7b9a67907e8b6580a46717c6a345ec7c6)
* Implementation: [apple/swift@c32fb8e](https://github.com/apple/swift/commit/c32fb8e7b9a67907e8b6580a46717c6a345ec7c6)

## Introduction

Expand Down
2 changes: 1 addition & 1 deletion proposals/0021-generalized-naming.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Review Manager: [Joe Groff](https://github.com/jckarter)
* Status: **Implemented (Swift 2.2)**
* Decision Notes: [Rationale](https://lists.swift.org/pipermail/swift-evolution-announce/2016-January/000021.html)
* Commit: [apple/swift@ecfde0e](https://github.com/apple/swift/commit/ecfde0e71c61184989fde0f93f8d6b7f5375b99a)
* Implementation: [apple/swift@ecfde0e](https://github.com/apple/swift/commit/ecfde0e71c61184989fde0f93f8d6b7f5375b99a)

## Introduction

Expand Down
2 changes: 1 addition & 1 deletion proposals/0022-objc-selectors.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Review Manager: [Joe Groff](https://github.com/jckarter)
* Status: **Implemented (Swift 2.2)**
* Decision Notes: [Rationale](https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20160125/007797.html)
* Pull Request: [apple/swift#1170](https://github.com/apple/swift/pull/1170)
* Implementation: [apple/swift#1170](https://github.com/apple/swift/pull/1170)

## Introduction

Expand Down
Empty file modified proposals/0026-abstract-classes-and-methods.md
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion proposals/0029-remove-implicit-tuple-splat.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Review Manager: [Joe Groff](http://github.com/jckarter)
* Status: **Implemented (Swift 3)**
* Decision Notes: [Rationale](https://lists.swift.org/pipermail/swift-evolution-announce/2016-February/000033.html)
* Commit: [apple/swift@8e12008](https://github.com/apple/swift/commit/8e12008d2b34a605f8766310f53d5668f3d50955)
* Implementation: [apple/swift@8e12008](https://github.com/apple/swift/commit/8e12008d2b34a605f8766310f53d5668f3d50955)

## Introduction

Expand Down
2 changes: 1 addition & 1 deletion proposals/0031-adjusting-inout-declarations.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Review Manager: [Chris Lattner](https://github.com/lattner)
* Status: **Implemented (Swift 3)**
* Decision Notes: [Rationale](https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20160215/010571.html)
* Pull Request: [apple/swift#1333](https://github.com/apple/swift/pull/1333)
* Implementation: [apple/swift#1333](https://github.com/apple/swift/pull/1333)

## Introduction

Expand Down
2 changes: 1 addition & 1 deletion proposals/0040-attributecolons.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Review Manager: [Chris Lattner](https://github.com/lattner)
* Status: **Implemented (Swift 3)**
* Decision Notes: [Rationale](https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20160307/012100.html)
* Pull Request: [apple/swift#1537](https://github.com/apple/swift/pull/1537)
* Implementation: [apple/swift#1537](https://github.com/apple/swift/pull/1537)

## Introduction

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Review Manager: [Chris Lattner](https://github.com/lattner)
* Status: **Implemented (Swift 3)**
* Decision Notes: [Rationale](https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20160321/013250.html)
* Pull Request: [apple/swift#1383](https://github.com/apple/swift/pull/1383)
* Implementation: [apple/swift#1383](https://github.com/apple/swift/pull/1383)

## Introduction

Expand Down
2 changes: 1 addition & 1 deletion proposals/0052-iterator-post-nil-guarantee.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Review Manager: [Chris Lattner](https://github.com/lattner)
* Status: **Implemented (Swift 3)**
* Decision Notes: [Rationale](https://lists.swift.org/pipermail/swift-evolution-announce/2016-May/000135.html)
* Pull Request: [apple/swift#1702](https://github.com/apple/swift/pull/1702)
* Implementation: [apple/swift#1702](https://github.com/apple/swift/pull/1702)

## Introduction

Expand Down
2 changes: 1 addition & 1 deletion proposals/0053-remove-let-from-function-parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Review Manager: [Chris Lattner](https://github.com/lattner)
* Status: **Implemented (Swift 3)**
* Decision Notes: [Rationale](https://lists.swift.org/pipermail/swift-evolution-announce/2016-March/000082.html)
* Pull Request: [apple/swift#1812](https://github.com/apple/swift/pull/1812)
* Implementation: [apple/swift#1812](https://github.com/apple/swift/pull/1812)

## Introduction

Expand Down
2 changes: 1 addition & 1 deletion proposals/0054-abolish-iuo.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Review Manager: [Chris Lattner](https://github.com/lattner)
* Status: **Implemented (Swift 3)**
* Decision Notes: [Rationale](https://lists.swift.org/pipermail/swift-evolution-announce/2016-March/000084.html)
* Pull Request: [apple/swift#2322](https://github.com/apple/swift/pull/2322)
* Implementation: [apple/swift#2322](https://github.com/apple/swift/pull/2322)

## Introduction

Expand Down
2 changes: 1 addition & 1 deletion proposals/0055-optional-unsafe-pointers.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Review Manager: [Chris Lattner](https://github.com/lattner)
* Status: **Implemented (Swift 3)**
* Decision Notes: [Rationale](https://lists.swift.org/pipermail/swift-evolution-announce/2016-March/000086.html)
* Pull Request: [apple/swift#1878](https://github.com/apple/swift/pull/1878)
* Implementation: [apple/swift#1878](https://github.com/apple/swift/pull/1878)

## Introduction

Expand Down
2 changes: 1 addition & 1 deletion proposals/0063-swiftpm-system-module-search-paths.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Review Manager: [Anders Bertelrud](https://github.com/abertelrud)
* Status: **Implemented (Swift 3)**
* Decision Notes: [Rationale](https://lists.swift.org/pipermail/swift-evolution-announce/2016-April/000103.html)
* Pull Request: [apple/swift-package-manager#257](https://github.com/apple/swift-package-manager/pull/257)
* Implementation: [apple/swift-package-manager#257](https://github.com/apple/swift-package-manager/pull/257)

## Introduction

Expand Down
2 changes: 1 addition & 1 deletion proposals/0065-collections-move-indices.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Review Manager: [Chris Lattner](https://github.com/lattner)
* Status: **Implemented (Swift 3)**
* 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)
* Pull Request: [apple/swift#2108](https://github.com/apple/swift/pull/2108)
* Implementation: [apple/swift#2108](https://github.com/apple/swift/pull/2108)
* 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)

## Summary
Expand Down
2 changes: 1 addition & 1 deletion proposals/0066-standardize-function-type-syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Review Manager: [Doug Gregor](https://github.com/DougGregor)
* Status: **Implemented (Swift 3)**
* Decision Notes: [Rationale](https://lists.swift.org/pipermail/swift-evolution-announce/2016-May/000138.html)
* Commit: [apple/swift@3d2b5bc](https://github.com/apple/swift/commit/3d2b5bcc5350e1dea2ed8a0a95cd12ff5c760f24)
* Implementation: [apple/swift@3d2b5bc](https://github.com/apple/swift/commit/3d2b5bcc5350e1dea2ed8a0a95cd12ff5c760f24)

## Introduction

Expand Down
2 changes: 1 addition & 1 deletion proposals/0067-floating-point-protocols.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Review Manager: [Chris Lattner](https://github.com/lattner)
* Status: **Implemented (Swift 3)**
* Decision Notes: [Rationale](https://lists.swift.org/pipermail/swift-evolution-announce/2016-May/000121.html)
* Pull Request: [apple/swift#2453](https://github.com/apple/swift/pull/2453)
* Implementation: [apple/swift#2453](https://github.com/apple/swift/pull/2453)
* Previous Revision: [1](https://github.com/apple/swift-evolution/blob/fb1368a6a5474f57aa8f1846b5355d18753098f3/proposals/0067-floating-point-protocols.md)

## Introduction
Expand Down
4 changes: 1 addition & 3 deletions proposals/0072-eliminate-implicit-bridging-conversions.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
* Review Manager: [Chris Lattner](https://github.com/lattner)
* Status: **Implemented (Swift 3)**
* Decision Notes: [Rationale](https://lists.swift.org/pipermail/swift-evolution-announce/2016-May/000137.html)
* Pull Requests: [apple/swift#2419](https://github.com/apple/swift/pull/2419),
[apple/swift#2440](https://github.com/apple/swift/pull/2440),
[apple/swift#2441](https://github.com/apple/swift/pull/2441)
* Implementation: [apple/swift#2419](https://github.com/apple/swift/pull/2419)

## Introduction
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.
Expand Down
2 changes: 1 addition & 1 deletion proposals/0085-package-manager-command-name.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Review Manager: [Daniel Dunbar](http://github.com/ddunbar)
* Status: **Implemented (Swift 3)**
* Decision Notes: [Rationale](https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20160516/017728.html)
* Pull Request: [apple/swift-package-manager#364](https://github.com/apple/swift-package-manager/pull/364)
* Implementation: [apple/swift-package-manager#364](https://github.com/apple/swift-package-manager/pull/364)

## Note

Expand Down
2 changes: 1 addition & 1 deletion proposals/0093-slice-base.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Review Manager: [Dave Abrahams](https://github.com/dabrahams)
* Status: **Implemented (Swift 3)**
* Decision Notes: [Rationale](https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20160523/019109.html)
* Pull Request: [apple/swift#2929](https://github.com/apple/swift/pull/2929)
* Implementation: [apple/swift#2929](https://github.com/apple/swift/pull/2929)

## Introduction

Expand Down
4 changes: 2 additions & 2 deletions proposals/0109-remove-boolean.md
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
* Review Manager: [Doug Gregor](http://github.com/DougGregor)
* Status: **Implemented (Swift 3)**
* Decision Notes: [Rationale](https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20160711/024270.html)
* Commits: [apple/swift@76cf339](https://github.com/apple/swift/commit/76cf339694a41293dbbec9672b6df87a864087f2),
[apple/swift@af30ae3](https://github.com/apple/swift/commit/af30ae32226813ec14c2bef80cb090d3e6c586fb)
* Implementation: [apple/swift@76cf339](https://github.com/apple/swift/commit/76cf339694a41293dbbec9672b6df87a864087f2),
[apple/swift@af30ae3](https://github.com/apple/swift/commit/af30ae32226813ec14c2bef80cb090d3e6c586fb)

## Introduction

Expand Down
2 changes: 1 addition & 1 deletion proposals/0114-buffer-naming.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Review Manager: [Chris Lattner](http://github.com/lattner)
* Status: **Implemented (Swift 3)**
* Decision Notes: [Rationale](https://lists.swift.org/pipermail/swift-evolution-announce/2016-July/000221.html)
* Pull Request: [apple/swift#3374](https://github.com/apple/swift/pull/3374)
* Implementation: [apple/swift#3374](https://github.com/apple/swift/pull/3374)

## Introduction

Expand Down
2 changes: 1 addition & 1 deletion proposals/0117-non-public-subclassable-by-default.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Review Manager: [Chris Lattner](http://github.com/lattner)
* Status: **Implemented (Swift 3)**
* Decision Notes: [Rationale](https://lists.swift.org/pipermail/swift-evolution-announce/2016-July/000268.html)
* Pull Request: [apple/swift#3882](https://github.com/apple/swift/pull/3882)
* Implementation: [apple/swift#3882](https://github.com/apple/swift/pull/3882)
* Previous Revision: [1](https://github.com/apple/swift-evolution/blob/367086f18a5deaf8f9dfbe3f5a4846ef19addf38/proposals/0117-non-public-subclassable-by-default.md), [2](https://github.com/apple/swift-evolution/blob/2989538daa1640cfa6a56f80b5c7599967af0905/proposals/0117-non-public-subclassable-by-default.md), [3](https://github.com/apple/swift-evolution/blob/15c18d24adb7e701ae831b643e0803f1b6e601d9/proposals/0117-non-public-subclassable-by-default.md)

## Introduction
Expand Down
2 changes: 1 addition & 1 deletion proposals/0121-remove-optional-comparison-operators.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Review Manager: [Chris Lattner](http://github.com/lattner)
* Status: **Implemented (Swift 3)**
* Decision Notes: [Rationale](https://lists.swift.org/pipermail/swift-evolution-announce/2016-July/000245.html)
* Pull Request: [apple/swift#3637](https://github.com/apple/swift/pull/3637)
* Implementation: [apple/swift#3637](https://github.com/apple/swift/pull/3637)

## Introduction

Expand Down
2 changes: 1 addition & 1 deletion proposals/0128-unicodescalar-failable-initializer.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Review Manager: [Chris Lattner](http://github.com/lattner)
* Status: **Implemented (Swift 3)**
* Decision Notes: [Rationale](https://lists.swift.org/pipermail/swift-evolution-announce/2016-July/000259.html)
* Pull Request: [apple/swift#3662](https://github.com/apple/swift/pull/3662)
* Implementation: [apple/swift#3662](https://github.com/apple/swift/pull/3662)

## Introduction

Expand Down
6 changes: 3 additions & 3 deletions proposals/0133-rename-flatten-to-joined.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
* Review Manager: [Chris Lattner](http://github.com/lattner)
* Status: **Implemented (Swift 3)**
* Decision Notes: [Rationale](https://lists.swift.org/pipermail/swift-evolution-announce/2016-July/000265.html)
* Pull Requests: [apple/swift#3809](https://github.com/apple/swift/pull/3809),
[apple/swift#3838](https://github.com/apple/swift/pull/3838),
[apple/swift#3839](https://github.com/apple/swift/pull/3839)
* Implementation: [apple/swift#3809](https://github.com/apple/swift/pull/3809),
[apple/swift#3838](https://github.com/apple/swift/pull/3838),
[apple/swift#3839](https://github.com/apple/swift/pull/3839)

## Introduction

Expand Down
2 changes: 1 addition & 1 deletion proposals/0134-rename-string-properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Review Manager: [Chris Lattner](http://github.com/lattner)
* Status: **Implemented (Swift 3)**
* Decision Notes: [Rationale](https://lists.swift.org/pipermail/swift-evolution-announce/2016-July/000266.html)
* Pull Request: [apple/swift#3816](https://github.com/apple/swift/pull/3816)
* Implementation: [apple/swift#3816](https://github.com/apple/swift/pull/3816)
* Previous Revision: [1](https://github.com/apple/swift-evolution/blob/aea8b836d21051076663c5692ec1d09bb3222527/proposals/0134-rename-string-properties.md)

## Introduction
Expand Down
2 changes: 1 addition & 1 deletion proposals/0136-memory-layout-of-values.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Review Manager: [Dave Abrahams](https://github.com/dabrahams)
* Status: **Implemented (Swift 3)**
* Decision Notes: [Rationale](https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20160808/026164.html)
* Pull Request: [apple/swift#4041](https://github.com/apple/swift/pull/4041)
* Implementation: [apple/swift#4041](https://github.com/apple/swift/pull/4041)

## Introduction

Expand Down
2 changes: 1 addition & 1 deletion proposals/0147-move-unsafe-initialize-from.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Review Manager: [Doug Gregor](https://github.com/DougGregor)
* Status: **Implemented (Swift 3.1)**
* Decision Notes: [Rationale](https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20170102/029945.html)
* Pull Request: [apple/swift#6601](https://github.com/apple/swift/pull/6601)
* Implementation: [apple/swift#6601](https://github.com/apple/swift/pull/6601)

## Introduction

Expand Down
2 changes: 1 addition & 1 deletion proposals/0160-objc-inference.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Status: **Implemented (Swift 4)**
* Decision Notes: [Rationale](https://lists.swift.org/pipermail/swift-evolution-announce/2017-April/000349.html)
* Previous Revisions: [1](https://github.com/apple/swift-evolution/blob/0389b1f49fc55b1a898701c549ce89738307b9fc/proposals/0160-objc-inference.md)
* Implementation: [Pull request](https://github.com/apple/swift/pull/8379)
* Implementation: [apple/swift#8379](https://github.com/apple/swift/pull/8379)
* Bug: [SR-4481](https://bugs.swift.org/browse/SR-4481)

## Introduction
Expand Down
1 change: 0 additions & 1 deletion proposals/0161-key-paths.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* Review Manager: [Doug Gregor](https://github.com/DougGregor)
* Status: **Accepted**
* Decision Notes: [Rationale](https://lists.swift.org/pipermail/swift-evolution-announce/2017-April/000356.html)
* Associated PR: [#644](https://github.com/apple/swift-evolution/pull/644)
* Previous Revision: [1](https://github.com/apple/swift-evolution/blob/55e61f459632eca2face40e571a517919f846cfb/proposals/0161-key-paths.md)

## Introduction
Expand Down
3 changes: 1 addition & 2 deletions proposals/0166-swift-archival-serialization.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
* Review Manager: [Doug Gregor](https://github.com/DougGregor)
* Status: **Implemented (Swift 4)**
* Decision Notes: [Rationale](https://lists.swift.org/pipermail/swift-evolution-announce/2017-April/000367.html)
* Associated PRs:
* [#9004](https://github.com/apple/swift/pull/9004)
* Implementation: [apple/swift#9004](https://github.com/apple/swift/pull/9004)

## Introduction

Expand Down
3 changes: 1 addition & 2 deletions proposals/0167-swift-encoders.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
* Review Manager: [Doug Gregor](https://github.com/DougGregor)
* Status: **Accepted**
* Decision Notes: [Rationale](https://lists.swift.org/pipermail/swift-evolution-announce/2017-April/000368.html)
* Associated PRs:
* [#9005](https://github.com/apple/swift/pull/9005)
* Implementation: [apple/swift#9005](https://github.com/apple/swift/pull/9005)

## Introduction

Expand Down
2 changes: 1 addition & 1 deletion proposals/0173-swap-indices.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Review Manager: [Ted Kremenek](https://github.com/tkremenek)
* Status: **Implemented (Swift 4)**
* Decision Notes: [Rationale](https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20170424/036229.html)
* Associated PR: [#9119](https://github.com/apple/swift/pull/9119)
* Implementation: [apple/swift#9119](https://github.com/apple/swift/pull/9119)

## Introduction

Expand Down
2 changes: 1 addition & 1 deletion proposals/0178-character-unicode-view.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Review Manager: [Ted Kremenek](https://github.com/tkremenek)
* Status: **Implemented (Swift 4)**
* Decision Notes: [Rationale](https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20170515/036714.html)
* Pull Request: [apple/swift#9675](https://github.com/apple/swift/pull/9675)
* Implementation: [apple/swift#9675](https://github.com/apple/swift/pull/9675)

## Introduction

Expand Down
2 changes: 1 addition & 1 deletion proposals/0179-swift-run-command.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Review Manager: [Daniel Dunbar](https://github.com/ddunbar)
* Status: **Implemented (Swift 4)**
* Decision Notes: [Rationale](https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20170529/036909.html)
* Pull Request: [apple/swift-package-manager#1187](https://github.com/apple/swift-package-manager/pull/1187)
* Implementation: [apple/swift-package-manager#1187](https://github.com/apple/swift-package-manager/pull/1187)

## Introduction

Expand Down
2 changes: 1 addition & 1 deletion proposals/0180-string-index-overhaul.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Review Manager: [Ted Kremenek](https://github.com/tkremenek)
* Status: **Implemented (Swift 4)**
* Decision Notes: [Rationale](https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20170703/037942.html)
* Pull Request: [apple/swift#9806](https://github.com/apple/swift/pull/9806)
* Implementation: [apple/swift#9806](https://github.com/apple/swift/pull/9806)
* Previous Revision: [1](https://github.com/apple/swift-evolution/blob/72b8d90becd60b7cc7695607ae908ef251f1e966/proposals/0180-string-index-overhaul.md)

## Introduction
Expand Down
Loading