Skip to content

Commit 944ed50

Browse files
Make 'Upcoming Feature Flag' consistent with other proposal heading names
- All other proposal heading fields use title case, update 'Upcoming feature flag' to match - Update proposal template and existing proposals using this field
1 parent c2d8f33 commit 944ed50

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

proposal-templates/0000-swift-template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Roadmap: *if applicable* [Roadmap Name](https://forums.swift.org/...))
99
* Bug: *if applicable* [apple/swift#NNNNN](https://github.com/apple/swift/issues/NNNNN)
1010
* Implementation: [apple/swift#NNNNN](https://github.com/apple/swift/pull/NNNNN) or [apple/swift-evolution-staging#NNNNN](https://github.com/apple/swift-evolution-staging/pull/NNNNN)
11-
* Upcoming feature flag: *if applicable* `MyFeatureName`
11+
* Upcoming Feature Flag: *if applicable* `MyFeatureName`
1212
* Previous Proposal: *if applicable* [SE-XXXX](XXXX-filename.md)
1313
* Previous Revision: *if applicable* [1](https://github.com/apple/swift-evolution/blob/...commit-ID.../proposals/NNNN-filename.md)
1414
* Review: ([pitch](https://forums.swift.org/...))
@@ -62,7 +62,7 @@ been committed to the main branch (as an experimental feature), say
6262
that and specify the experimental feature flag. If the implementation
6363
is spread across multiple PRs, just link to the most important ones.
6464

65-
`Upcoming feature flag` should be the feature name used to identify this
65+
`Upcoming Feature Flag` should be the feature name used to identify this
6666
feature under [SE-0362](https://github.com/apple/swift-evolution/blob/main/proposals/0362-piecemeal-future-features.md#proposals-define-their-own-feature-identifier).
6767
Not all proposals need an upcoming feature flag. You should think about
6868
whether one would be useful for your proposal as part of filling this

proposals/0274-magic-file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Authors: [Becca Royal-Gordon](https://github.com/beccadax), [Dave DeLong](https://github.com/davedelong)
55
* Review Manager: [Ben Cohen](https://github.com/airspeedswift/)
66
* Status: **Implemented (Swift 5.8)**
7-
* Upcoming feature flag: `ConciseMagicFile`
7+
* Upcoming Feature Flag: `ConciseMagicFile`
88
* Decision Notes: [Review #1](https://forums.swift.org/t/se-0274-concise-magic-file-names/32373/50), [Review #2](https://forums.swift.org/t/re-review-se-0274-concise-magic-file-names/33171/11), [Additional Commentary](https://forums.swift.org/t/revisiting-the-source-compatibility-impact-of-se-0274-concise-magic-file-names/37720)
99
* Next Proposal: [SE-0285](0285-ease-pound-file-transition.md)
1010

proposals/0286-forward-scan-trailing-closures.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Author: [Doug Gregor](https://github.com/DougGregor)
55
* Review Manager: [John McCall](https://github.com/rjmccall)
66
* Status: **Implemented (Swift 5.3)**
7-
* Upcoming feature flag: `ForwardTrailingClosures` (implemented in Swift 5.8)
7+
* Upcoming Feature Flag: `ForwardTrailingClosures` (implemented in Swift 5.8)
88
* Implementation: [apple/swift#33092](https://github.com/apple/swift/pull/33092)
99
* Toolchains: [Linux](https://ci.swift.org/job/swift-PR-toolchain-Linux/404//artifact/branch-master/swift-PR-33092-404-ubuntu16.04.tar.gz), [macOS](https://ci.swift.org/job/swift-PR-toolchain-osx/579//artifact/branch-master/swift-PR-33092-579-osx.tar.gz)
1010
* Discussion: ([Pitch #1](https://forums.swift.org/t/pitch-1-forward-scan-matching-for-trailing-closures-source-breaking/38162)), ([Pitch #2](https://forums.swift.org/t/pitch-2-forward-scan-matching-for-trailing-closures/38491))

proposals/0335-existential-any.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Authors: [Holly Borla](https://github.com/hborla)
55
* Review Manager: [Doug Gregor](https://github.com/DougGregor)
66
* Status: **Implemented (Swift 5.6)**
7-
* Upcoming feature flag: `ExistentialAny` (implemented in Swift 5.8)
7+
* Upcoming Feature Flag: `ExistentialAny` (implemented in Swift 5.8)
88
* Implementation: [apple/swift#40282](https://github.com/apple/swift/pull/40282)
99
* Decision Notes: [Acceptance](https://forums.swift.org/t/accepted-with-modifications-se-0335-introduce-existential-any/54504)
1010

proposals/0354-regex-literals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Authors: [Hamish Knight](https://github.com/hamishknight), [Michael Ilseman](https://github.com/milseman), [David Ewing](https://github.com/DaveEwing)
55
* Review Manager: [Ben Cohen](https://github.com/airspeedswift)
66
* Status: **Implemented (Swift 5.7)**
7-
* Upcoming feature flag: `BareSlashRegexLiterals` (implemented in Swift 5.8)
7+
* Upcoming Feature Flag: `BareSlashRegexLiterals` (implemented in Swift 5.8)
88
* Implementation: [apple/swift#42119](https://github.com/apple/swift/pull/42119), [apple/swift#58835](https://github.com/apple/swift/pull/58835)
99
* Bare slash syntax `/.../` available with `-enable-bare-slash-regex`
1010
* Review: ([first pitch](https://forums.swift.org/t/pitch-regular-expression-literals/52820))

0 commit comments

Comments
 (0)