Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Swift Next -> 5.4 for SE-283,284,287, and 289 #1204

Merged
merged 2 commits into from
Nov 12, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion proposals/0283-tuples-are-equatable-comparable-hashable.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Proposal: [SE-0283](0283-tuples-are-equatable-comparable-hashable.md)
* Author: [Alejandro Alonso](https://github.com/Azoy)
* Review Manager: [Saleem Abdulrasool](https://github.com/compnerd)
* Status: **Implemented (Swift Next)**
* Status: **Implemented (Swift 5.4)**
* Implementation: [apple/swift#28833](https://github.com/apple/swift/pull/28833)
* Decision Notes: [Rationale](https://forums.swift.org/t/accepted-se-0283-tuples-conform-to-equatable-comparable-and-hashable/36658)

Expand Down
2 changes: 1 addition & 1 deletion proposals/0284-multiple-variadic-parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Proposal: [SE-0284](0284-multiple-variadic-parameters.md)
* Author: [Owen Voorhees](https://github.com/owenv)
* Review Manager: [Saleem Abdulrasool](https://github.com/compnerd)
* Status: **Implemented (Swift Next)**
* Status: **Implemented (Swift 5.4)**
* Implementation: [apple/swift#29735](https://github.com/apple/swift/pull/29735)

## Introduction
Expand Down
2 changes: 1 addition & 1 deletion proposals/0287-implicit-member-chains.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Proposal: [SE-0287](0287-implicit-member-chains.md)
* Author: [Frederick Kellison-Linn](https://github.com/jumhyn)
* Review Manager: [Doug Gregor](https://github.com/DougGregor)
* Status: **Implemented (Swift Next)**
* Status: **Implemented (Swift 5.4)**
* Implementation: [apple/swift#31679](https://github.com/apple/swift/pull/31679)
* Review: [Review](https://forums.swift.org/t/se-0287-extend-implicit-member-syntax-to-cover-chains-of-member-references/39398), [Acceptance](https://forums.swift.org/t/accepted-se-0287-extend-implicit-member-syntax-to-cover-chains-of-member-references/39714)

Expand Down
2 changes: 1 addition & 1 deletion proposals/0289-result-builders.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Proposal: [SE-0289](0289-result-builders.md)
* Authors: [John McCall](https://github.com/rjmccall), [Doug Gregor](https://github.com/DougGregor)
* Review Manager: [Saleem Abdulrasool](https://github.com/compnerd)
* Status: **Implemented (Swift Next)**
* Status: **Implemented (Swift 5.4)**
* Previous Revisions: [1st](https://github.com/apple/swift-evolution/blob/51c99447562e749b23f82184c99c0ddfb07a71df/proposals/0289-function-builders.md)

Table of Contents
Expand Down