Skip to content

Commit 5914796

Browse files
authored
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": "" } ] ```
1 parent 84addf9 commit 5914796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/0487-extensible-enums.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Proposal: [SE-0487](0487-extensible-enums.md)
44
* Authors: [Pavel Yaskevich](https://github.com/xedin), [Franz Busch](https://github.com/FranzBusch), [Cory Benfield](https://github.com/lukasa)
55
* Review Manager: [Ben Cohen](https://github.com/airspeedswift)
6-
* Status: **In active review (May 25Jun 5, 2025)**
6+
* Status: **Active Review (May 25 - Jun 5, 2025)**
77
* Bug: [apple/swift#55110](https://github.com/swiftlang/swift/issues/55110)
88
* Implementation: [apple/swift#80503](https://github.com/swiftlang/swift/pull/80503)
99
* Upcoming Feature Flag: `ExtensibleAttribute`

0 commit comments

Comments
 (0)