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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)

0 commit comments

Comments
 (0)