Skip to content

Commit c86d5fe

Browse files
[SE-0401] DisableOutwardActorInference (dashboard) (#348)
* [SE-0401] DisableOutwardActorInference (dashboard) Add an entry to the `upcomingFeatureFlags` map in "swift-evolution.js". * Update assets/javascripts/swift-evolution.js Add trailing comma to last UFF element for cleaner diffs when adding new entries. Co-authored-by: Ben Rimmington <[email protected]> --------- Co-authored-by: James Dempsey <[email protected]>
1 parent e3ab45a commit c86d5fe

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

assets/javascripts/swift-evolution.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// This source file is part of the Swift.org open source project
22
//
3-
// Copyright (c) 2014 - 2022 Apple Inc. and the Swift project authors
3+
// Copyright (c) 2014 - 2023 Apple Inc. and the Swift project authors
44
// Licensed under Apache License v2.0 with Runtime Library Exception
55
//
66
// See http://swift.org/LICENSE.txt for license information
@@ -47,7 +47,8 @@ const upcomingFeatureFlags = new Map([
4747
['SE-0286', 'ForwardTrailingClosures'],
4848
['SE-0335', 'ExistentialAny'],
4949
['SE-0354', 'BareSlashRegexLiterals'],
50-
['SE-0384', 'ImportObjcForwardDeclarations']
50+
['SE-0384', 'ImportObjcForwardDeclarations'],
51+
['SE-0401', 'DisableOutwardActorInference'],
5152
])
5253

5354
/** Storage for the user's current selection of filters when filtering is toggled off. */

0 commit comments

Comments
 (0)