From 5914796ecc445e40671a7d67ba64a45295d61527 Mon Sep 17 00:00:00 2001 From: Mahdi Bahrami Date: Mon, 26 May 2025 22:23:52 +0330 Subject: [PATCH 1/2] Fix `SE-0487` status code fixes: ```bash curl https://download.swift.org/swift-evolution/v1/evolution.json | jq '.proposals[] | select(.id == "SE-0487") | .errors' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 696k 100 696k 0 0 771k 0 --:--:-- --:--:-- --:--:-- 770k [ { "code": 0, "kind": "error", "message": "Missing or invalid proposal status.", "suggestion": "" } ] ``` --- proposals/0487-extensible-enums.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/0487-extensible-enums.md b/proposals/0487-extensible-enums.md index d218c50789..9381a96d7f 100644 --- a/proposals/0487-extensible-enums.md +++ b/proposals/0487-extensible-enums.md @@ -3,7 +3,7 @@ * Proposal: [SE-0487](0487-extensible-enums.md) * Authors: [Pavel Yaskevich](https://github.com/xedin), [Franz Busch](https://github.com/FranzBusch), [Cory Benfield](https://github.com/lukasa) * Review Manager: [Ben Cohen](https://github.com/airspeedswift) -* Status: **In active review (May 25—Jun 5, 2025)** +* Status: **Active Review (May 25 - Jun 5, 2025)** * Bug: [apple/swift#55110](https://github.com/swiftlang/swift/issues/55110) * Implementation: [apple/swift#80503](https://github.com/swiftlang/swift/pull/80503) * Upcoming Feature Flag: `ExtensibleAttribute` From a8f5279f553c3f386c0b072730b30c8196e40929 Mon Sep 17 00:00:00 2001 From: Mahdi Bahrami Date: Tue, 27 May 2025 14:26:42 +0330 Subject: [PATCH 2/2] Update proposals/0487-extensible-enums.md Co-authored-by: Ben Rimmington --- proposals/0487-extensible-enums.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/0487-extensible-enums.md b/proposals/0487-extensible-enums.md index 9381a96d7f..9860b441e9 100644 --- a/proposals/0487-extensible-enums.md +++ b/proposals/0487-extensible-enums.md @@ -3,7 +3,7 @@ * Proposal: [SE-0487](0487-extensible-enums.md) * Authors: [Pavel Yaskevich](https://github.com/xedin), [Franz Busch](https://github.com/FranzBusch), [Cory Benfield](https://github.com/lukasa) * Review Manager: [Ben Cohen](https://github.com/airspeedswift) -* Status: **Active Review (May 25 - Jun 5, 2025)** +* Status: **Active Review (May 25 - June 5, 2025)** * Bug: [apple/swift#55110](https://github.com/swiftlang/swift/issues/55110) * Implementation: [apple/swift#80503](https://github.com/swiftlang/swift/pull/80503) * Upcoming Feature Flag: `ExtensibleAttribute`