Skip to content

Commit 85bc3c7

Browse files
Normalize implementation versions for past major versions by adding '.0'
1 parent edde1f3 commit 85bc3c7

File tree

145 files changed

+145
-145
lines changed

Some content is hidden

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

145 files changed

+145
-145
lines changed

proposals/0002-remove-currying.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
* Proposal: [SE-0002](0002-remove-currying.md)
44
* Author: [Joe Groff](https://github.com/jckarter)
5-
* Status: **Implemented (Swift 3)**
5+
* Status: **Implemented (Swift 3.0)**
66
* Implementation: [apple/swift@983a674](https://github.com/apple/swift/commit/983a674e0ca35a85532d70a3eb61e71a6d024108)
77

88
## Introduction

proposals/0003-remove-var-parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Proposal: [SE-0003](0003-remove-var-parameters.md)
44
* Author: [Ashley Garland](https://github.com/bitjammer)
55
* Review Manager: [Joe Pamer](https://github.com/jopamer)
6-
* Status: **Implemented (Swift 3)**
6+
* Status: **Implemented (Swift 3.0)**
77
* Decision Notes: [Rationale](https://forums.swift.org/t/se-0003-removing-var-from-function-parameters-and-pattern-matching/1230)
88
* Implementation: [apple/swift@8a5ed40](https://github.com/apple/swift/commit/8a5ed405bf1f92ec3fc97fa46e52528d2e8d67d9)
99

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
* Proposal: [SE-0004](0004-remove-pre-post-inc-decrement.md)
44
* Author: [Chris Lattner](https://github.com/lattner)
5-
* Status: **Implemented (Swift 3)**
5+
* Status: **Implemented (Swift 3.0)**
66
* Implementation: [apple/swift@8e12008](https://github.com/apple/swift/commit/8e12008d2b34a605f8766310f53d5668f3d50955)
77

88
## Introduction

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Proposal: [SE-0005](0005-objective-c-name-translation.md)
44
* Authors: [Doug Gregor](https://github.com/DougGregor), [Dave Abrahams](https://github.com/dabrahams)
55
* Review Manager: [Doug Gregor](https://github.com/DougGregor)
6-
* Status: **Implemented (Swift 3)**
6+
* Status: **Implemented (Swift 3.0)**
77
* Decision Notes: [Rationale](https://forums.swift.org/t/accepted-with-modification-se-0005-better-translation-of-objective-c-apis-into-swift/1668)
88

99
## Reviewer notes

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Proposal: [SE-0006](0006-apply-api-guidelines-to-the-standard-library.md)
44
* Authors: [Dave Abrahams](https://github.com/dabrahams), [Dmitri Gribenko](https://github.com/gribozavr), [Maxim Moiseev](https://github.com/moiseev)
55
* Review Manager: [Doug Gregor](https://github.com/DougGregor)
6-
* Status: **Implemented (Swift 3)**
6+
* Status: **Implemented (Swift 3.0)**
77
* Decision Notes: [Rationale](https://forums.swift.org/t/accepted-with-modifications-se-0006-apply-api-guidelines-to-the-standard-library/1667)
88

99
## Reviewer notes

proposals/0007-remove-c-style-for-loops.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Proposal: [SE-0007](0007-remove-c-style-for-loops.md)
44
* Author: [Erica Sadun](https://github.com/erica)
55
* Review Manager: [Doug Gregor](https://github.com/DougGregor)
6-
* Status: **Implemented (Swift 3)**
6+
* Status: **Implemented (Swift 3.0)**
77
* Decision Notes: [Rationale](https://forums.swift.org/t/accepted-se-0007-remove-c-style-for-loops-with-conditions-and-incrementers/512)
88
* Bugs: [SR-226](https://bugs.swift.org/browse/SR-226), [SR-227](https://bugs.swift.org/browse/SR-227)
99

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Proposal: [SE-0008](0008-lazy-flatmap-for-optionals.md)
44
* Author: [Oisin Kidney](https://github.com/oisdk)
55
* Review Manager: [Doug Gregor](https://github.com/DougGregor)
6-
* Status: **Implemented (Swift 3)**
6+
* Status: **Implemented (Swift 3.0)**
77
* Decision Notes: [Rationale](https://forums.swift.org/t/accepted-se-0008-add-a-lazy-flatmap-for-sequences-of-optionals/748)
88
* Bug: [SR-361](https://bugs.swift.org/browse/SR-361)
99

proposals/0016-initializers-for-converting-unsafe-pointers-to-ints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Proposal: [SE-0016](0016-initializers-for-converting-unsafe-pointers-to-ints.md)
44
* Author: [Michael Buckley](https://github.com/MichaelBuckley)
55
* Review Manager: [Chris Lattner](https://github.com/lattner)
6-
* Status: **Implemented (Swift 3)**
6+
* Status: **Implemented (Swift 3.0)**
77
* Decision Notes: [Rationale](https://forums.swift.org/t/accepted-se-0016-adding-initializers-to-int-and-uint-to-convert-from-unsafepointer-and-unsafemutablepointer/2005)
88
* 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)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Proposal: [SE-0017](0017-convert-unmanaged-to-use-unsafepointer.md)
44
* Author: [Jacob Bandes-Storch](https://github.com/jtbandes)
55
* Review Manager: [Chris Lattner](https://github.com/lattner)
6-
* Status: **Implemented (Swift 3)**
6+
* Status: **Implemented (Swift 3.0)**
77
* Decision Notes: [Rationale](https://forums.swift.org/t/accepted-se-0017-change-unmanaged-to-use-unsafepointer/2461)
88
* Bug: [SR-1485](https://bugs.swift.org/browse/SR-1485)
99

proposals/0019-package-manager-testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Proposal: [SE-0019](0019-package-manager-testing.md)
44
* Authors: [Max Howell](https://github.com/mxcl), [Daniel Dunbar](https://github.com/ddunbar), [Mattt Thompson](https://github.com/mattt)
55
* Review Manager: [Rick Ballard](https://github.com/rballard)
6-
* Status: **Implemented (Swift 3)**
6+
* Status: **Implemented (Swift 3.0)**
77
* Decision Notes: [Rationale](https://forums.swift.org/t/accepted-se-0019-swift-testing-package-manager/1155)
88
* Bug: [SR-592](https://bugs.swift.org/browse/SR-592)
99

0 commit comments

Comments
 (0)