From 0960885016e6ef365460352dc4c04561c874dc3f Mon Sep 17 00:00:00 2001 From: Owen Voorhees Date: Wed, 11 Nov 2020 21:42:41 -0800 Subject: [PATCH 1/2] Update Swift Next -> 5.4 for SE-283,284,287,289 --- proposals/0283-tuples-are-equatable-comparable-hashable.md | 2 +- proposals/0284-multiple-variadic-parameters.md | 2 +- proposals/0287-implicit-member-chains.md | 2 +- proposals/0289-result-builders.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/proposals/0283-tuples-are-equatable-comparable-hashable.md b/proposals/0283-tuples-are-equatable-comparable-hashable.md index 8f482effe0..146bf3e4df 100644 --- a/proposals/0283-tuples-are-equatable-comparable-hashable.md +++ b/proposals/0283-tuples-are-equatable-comparable-hashable.md @@ -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) diff --git a/proposals/0284-multiple-variadic-parameters.md b/proposals/0284-multiple-variadic-parameters.md index 485a77df6b..3ec42bab99 100644 --- a/proposals/0284-multiple-variadic-parameters.md +++ b/proposals/0284-multiple-variadic-parameters.md @@ -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 diff --git a/proposals/0287-implicit-member-chains.md b/proposals/0287-implicit-member-chains.md index 3f03df370e..27fd9da22c 100644 --- a/proposals/0287-implicit-member-chains.md +++ b/proposals/0287-implicit-member-chains.md @@ -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) diff --git a/proposals/0289-result-builders.md b/proposals/0289-result-builders.md index 90c4120270..659478c598 100644 --- a/proposals/0289-result-builders.md +++ b/proposals/0289-result-builders.md @@ -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 From a7418b1d472ddc25afd42b5b0b138862f8678e1a Mon Sep 17 00:00:00 2001 From: Owen Voorhees Date: Thu, 12 Nov 2020 00:06:41 -0600 Subject: [PATCH 2/2] Update proposals/0283-tuples-are-equatable-comparable-hashable.md Co-authored-by: Ben Rimmington --- proposals/0283-tuples-are-equatable-comparable-hashable.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/0283-tuples-are-equatable-comparable-hashable.md b/proposals/0283-tuples-are-equatable-comparable-hashable.md index 146bf3e4df..d1fd065975 100644 --- a/proposals/0283-tuples-are-equatable-comparable-hashable.md +++ b/proposals/0283-tuples-are-equatable-comparable-hashable.md @@ -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 5.4)** +* Status: **Accepted** * 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)