Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
All four open proposals have been resolved, Swift 3 evolution is done…
…! 🎉🎉
  • Loading branch information
lattner committed Jul 27, 2016
1 parent ef9a243 commit aea8b83
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions proposals.xml
Expand Up @@ -124,7 +124,7 @@ just loads it via JavaScript. Hence, the following declaration isn't used.
<proposal id="0114" status="implemented" swift-version="3" name="Updating Buffer &quot;Value&quot; Names to &quot;Header&quot; Names" filename="0114-buffer-naming.md"/>
<proposal id="0115" status="implemented" swift-version="3" name="Rename Literal Syntax Protocols" filename="0115-literal-syntax-protocols.md"/>
<proposal id="0116" status="accepted" name="Import Objective-C `id` as Swift `Any` type" filename="0116-id-as-any.md"/>
<proposal id="0117" status="active" name="Allow distinguishing between public access and public overridability" filename="0117-non-public-subclassable-by-default.md"/>
<proposal id="0117" status="accepted" name="Allow distinguishing between public access and public overridability" filename="0117-non-public-subclassable-by-default.md"/>
<proposal id="0118" status="implemented" swift-version="3" name="Closure Parameter Names and Labels" filename="0118-closure-parameter-names-and-labels.md"/>
<proposal id="0119" status="rejected" name="Remove access modifiers from extensions" filename="0119-extensions-access-modifiers.md"/>
<proposal id="0120" status="implemented" swift-version="3" name="Revise `partition` Method Signature" filename="0120-revise-partition-method.md"/>
Expand All @@ -139,9 +139,9 @@ just loads it via JavaScript. Hence, the following declaration isn't used.
<proposal id="0129" status="accepted" name="Package Manager Test Naming Conventions" filename="0129-package-manager-test-naming-conventions.md"/>
<proposal id="0130" status="implemented" swift-version="3" name="Replace repeating `Character` and `UnicodeScalar` forms of String.init" filename="0130-string-initializers-cleanup.md"/>
<proposal id="0131" status="implemented" swift-version="3" name="Add `AnyHashable` to the standard library" filename="0131-anyhashable.md"/>
<proposal id="0132" status="active" name="Rationalizing Sequence end-operation names" filename="0132-sequence-end-ops.md"/>
<proposal id="0133" status="active" name="Rename `flatten()` to `joined()`" filename="0133-rename-flatten-to-joined.md"/>
<proposal id="0134" status="active" name="Rename two UTF8-related properties on String" filename="0134-rename-string-properties.md"/>
<proposal id="0132" status="deferred" name="Rationalizing Sequence end-operation names" filename="0132-sequence-end-ops.md"/>
<proposal id="0133" status="accepted" name="Rename `flatten()` to `joined()`" filename="0133-rename-flatten-to-joined.md"/>
<proposal id="0134" status="accepted" name="Rename two UTF8-related properties on String" filename="0134-rename-string-properties.md"/>

<!--
Recognized values for a proposal's status:
Expand Down
2 changes: 1 addition & 1 deletion proposals/0117-non-public-subclassable-by-default.md
Expand Up @@ -2,7 +2,7 @@

* Proposal: [SE-0117](0117-non-public-subclassable-by-default.md)
* Authors: [Javier Soto](https://github.com/JaviSoto), [John McCall](https://github.com/rjmccall)
* Status: **Active Review July 21...25** ([Rationale](https://lists.swift.org/pipermail/swift-evolution-announce/2016-July/000247.html))
* Status: **Accepted** ([Rationale](https://lists.swift.org/pipermail/swift-evolution-announce/2016-July/000268.html))
* Review manager: [Chris Lattner](http://github.com/lattner)
* Previous Revision: [Revision 1](https://github.com/apple/swift-evolution/blob/367086f18a5deaf8f9dfbe3f5a4846ef19addf38/proposals/0117-non-public-subclassable-by-default.md) [Revision 2](https://github.com/apple/swift-evolution/blob/2989538daa1640cfa6a56f80b5c7599967af0905/proposals/0117-non-public-subclassable-by-default.md) [Revision 3](https://github.com/apple/swift-evolution/blob/15c18d24adb7e701ae831b643e0803f1b6e601d9/proposals/0117-non-public-subclassable-by-default.md)

Expand Down
2 changes: 1 addition & 1 deletion proposals/0132-sequence-end-ops.md
Expand Up @@ -2,7 +2,7 @@

* Proposal: [SE-0132](0132-sequence-end-ops.md)
* Authors: [Brent Royal-Gordon](https://github.com/brentdax), [Dave Abrahams](https://github.com/dabrahams)
* Status: **Active Review July 24...26**
* Status: **Deferred from Swift 3** ([Rationale](https://lists.swift.org/pipermail/swift-evolution-announce/2016-July/000267.html))
* Review manager: [Chris Lattner](http://github.com/lattner)

## Introduction
Expand Down
2 changes: 1 addition & 1 deletion proposals/0133-rename-flatten-to-joined.md
Expand Up @@ -2,7 +2,7 @@

* Proposal: [SE-0133](0133-rename-flatten-to-joined.md)
* Author: [Jacob Bandes-Storch](https://github.com/jtbandes)
* Status: **Active Review July 24...26**
* Status: **Accepted** ([Rationale](https://lists.swift.org/pipermail/swift-evolution-announce/2016-July/000265.html))
* Review manager: [Chris Lattner](http://github.com/lattner)

## Introduction
Expand Down
2 changes: 1 addition & 1 deletion proposals/0134-rename-string-properties.md
Expand Up @@ -2,7 +2,7 @@

* Proposal: [SE-0134](0134-rename-string-properties.md)
* Author: [Xiaodi Wu](https://github.com/xwu), [Erica Sadun](https://github.com/erica)
* Status: **Active Review July 24...26**
* Status: **Accepted with Revision** ([Rationale](https://lists.swift.org/pipermail/swift-evolution-announce/2016-July/000266.html))
* Review manager: [Chris Lattner](http://github.com/lattner)

## Introduction
Expand Down

0 comments on commit aea8b83

Please sign in to comment.