Skip to content

Commit c68da7d

Browse files
Normalize Upcoming Feature Flag for SE-0411 (#2205)
The Upcoming Feature Flag header field typically only includes the feature flag itself, not the compiler option. Including the compiler option makes it more difficult for automated tools to parse for the Swift Evolution Dashboard.
1 parent aa397a6 commit c68da7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/0411-isolated-default-values.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Status: **Active review (October 25...November 7, 2023)**
77
* Bug: *if applicable* [apple/swift#58177](https://github.com/apple/swift/issues/58177)
88
* Implementation: [apple/swift#68794](https://github.com/apple/swift/pull/68794)
9-
* Upcoming Feature Flag: `-enable-upcoming-feature IsolatedDefaultValues`
9+
* Upcoming Feature Flag: `IsolatedDefaultValues`
1010
* Review: ([review](https://forums.swift.org/t/se-0411/68065)) ([pitch](https://forums.swift.org/t/pitch-isolated-default-value-expressions/67714))
1111

1212
## Introduction

0 commit comments

Comments
 (0)