Skip to content

Commit 80e69ea

Browse files
committed
Use singular/plural of Author(s) and Bug(s)
1 parent 97c19f6 commit 80e69ea

33 files changed

+34
-34
lines changed

proposals/0001-keywords-as-argument-labels.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Proposal: [SE-0001](0001-keywords-as-argument-labels.md)
44
* Author: [Doug Gregor](https://github.com/DougGregor)
55
* Status: **Implemented (Swift 2.2)**
6-
* Bugs: [SR-344](https://bugs.swift.org/browse/SR-344)
6+
* Bug: [SR-344](https://bugs.swift.org/browse/SR-344)
77

88
## Introduction
99

proposals/0008-lazy-flatmap-for-optionals.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +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/Week-of-Mon-20151221/004418.html)
8-
* Bugs: [SR-361](https://bugs.swift.org/browse/SR-361)
8+
* Bug: [SR-361](https://bugs.swift.org/browse/SR-361)
99

1010
## Introduction ##
1111

proposals/0011-replace-typealias-associated.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Replace `typealias` keyword with `associatedtype` for associated type declarations
22

33
* Proposal: [SE-0011](0011-replace-typealias-associated.md)
4-
* Authors: [Loïc Lecrenier](https://github.com/loiclec)
4+
* Author: [Loïc Lecrenier](https://github.com/loiclec)
55
* Review Manager: [Doug Gregor](https://github.com/DougGregor)
66
* Status: **Implemented (Swift 2.2)**
77
* Decision Notes: [Rationale](https://lists.swift.org/pipermail/swift-evolution-announce/2016-January/000014.html)
8-
* Bugs: [SR-511](https://bugs.swift.org/browse/SR-511)
8+
* Bug: [SR-511](https://bugs.swift.org/browse/SR-511)
99

1010

1111
## Introduction

proposals/0014-constrained-AnySequence.md

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

1010

1111
## Introduction

proposals/0016-initializers-for-converting-unsafe-pointers-to-ints.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-March/000083.html)
8-
* Bugs: [SR-1115](https://bugs.swift.org/browse/SR-1115)
8+
* Bug: [SR-1115](https://bugs.swift.org/browse/SR-1115)
99
* Previous Revision: [1](https://github.com/apple/swift-evolution/blob/ae2d7c24fff7cbdff754d9a4339e4fb02df5c690/proposals/0016-initializers-for-converting-unsafe-pointers-to-ints.md)
1010

1111
## Introduction

proposals/0019-package-manager-testing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Review Manager: [Rick Ballard](https://github.com/rballard)
66
* Status: **Implemented (Swift 3)**
77
* Decision Notes: [Rationale](https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20160118/007278.html)
8-
* Bugs: [SR-592](https://bugs.swift.org/browse/SR-592)
8+
* Bug: [SR-592](https://bugs.swift.org/browse/SR-592)
99

1010
## Introduction
1111

proposals/0025-scoped-access-level.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Status: **Implemented (Swift 3)**
66
* Review Manager: [Doug Gregor](http://github.com/DougGregor)
77
* Decision Notes: [Rationale](https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20160404/014116.html)
8-
* Bugs: [SR-1275](https://bugs.swift.org/browse/SR-1275)
8+
* 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)
1010

1111
## Introduction

proposals/0028-modernizing-debug-identifiers.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 2.2)**
77
* Decision Notes: [Rationale](https://lists.swift.org/pipermail/swift-evolution-announce/2016-February/000030.html)
8-
Bugs: [SR-669](https://bugs.swift.org/browse/SR-669)
8+
* Bug: [SR-669](https://bugs.swift.org/browse/SR-669)
99

1010
## Introduction
1111

proposals/0034-disambiguating-line.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/Week-of-Mon-20160222/011337.html)
8-
* Bugs: [SR-840](https://bugs.swift.org/browse/SR-840)
8+
* Bug: [SR-840](https://bugs.swift.org/browse/SR-840)
99

1010

1111
## Introduction

proposals/0035-limit-inout-capture.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-February/000046.html)
8-
* Bugs: [SR-807](https://bugs.swift.org/browse/SR-807)
8+
* Bug: [SR-807](https://bugs.swift.org/browse/SR-807)
99

1010

1111
## Introduction

proposals/0036-enum-dot.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +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/000100.html)
8-
* Bugs: [SR-1236](https://bugs.swift.org/browse/SR-1236)
8+
* Bug: [SR-1236](https://bugs.swift.org/browse/SR-1236)
99

1010

1111
## Introduction

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +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-March/000066.html)
8-
* Bugs: [SR-960](https://bugs.swift.org/browse/SR-960)
8+
* Bug: [SR-960](https://bugs.swift.org/browse/SR-960)
99

1010

1111
## Introduction

proposals/0038-swiftpm-c-language-targets.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Review Manager: [Rick Ballard](https://github.com/rballard)
66
* Status: **Implemented (Swift 3)**
77
* Decision Notes: [Rationale](https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20160222/011097.html)
8-
* Bugs: [SR-821](https://bugs.swift.org/browse/SR-821)
8+
* Bug: [SR-821](https://bugs.swift.org/browse/SR-821)
99

1010

1111
## Introduction

proposals/0039-playgroundliterals.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-March/000060.html)
8-
* Bugs: [SR-917](https://bugs.swift.org/browse/SR-917)
8+
* Bug: [SR-917](https://bugs.swift.org/browse/SR-917)
99

1010
## Introduction
1111

proposals/0042-flatten-method-types.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: **Accepted**
77
* Decision Notes: [Rationale](https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20160321/013251.html)
8-
* Bugs: [SR-1051](https://bugs.swift.org/browse/SR-1051)
8+
* Bug: [SR-1051](https://bugs.swift.org/browse/SR-1051)
99

1010
## Introduction
1111

proposals/0044-import-as-member.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Status: **Implemented (Swift 3)**
66
* Review Manager: [Doug Gregor](https://github.com/DougGregor)
77
* Decision Notes: [Rationale](https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20160321/013265.html)
8-
* Bugs: [SR-1053](https://bugs.swift.org/browse/SR-1053)
8+
* Bug: [SR-1053](https://bugs.swift.org/browse/SR-1053)
99

1010
## Introduction
1111

proposals/0046-first-label.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-March/000067.html)
8-
* Bugs: [SR-961](https://bugs.swift.org/browse/SR-961)
8+
* Bug: [SR-961](https://bugs.swift.org/browse/SR-961)
99

1010
## Introduction
1111
We propose to normalize the first parameter declaration in methods

proposals/0047-nonvoid-warn.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-March/000075.html)
8-
* Bugs: [SR-1052](https://bugs.swift.org/browse/SR-1052)
8+
* Bug: [SR-1052](https://bugs.swift.org/browse/SR-1052)
99

1010

1111
## Introduction

proposals/0049-noescape-autoclosure-type-attrs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +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/000099.html)
8-
* Bugs: [SR-1235](https://bugs.swift.org/browse/SR-1235)
8+
* Bug: [SR-1235](https://bugs.swift.org/browse/SR-1235)
99

1010
## Introduction
1111

proposals/0060-defaulted-parameter-order.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +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-May/000146.html)
8-
* Bugs: [SR-1489](https://bugs.swift.org/browse/SR-1489)
8+
* Bug: [SR-1489](https://bugs.swift.org/browse/SR-1489)
99

1010
## Introduction
1111

proposals/0064-property-selectors.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +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/000102.html)
8-
* Bugs: [SR-1239](https://bugs.swift.org/browse/SR-1239)
8+
* Bug: [SR-1239](https://bugs.swift.org/browse/SR-1239)
99

1010
## Introduction
1111

proposals/0068-universal-self.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Review Manager: [Chris Lattner](http://github.com/lattner)
66
* Status: **Accepted with revisions**
77
* Decision Notes: [Rationale](https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20160425/015977.html)
8-
* Bugs: [SR-1340](https://bugs.swift.org/browse/SR-1340)
8+
* Bug: [SR-1340](https://bugs.swift.org/browse/SR-1340)
99
* Previous Revisions: [1](https://github.com/apple/swift-evolution/blob/bcd77b028cb2fc9f07472532b120e927c7e48b34/proposals/0068-universal-self.md), [2](https://github.com/apple/swift-evolution/blob/13d9771e86c5639b8320f05e5daa31a62bac0f07/proposals/0068-universal-self.md)
1010

1111
## Introduction

proposals/0070-optional-requirements.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +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-May/000124.html)
8-
* Bugs: [SR-1395](https://bugs.swift.org/browse/SR-1395)
8+
* Bug: [SR-1395](https://bugs.swift.org/browse/SR-1395)
99

1010
## Introduction
1111

proposals/0075-import-test.md

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

1010
## Introduction
1111

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +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-May/000149.html)
8-
* Bugs: [SR-1490](https://bugs.swift.org/browse/SR-1490)
8+
* Bug: [SR-1490](https://bugs.swift.org/browse/SR-1490)
99

1010
## Introduction
1111

proposals/0080-failable-numeric-initializers.md

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

1010
## Introduction
1111

proposals/0081-move-where-expression.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +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-May/000161.html)
8-
* Bugs: [SR-1561](https://bugs.swift.org/browse/SR-1561)
8+
* Bug: [SR-1561](https://bugs.swift.org/browse/SR-1561)
99

1010
## Introduction
1111

proposals/0094-sequence-function.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +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-May/000170.html)
8-
* Bugs: [SR-1622](https://bugs.swift.org/browse/SR-1622)
8+
* Bug: [SR-1622](https://bugs.swift.org/browse/SR-1622)
99
* Previous Revision: [1](https://github.com/apple/swift-evolution/blob/7d220a152a681e28761493c7d9781dd867a04cf7/proposals/0094-sequence-function.md)
1010
* Previous Proposal: [SE-0045](0045-scan-takewhile-dropwhile.md)
1111

proposals/0112-nserror-bridging.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Improved NSError Bridging
22

33
* Proposal: [SE-0112](0112-nserror-bridging.md)
4-
* Author: [Doug Gregor](https://github.com/DougGregor), [Charles Srstka](https://github.com/CharlesJS)
4+
* Authors: [Doug Gregor](https://github.com/DougGregor), [Charles Srstka](https://github.com/CharlesJS)
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/000222.html)

proposals/0115-literal-syntax-protocols.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +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-July/000220.html)
8-
* Bugs: [SR-2054](https://bugs.swift.org/browse/SR-2054)
8+
* Bug: [SR-2054](https://bugs.swift.org/browse/SR-2054)
99

1010
## Introduction
1111

proposals/0120-revise-partition-method.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +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-July/000242.html)
8-
* Bugs: [SR-1965](https://bugs.swift.org/browse/SR-1965)
8+
* Bug: [SR-1965](https://bugs.swift.org/browse/SR-1965)
99
* Previous Revision: [1](https://github.com/apple/swift-evolution/blob/1dcfd35856a6f9c86af2cf7c94a9ab76411739e3/proposals/0120-revise-partition-method.md)
1010

1111
## Introduction

proposals/0123-disallow-value-to-optional-coercion-in-operator-arguments.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Disallow coercion to optionals in operator arguments
22

33
* Proposal: [SE-0123](0123-disallow-value-to-optional-coercion-in-operator-arguments.md)
4-
* Author: [Mark Lacey](https://github.com/rudkx), [Doug Gregor](https://github.com/DougGregor), [Jacob Bandes-Storch](https://github.com/jtbandes)
4+
* Authors: [Mark Lacey](https://github.com/rudkx), [Doug Gregor](https://github.com/DougGregor), [Jacob Bandes-Storch](https://github.com/jtbandes)
55
* Review Manager: [Chris Lattner](http://github.com/lattner)
66
* Status: **Rejected**
77
* Decision Notes: [Rationale](https://lists.swift.org/pipermail/swift-evolution-announce/2016-July/000246.html)

proposals/0137-avoiding-lock-in.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Avoiding Lock-In to Legacy Protocol Designs
22

33
* Proposal: [SE-0137](0137-avoiding-lock-in.md)
4-
* Author: [Dave Abrahams](https://github.com/dabrahams), [Dmitri Gribenko](https://github.com/gribozavr)
4+
* Authors: [Dave Abrahams](https://github.com/dabrahams), [Dmitri Gribenko](https://github.com/gribozavr)
55
* Review Manager: [John McCall](https://github.com/rjmccall)
66
* Status: **Implemented (Swift 3)**
77
* Decision Notes: [Rationale](https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20160815/026300.html)

0 commit comments

Comments
 (0)