Skip to content

Commit 99dc231

Browse files
authored
Mention SE review "Trying it out" instructions as a reason for using package copy in docs (#1660)
This adds a sentence to [`Distributions.md`](https://github.com/swiftlang/swift-testing/blob/main/Documentation/Distributions.md) acknowledging that one acceptable use of the package copy of Swift Testing is when trying out new features or APIs during a Swift evolution proposal review. ### Checklist: - [x] Code and documentation should follow the style of the [Style Guide](https://github.com/apple/swift-testing/blob/main/Documentation/StyleGuide.md). - [x] If public symbols are renamed or modified, DocC references should be updated.
1 parent e0ce590 commit 99dc231

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Documentation/Distributions.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,9 @@ because it has several downsides:
7979
The primary reason Swift Testing is available to be used as a Swift package is
8080
to support its own development. The core contributors regularly develop Swift
8181
Testing by building it locally as a package, following workflows described in
82-
[Contributing][], and its CI builds that way as well.
82+
[Contributing][], and its CI builds that way as well. Additionally, when proposals
83+
for Swift Testing features or APIs undergo Swift evolution review, the "Trying it
84+
out" instructions typically recommend using the package for convenience.
8385

8486
It's also sometimes helpful to use Swift Testing as a package in order to
8587
validate how changes made to the testing library will impact supporting tools,

0 commit comments

Comments
 (0)