Skip to content

Conversation

@MahdiBM
Copy link
Contributor

@MahdiBM MahdiBM commented May 26, 2025

fixes:

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": ""
  }
]

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": ""
  }
]
```
@MahdiBM
Copy link
Contributor Author

MahdiBM commented May 26, 2025

cc @FranzBusch @airspeedswift

@Lishkk

This comment has been minimized.

@0xTim 0xTim merged commit 3806b62 into swiftlang:main Jul 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants