Skip to content

Commit ef85b82

Browse files
committed
[SE-0257]: Add link to pitch and review threads, unify metadata
This adds the links for the pitch and review forum threads to SE-0257. It also formats the `Status` metadata field according to the current format. I chose to retain the label "previous pitch" for the links to the earlier pitch threads (instead of, say, "pitch 1", "pitch 2", "pitch 3") because (a) the first previous pitch was years earlier and (b) the second previous pitch was for a different feature (allow trailing commas), which then turned into the real pitch for eliding commas a few months later (I think).
1 parent 7f5f363 commit ef85b82

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

proposals/0257-elide-comma.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
* Review Manager: [Ted Kremenek](https://github.com/tkremenek)
66
* Status: **Returned for revision**
77
* Implementation: [apple/swift#21876](https://github.com/apple/swift/pull/22714)
8-
* Previous Pitch: [Trailing commas in all expression lists](https://forums.swift.org/t/trailing-commas-in-all-expression-lists/19527)
9-
* Previous Pitch: [SE-0084 spinoff: Newlines as item separators](https://forums.swift.org/t/se-0084-spinoff-newlines-as-item-separators/2659)
10-
* Decision Notes: [Rationale](https://forums.swift.org/t/se-0257-eliding-commas-from-multiline-expression-lists/22889/191)
8+
* Review: ([previous pitch 1](https://forums.swift.org/t/se-0084-spinoff-newlines-as-item-separators/2659)) ([previous pitch 2](https://forums.swift.org/t/trailing-commas-in-all-expression-lists/19527)) ([pitch](https://forums.swift.org/t/pitch-eliding-commas-from-multiline-expression-lists/22558)) ([review](https://forums.swift.org/t/se-0257-eliding-commas-from-multiline-expression-lists/22889)) ([returned for revision](https://forums.swift.org/t/se-0257-eliding-commas-from-multiline-expression-lists/22889/191))
119

1210
# Introduction
1311

0 commit comments

Comments
 (0)