Skip to content

Commit f0717e5

Browse files
committed
Remove "Trying it out" section of the proposal, since this is typically only included in the proposal review announcement on the forums
1 parent 3f6d258 commit f0717e5

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

proposals/testing/0013-issue-severity-warning.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -193,16 +193,6 @@ the console output will look like the following:
193193
✔ Test "All elements of two ranges are equal" passed after 0.001 seconds with 1 warning.
194194
```
195195

196-
### Trying this out
197-
198-
To use severity today, checkout the branch here: https://github.com/swiftlang/swift-testing/pull/1189
199-
200-
```
201-
.package(url: "https://github.com/suzannaratcliff/swift-testing.git", branch: "suzannaratcliff:suzannaratcliff/enable-severity"),
202-
```
203-
204-
For more details on how to checkout a branch for a package refer to this: https://developer.apple.com/documentation/packagedescription/package/dependency/package(url:branch:)
205-
206196
## Alternatives considered
207197

208198
- Separate Issue Creation and Recording: We considered providing a mechanism to create issues independently before recording them, rather than passing the issue details directly to the `record` method. This approach was ultimately set aside in favor of simplicity and directness in usage.

0 commit comments

Comments
 (0)