Skip to content

Commit 61db552

Browse files
Add a "Swift Next" placeholder to the status page (#1187)
* [index.js] Add 'Next' to the languageVersions array * [SE-0284] Update status: "Implemented (Swift Next)" * [SE-0287] Update status: "Implemented (Swift Next)"
1 parent e24e42d commit 61db552

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// This source file is part of the Swift.org open source project
44
//
5-
// Copyright (c) 2014 - 2018 Apple Inc. and the Swift project authors
5+
// Copyright (c) 2014 - 2020 Apple Inc. and the Swift project authors
66
// Licensed under Apache License v2.0 with Runtime Library Exception
77
//
88
// See http://swift.org/LICENSE.txt for license information
@@ -19,7 +19,7 @@ var proposals
1919
* To be updated when proposals are confirmed to have been implemented
2020
* in a new language version.
2121
*/
22-
var languageVersions = ['2.2', '3', '3.0.1', '3.1', '4', '4.1', '4.2', '5', '5.1', '5.2', '5.3']
22+
var languageVersions = ['2.2', '3', '3.0.1', '3.1', '4', '4.1', '4.2', '5', '5.1', '5.2', '5.3', 'Next']
2323

2424
/** Storage for the user's current selection of filters when filtering is toggled off. */
2525
var filterSelection = []

proposals/0284-multiple-variadic-parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Proposal: [SE-0284](0284-multiple-variadic-parameters.md)
44
* Author: [Owen Voorhees](https://github.com/owenv)
55
* Review Manager: [Saleem Abdulrasool](https://github.com/compnerd)
6-
* Status: **Implemented**
6+
* Status: **Implemented (Swift Next)**
77
* Implementation: [apple/swift#29735](https://github.com/apple/swift/pull/29735)
88

99
## Introduction

proposals/0287-implicit-member-chains.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Extend implicit member syntax to cover chains of member references
22

33
* Proposal: [SE-0287](0287-implicit-member-chains.md)
4-
* Authors: [Frederick Kellison-Linn](https://github.com/jumhyn)
4+
* Author: [Frederick Kellison-Linn](https://github.com/jumhyn)
55
* Review Manager: [Doug Gregor](https://github.com/DougGregor)
6-
* Status: **Accepted**
6+
* Status: **Implemented (Swift Next)**
77
* Implementation: [apple/swift#31679](https://github.com/apple/swift/pull/31679)
88
* 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)
99

0 commit comments

Comments
 (0)