Skip to content

Commit dcc1932

Browse files
Normalize GitHub profile links
Ensure links use 'https' scheme
1 parent 2310d6a commit dcc1932

File tree

83 files changed

+95
-95
lines changed

Some content is hidden

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

83 files changed

+95
-95
lines changed

proposals/0023-api-guidelines.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# API Design Guidelines
22

33
* Proposal: [SE-0023](0023-api-guidelines.md)
4-
* Authors: [Dave Abrahams](https://github.com/dabrahams), [Doug Gregor](https://github.com/DougGregor), [Dmitri Gribenko](https://github.com/gribozavr), [Ted Kremenek](https://github.com/tkremenek), [Chris Lattner](http://github.com/lattner), Alex Migicovsky, [Max Moiseev](https://github.com/moiseev), Ali Ozer, [Tony Parker](https://github.com/parkera)
4+
* Authors: [Dave Abrahams](https://github.com/dabrahams), [Doug Gregor](https://github.com/DougGregor), [Dmitri Gribenko](https://github.com/gribozavr), [Ted Kremenek](https://github.com/tkremenek), [Chris Lattner](https://github.com/lattner), Alex Migicovsky, [Max Moiseev](https://github.com/moiseev), Ali Ozer, [Tony Parker](https://github.com/parkera)
55
* Review Manager: [Doug Gregor](https://github.com/DougGregor)
66
* Status: **Implemented (Swift 3.0)**
77
* Decision Notes: [Rationale](https://forums.swift.org/t/accepted-with-modifications-se-0023-api-design-guidelines/1666)

proposals/0025-scoped-access-level.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Proposal: [SE-0025](0025-scoped-access-level.md)
44
* Author: Ilya Belenkiy
55
* Status: **Implemented (Swift 3.0)**
6-
* Review Manager: [Doug Gregor](http://github.com/DougGregor)
6+
* Review Manager: [Doug Gregor](https://github.com/DougGregor)
77
* Decision Notes: [Rationale](https://forums.swift.org/t/se-0025-scoped-access-level-next-steps/1797/131)
88
* Bug: [SR-1275](https://bugs.swift.org/browse/SR-1275)
99
* Previous revision: [1](https://github.com/apple/swift-evolution/blob/e4328889a9643100177aef19f6f428855c5d0cf2/proposals/0025-scoped-access-level.md)

proposals/0028-modernizing-debug-identifiers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Modernizing Swift's Debugging Identifiers
22

33
* Proposal: [SE-0028](0028-modernizing-debug-identifiers.md)
4-
* Author: [Erica Sadun](http://github.com/erica)
4+
* Author: [Erica Sadun](https://github.com/erica)
55
* Review Manager: [Chris Lattner](https://github.com/lattner)
66
* Status: **Implemented (Swift 2.2)**
77
* Decision Notes: [Rationale](https://forums.swift.org/t/accepted-se-0028-modernizing-swifts-debugging-identifiers-line-etc/1303)

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Remove implicit tuple splat behavior from function applications
22

33
* Proposal: [SE-0029](0029-remove-implicit-tuple-splat.md)
4-
* Author: [Chris Lattner](http://github.com/lattner)
5-
* Review Manager: [Joe Groff](http://github.com/jckarter)
4+
* Author: [Chris Lattner](https://github.com/lattner)
5+
* Review Manager: [Joe Groff](https://github.com/jckarter)
66
* Status: **Implemented (Swift 3.0)**
77
* Decision Notes: [Rationale](https://forums.swift.org/t/accepted-se-0029-remove-implicit-tuple-splat-behavior-from-function-applications/1380)
88
* Implementation: [apple/swift@8e12008](https://github.com/apple/swift/commit/8e12008d2b34a605f8766310f53d5668f3d50955)

proposals/0031-adjusting-inout-declarations.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Adjusting `inout` Declarations for Type Decoration
22

33
* Proposal: [SE-0031](0031-adjusting-inout-declarations.md)
4-
* Authors: [Joe Groff](https://github.com/jckarter), [Erica Sadun](http://github.com/erica)
4+
* Authors: [Joe Groff](https://github.com/jckarter), [Erica Sadun](https://github.com/erica)
55
* Review Manager: [Chris Lattner](https://github.com/lattner)
66
* Status: **Implemented (Swift 3.0)**
77
* Decision Notes: [Rationale](https://forums.swift.org/t/accepted-se-0031-adjusting-inout-declarations-for-type-decoration/1478)

proposals/0034-disambiguating-line.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Disambiguating Line Control Statements from Debugging Identifiers
22

33
* Proposal: [SE-0034](0034-disambiguating-line.md)
4-
* Author: [Erica Sadun](http://github.com/erica)
4+
* Author: [Erica Sadun](https://github.com/erica)
55
* Review Manager: [Chris Lattner](https://github.com/lattner)
66
* Status: **Implemented (Swift 3.0)**
77
* Decision Notes: [Rationale](https://forums.swift.org/t/accepted-se-0034-disambiguating-line-control-statements-from-debugging-identifiers/1614)

proposals/0036-enum-dot.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Requiring Leading Dot Prefixes for Enum Instance Member Implementations
22

33
* Proposal: [SE-0036](0036-enum-dot.md)
4-
* Authors: [Erica Sadun](http://github.com/erica), [Chris Lattner](https://github.com/lattner)
4+
* Authors: [Erica Sadun](https://github.com/erica), [Chris Lattner](https://github.com/lattner)
55
* Review Manager: [Doug Gregor](https://github.com/DougGregor)
66
* Status: **Implemented (Swift 3.0)**
77
* Decision Notes: [Rationale](https://forums.swift.org/t/accepted-se-0036-requiring-leading-dot-prefixes-for-enum-instance-member-implementations/2196)

proposals/0037-clarify-comments-and-operators.md

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

33
* Proposal: [SE-0037](0037-clarify-comments-and-operators.md)
44
* Author: [Jesse Rusak](https://github.com/jder)
5-
* Review Manager: [Chris Lattner](http://github.com/lattner)
5+
* Review Manager: [Chris Lattner](https://github.com/lattner)
66
* Status: **Implemented (Swift 3.0)**
77
* Decision Notes: [Rationale](https://forums.swift.org/t/accepted-se-0037-clarify-interaction-between-comments-operators/1833)
88
* Bug: [SR-960](https://bugs.swift.org/browse/SR-960)

proposals/0039-playgroundliterals.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Modernizing Playground Literals
22

33
* Proposal: [SE-0039](0039-playgroundliterals.md)
4-
* Author: [Erica Sadun](http://github.com/erica)
4+
* Author: [Erica Sadun](https://github.com/erica)
55
* Review Manager: [Chris Lattner](https://github.com/lattner)
66
* Status: **Implemented (Swift 3.0)**
77
* Decision Notes: [Rationale](https://forums.swift.org/t/accepted-se-0039-modernizing-playground-literals/1746)

proposals/0040-attributecolons.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Replacing Equal Signs with Colons For Attribute Arguments
22

33
* Proposal: [SE-0040](0040-attributecolons.md)
4-
* Author: [Erica Sadun](http://github.com/erica)
4+
* Author: [Erica Sadun](https://github.com/erica)
55
* Review Manager: [Chris Lattner](https://github.com/lattner)
66
* Status: **Implemented (Swift 3.0)**
77
* Decision Notes: [Rationale](https://forums.swift.org/t/accepted-se-0040-replacing-equal-signs-with-colons-for-attribute-arguments/1719)

proposals/0041-conversion-protocol-conventions.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Updating Protocol Naming Conventions for Conversions
22

33
* Proposal: [SE-0041](0041-conversion-protocol-conventions.md)
4-
* Authors: [Matthew Johnson](https://github.com/anandabits), [Erica Sadun](http://github.com/erica)
5-
* Review Manager: [Chris Lattner](http://github.com/lattner)
4+
* Authors: [Matthew Johnson](https://github.com/anandabits), [Erica Sadun](https://github.com/erica)
5+
* Review Manager: [Chris Lattner](https://github.com/lattner)
66
* Status: **Rejected**
77
* Decision Notes: [Rationale](https://forums.swift.org/t/rejected-se-0041-updating-protocol-naming-conventions-for-conversions/2684)
88

proposals/0045-scan-takewhile-dropwhile.md

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

33
* Proposal: [SE-0045](0045-scan-takewhile-dropwhile.md)
44
* Author: [Lily Ballard](https://github.com/lilyball)
5-
* Review Manager: [Chris Lattner](http://github.com/lattner)
5+
* Review Manager: [Chris Lattner](https://github.com/lattner)
66
* Status: **Implemented (Swift 3.1)**
77
* Decision Notes: [Rationale](https://forums.swift.org/t/accepted-with-modifications-se-0045-add-scan-prefix-while-drop-while-and-unfold-to-the-stdlib/2466)
88
* Bug: [SR-1516](https://bugs.swift.org/browse/SR-1516)

proposals/0046-first-label.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Establish consistent label behavior across all parameters including first labels
22

33
* Proposal: [SE-0046](0046-first-label.md)
4-
* Authors: [Jake Carter](https://github.com/JakeCarter), [Erica Sadun](http://github.com/erica)
4+
* Authors: [Jake Carter](https://github.com/JakeCarter), [Erica Sadun](https://github.com/erica)
55
* Review Manager: [Chris Lattner](https://github.com/lattner)
66
* Status: **Implemented (Swift 3.0)**
77
* Decision Notes: [Rationale](https://forums.swift.org/t/accepted-se-0046-establish-consistent-label-behavior-across-all-parameters-including-first-labels/1834)

proposals/0047-nonvoid-warn.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Defaulting non-Void functions so they warn on unused results
22

33
* Proposal: [SE-0047](0047-nonvoid-warn.md)
4-
* Authors: [Erica Sadun](http://github.com/erica), [Adrian Kashivskyy](https://github.com/akashivskyy)
4+
* Authors: [Erica Sadun](https://github.com/erica), [Adrian Kashivskyy](https://github.com/akashivskyy)
55
* Review Manager: [Chris Lattner](https://github.com/lattner)
66
* Status: **Implemented (Swift 3.0)**
77
* Decision Notes: [Rationale](https://forums.swift.org/t/accepted-with-revision-se-0047-defaulting-non-void-functions-so-they-warn-on-unused-results/1927)

proposals/0050-floating-point-stride.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Decoupling Floating Point Strides from Generic Implementations
22

33
* Proposal: [SE-0050](0050-floating-point-stride.md)
4-
* Authors: [Erica Sadun](http://github.com/erica), [Xiaodi Wu](http://github.com/xwu)
5-
* Review Manager: [Chris Lattner](http://github.com/lattner)
4+
* Authors: [Erica Sadun](https://github.com/erica), [Xiaodi Wu](https://github.com/xwu)
5+
* Review Manager: [Chris Lattner](https://github.com/lattner)
66
* Status: **Withdrawn**
77
* Decision Notes: [Rationale](https://forums.swift.org/t/returned-for-revision-se-0050-decoupling-floating-point-strides-from-generic-implementations/2823)
88

proposals/0051-stride-semantics.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Conventionalizing `stride` semantics
22

33
* Proposal: [SE-0051](0051-stride-semantics.md)
4-
* Author: [Erica Sadun](http://github.com/erica)
4+
* Author: [Erica Sadun](https://github.com/erica)
55
* Review Manager: N/A
66
* Status: **Withdrawn**
77

proposals/0054-abolish-iuo.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Abolish `ImplicitlyUnwrappedOptional` type
22

33
* Proposal: [SE-0054](0054-abolish-iuo.md)
4-
* Author: [Chris Willmore](http://github.com/cwillmor)
4+
* Author: [Chris Willmore](https://github.com/cwillmor)
55
* Review Manager: [Chris Lattner](https://github.com/lattner)
66
* Status: **Implemented (Swift 4.2)**
77
* Decision Notes: [Rationale](https://forums.swift.org/t/accepted-pending-implementation-se-0054-abolish-implicitlyunwrappedoptional-type/2009)

proposals/0060-defaulted-parameter-order.md

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

33
* Proposal: [SE-0060](0060-defaulted-parameter-order.md)
44
* Author: [Joe Groff](https://github.com/jckarter)
5-
* Review Manager: [Chris Lattner](http://github.com/lattner)
5+
* Review Manager: [Chris Lattner](https://github.com/lattner)
66
* Status: **Implemented (Swift 3.0)**
77
* Decision Notes: [Rationale](https://forums.swift.org/t/accepted-se-0060-enforcing-order-of-defaulted-parameters/2573)
88
* Bug: [SR-1489](https://bugs.swift.org/browse/SR-1489)

proposals/0061-autoreleasepool-signature.md

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

33
* Proposal: [SE-0061](0061-autoreleasepool-signature.md)
44
* Author: [Timothy J. Wood](https://github.com/tjw)
5-
* Review Manager: [Dave Abrahams](http://github.com/dabrahams)
5+
* Review Manager: [Dave Abrahams](https://github.com/dabrahams)
66
* Status: **Implemented (Swift 3.0)**
77
* Decision Notes: [Rationale](https://forums.swift.org/t/accepted-se-0061-add-generic-result-and-error-handling-to-autoreleasepool/2425)
88
* Bugs: [SR-842](https://bugs.swift.org/browse/SR-842), [SR-1394](https://bugs.swift.org/browse/SR-1394)

proposals/0070-optional-requirements.md

+1-1
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-
* Review Manager: [Chris Lattner](http://github.com/lattner)
5+
* Review Manager: [Chris Lattner](https://github.com/lattner)
66
* Status: **Implemented (Swift 3.0)**
77
* Decision Notes: [Rationale](https://forums.swift.org/t/accepted-se-0070-make-optional-requirements-objective-c-only/2426)
88
* Bug: [SR-1395](https://bugs.swift.org/browse/SR-1395)

proposals/0073-noescape-once.md

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

33
* Proposal: [SE-0073](0073-noescape-once.md)
44
* Authors: [Félix Cloutier](https://github.com/zneak), [Gwendal Roué](https://github.com/groue)
5-
* Review Manager: [Chris Lattner](http://github.com/lattner)
5+
* Review Manager: [Chris Lattner](https://github.com/lattner)
66
* Status: **Rejected**
77
* Decision Notes: [Rationale](https://forums.swift.org/t/rejected-se-0073-marking-closures-as-executing-exactly-once/2575)
88

proposals/0074-binary-search.md

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

33
* Proposal: [SE-0074](0074-binary-search.md)
44
* Authors: [Lorenzo Racca](https://github.com/lorenzoracca), [Jeff Hajewski](https://github.com/j-haj), [Nate Cook](https://github.com/natecook1000)
5-
* Review Manager: [Chris Lattner](http://github.com/lattner)
5+
* Review Manager: [Chris Lattner](https://github.com/lattner)
66
* Status: **Rejected**
77
* Decision Notes: [Rationale](https://forums.swift.org/t/rejected-se-0074-implementation-of-binary-search-functions/2576)
88

proposals/0075-import-test.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Adding a Build Configuration Import Test
22

33
* Proposal: [SE-0075](0075-import-test.md)
4-
* Author: [Erica Sadun](http://github.com/erica)
5-
* Review Manager: [Chris Lattner](http://github.com/lattner)
4+
* Author: [Erica Sadun](https://github.com/erica)
5+
* Review Manager: [Chris Lattner](https://github.com/lattner)
66
* Status: **Implemented (Swift 4.1)**
77
* Decision Notes: [Rationale](https://forums.swift.org/t/accepted-se-0075-adding-a-build-configuration-import-test/2683)
88
* Bug: [SR-1560](https://bugs.swift.org/browse/SR-1560)

proposals/0076-copying-to-unsafe-mutable-pointer-with-unsafe-pointer-source.md

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

33
* Proposal: [SE-0076](0076-copying-to-unsafe-mutable-pointer-with-unsafe-pointer-source.md)
44
* Author: [Janosch Hildebrand](https://github.com/Jnosh)
5-
* Review Manager: [Chris Lattner](http://github.com/lattner)
5+
* Review Manager: [Chris Lattner](https://github.com/lattner)
66
* Status: **Implemented (Swift 3.0)**
77
* Decision Notes: [Rationale](https://forums.swift.org/t/accepted-with-revision-se-0076-add-overrides-taking-an-unsafepointer-source-to-non-destructive-copying-methods-on-unsafemutablepointer/2577)
88
* Bug: [SR-1490](https://bugs.swift.org/browse/SR-1490)

proposals/0077-operator-precedence.md

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

33
* Proposal: [SE-0077](0077-operator-precedence.md)
44
* Author: [Anton Zhilin](https://github.com/Anton3)
5-
* Review Manager: [Joe Groff](http://github.com/jckarter)
5+
* Review Manager: [Joe Groff](https://github.com/jckarter)
66
* Status: **Implemented (Swift 3.0)**
77
* Decision Notes: [Rationale](https://forums.swift.org/t/accepted-with-revision-se-0077-v2-improved-operator-declarations/3321)
88

proposals/0078-rotate-algorithm.md

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

33
* Proposal: [SE-0078](0078-rotate-algorithm.md)
44
* Authors: [Nate Cook](https://github.com/natecook1000), [Sergey Bolshedvorsky](https://github.com/bolshedvorsky)
5-
* Review Manager: [Chris Lattner](http://github.com/lattner)
5+
* Review Manager: [Chris Lattner](https://github.com/lattner)
66
* Status: **Returned for revision**
77
* Previous Revisions: [1](https://github.com/apple/swift-evolution/blob/f5936651da1a08e2335a4991831db61da29aba15/proposals/0078-rotate-algorithm.md), [2](https://github.com/apple/swift-evolution/blob/8d45024ed7baacce94e22080d74f136bebc5c075/proposals/0078-rotate-algorithm.md)
88
* Review: ([pitch](https://forums.swift.org/t/proposal-implement-a-rotate-algorithm-equivalent-to-std-rotate-in-c/491)) ([review](https://forums.swift.org/t/review-se-0078-implement-a-rotate-algorithm-equivalent-to-std-rotate-in-c/2440)) ([return for revision](https://forums.swift.org/t/review-se-0078-implement-a-rotate-algorithm-equivalent-to-std-rotate-in-c/2440/3)) ([immediate deferral](https://forums.swift.org/t/deferred-se-0078-implement-a-rotate-algorithm-equivalent-to-std-rotate-in-c/2744)) ([return for revision #2](https://forums.swift.org/t/returning-or-rejecting-all-the-deferred-evolution-proposals/60724))

proposals/0080-failable-numeric-initializers.md

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

33
* Proposal: [SE-0080](0080-failable-numeric-initializers.md)
44
* Author: [Matthew Johnson](https://github.com/anandabits)
5-
* Review Manager: [Chris Lattner](http://github.com/lattner)
5+
* Review Manager: [Chris Lattner](https://github.com/lattner)
66
* Status: **Implemented (Swift 3.1)**
77
* Decision Notes: [Rationale](https://forums.swift.org/t/accepted-with-revision-se-0080-failable-numeric-conversion-initializers/2578)
88
* Bug: [SR-1491](https://bugs.swift.org/browse/SR-1491)

proposals/0081-move-where-expression.md

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

33
* Proposal: [SE-0081](0081-move-where-expression.md)
44
* Authors: [David Hart](https://github.com/hartbit), [Robert Widmann](https://github.com/CodaFi), [Pyry Jahkola](https://github.com/pyrtsa)
5-
* Review Manager: [Chris Lattner](http://github.com/lattner)
5+
* Review Manager: [Chris Lattner](https://github.com/lattner)
66
* Status: **Implemented (Swift 3.0)**
77
* Decision Notes: [Rationale](https://forums.swift.org/t/accepted-se-0081-move-where-clause-to-end-of-declaration/2685)
88
* Bug: [SR-1561](https://bugs.swift.org/browse/SR-1561)

proposals/0083-remove-bridging-from-dynamic-casts.md

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

33
* Proposal: [SE-0083](0083-remove-bridging-from-dynamic-casts.md)
44
* Author: [Joe Groff](https://github.com/jckarter)
5-
* Review Manager: [Chris Lattner](http://github.com/lattner)
5+
* Review Manager: [Chris Lattner](https://github.com/lattner)
66
* Status: **Rejected**
77
* Review: ([pitch](https://forums.swift.org/t/pitch-reducing-the-bridging-magic-in-dynamic-casts/2398)) ([review](https://forums.swift.org/t/review-se-0083-remove-bridging-conversion-behavior-from-dynamic-casts/2544)) ([deferral](https://forums.swift.org/t/deferred-to-later-in-swift-3-se-0083-remove-bridging-conversion-behavior-from-dynamic-casts/2780)) ([rejection](https://forums.swift.org/t/returning-or-rejecting-all-the-deferred-evolution-proposals/60724))
88

proposals/0084-trailing-commas.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Allow trailing commas in parameter lists and tuples
22

33
* Proposal: [SE-0084](0084-trailing-commas.md)
4-
* Authors: [Grant Paul](https://github.com/grp), [Erica Sadun](http://github.com/erica)
5-
* Review Manager: [Chris Lattner](http://github.com/lattner)
4+
* Authors: [Grant Paul](https://github.com/grp), [Erica Sadun](https://github.com/erica)
5+
* Review Manager: [Chris Lattner](https://github.com/lattner)
66
* Status: **Rejected**
77
* Decision Notes: [Rationale](https://forums.swift.org/t/rejected-se-0084-allow-trailing-commas-in-parameter-lists-and-tuples/2777)
88

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Package Manager Command Names
22

33
* Proposal: [SE-0085](0085-package-manager-command-name.md)
4-
* Authors: [Rick Ballard](https://github.com/rballard), [Daniel Dunbar](http://github.com/ddunbar)
5-
* Review Manager: [Daniel Dunbar](http://github.com/ddunbar)
4+
* Authors: [Rick Ballard](https://github.com/rballard), [Daniel Dunbar](https://github.com/ddunbar)
5+
* Review Manager: [Daniel Dunbar](https://github.com/ddunbar)
66
* Status: **Implemented (Swift 3.0)**
77
* Decision Notes: [Rationale](https://forums.swift.org/t/review-se-0085-package-manager-command-names/2530/6)
88
* Implementation: [apple/swift-package-manager#364](https://github.com/apple/swift-package-manager/pull/364)

proposals/0087-lazy-attribute.md

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

33
* Proposal: [SE-0087](0087-lazy-attribute.md)
44
* Author: [Anton3](https://github.com/Anton3)
5-
* Review Manager: [Chris Lattner](http://github.com/lattner)
5+
* Review Manager: [Chris Lattner](https://github.com/lattner)
66
* Status: **Rejected**
77
* Decision Notes: [Rationale](https://forums.swift.org/t/rejected-se-0087-rename-lazy-to-lazy/2778)
88

proposals/0088-libdispatch-for-swift3.md

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

33
* Proposal: [SE-0088](0088-libdispatch-for-swift3.md)
44
* Author: [Matt Wright](https://github.com/mwwa)
5-
* Review Manager: [Chris Lattner](http://github.com/lattner)
5+
* Review Manager: [Chris Lattner](https://github.com/lattner)
66
* Status: **Implemented (Swift 3.0)**
77
* Decision Notes: [Rationale](https://forums.swift.org/t/accepted-with-revision-se-0088-modernize-libdispatch-for-swift-3-naming-conventions/2697)
88
* Previous Revision: [1](https://github.com/apple/swift-evolution/blob/ef372026d5f7e46848eb2a64f292328028b667b9/proposals/0088-libdispatch-for-swift3.md)

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

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

33
* Proposal: [SE-0089](0089-rename-string-reflection-init.md)
44
* Authors: [Austin Zheng](https://github.com/austinzheng), [Becca Royal-Gordon](https://github.com/beccadax)
5-
* Review Manager: [Chris Lattner](http://github.com/lattner)
5+
* Review Manager: [Chris Lattner](https://github.com/lattner)
66
* Status: **Implemented (Swift 3.0)**
77
* Decision Notes: [Rationale](https://forums.swift.org/t/accepted-se-0089-renaming-string-init-t-t/3097)
88
* Bug: [SR-1881](https://bugs.swift.org/browse/SR-1881)

proposals/0090-remove-dot-self.md

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

33
* Proposal: [SE-0090](0090-remove-dot-self.md)
44
* Authors: [Joe Groff](https://github.com/jckarter), [Tanner Nelson](https://github.com/tannernelson)
5-
* Review Manager: [Chris Lattner](http://github.com/lattner)
5+
* Review Manager: [Chris Lattner](https://github.com/lattner)
66
* Status: **Returned for revision**
77
* Review: ([pitch](https://forums.swift.org/t/making-self-after-type-optional/1737)) ([review](https://forums.swift.org/t/review-se-0090-remove-self-and-freely-allow-type-references-in-expressions/2664)) ([deferral](https://forums.swift.org/t/deferred-se-0090-remove-self-and-freely-allow-type-references-in-expressions/2781)) ([return for revision](https://forums.swift.org/t/returning-or-rejecting-all-the-deferred-evolution-proposals/60724))
88

0 commit comments

Comments
 (0)