Skip to content

Commit 243bba9

Browse files
authored
Update proposals to reflect implementation status, Swift version, and forum discussion links (#961)
This updates some details in the accepted proposals in the repository, to better reflect their current status and match the convention used by proposals in the [swift-evolution](https://github.com/swiftlang/swift-evolution) repo. ## Modifications - Update the _Status_ field of all accepted proposals which have been fully implemented to "Implemented". - Indicate the Swift version in which those proposals were implemented. - Add any missing links to Forum reviews or acceptance posts. ### 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 0e7ce39 commit 243bba9

7 files changed

+9
-9
lines changed

Documentation/Proposals/0001-refactor-bug-inits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
* Proposal: [SWT-0001](0001-refactor-bug-inits.md)
44
* Authors: [Jonathan Grynspan](https://github.com/grynspan)
5-
* Status: **Accepted**
5+
* Status: **Implemented (Swift 6.0)**
66
* Implementation: [swiftlang/swift-testing#401](https://github.com/swiftlang/swift-testing/pull/401)
77
* Review: ([pitch](https://forums.swift.org/t/pitch-dedicated-bug-functions-for-urls-and-ids/71842)), ([acceptance](https://forums.swift.org/t/swt-0001-dedicated-bug-functions-for-urls-and-ids/71842/2))
88

Documentation/Proposals/0002-json-abi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
* Proposal: [SWT-0002](0002-json-abi.md)
44
* Authors: [Jonathan Grynspan](https://github.com/grynspan)
5-
* Status: **Accepted**
5+
* Status: **Implemented (Swift 6.0)**
66
* Implementation: [swiftlang/swift-testing#383](https://github.com/swiftlang/swift-testing/pull/383),
77
[swiftlang/swift-testing#402](https://github.com/swiftlang/swift-testing/pull/402)
88
* Review: ([pitch](https://forums.swift.org/t/pitch-a-stable-json-based-abi-for-tools-integration/72627)), ([acceptance](https://forums.swift.org/t/pitch-a-stable-json-based-abi-for-tools-integration/72627/4))

Documentation/Proposals/0003-make-serialized-trait-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
* Proposal: [SWT-0003](0003-make-serialized-trait-api.md)
44
* Authors: [Dennis Weissmann](https://github.com/dennisweissmann)
5-
* Status: **Accepted**
5+
* Status: **Implemented (Swift 6.0)**
66
* Implementation:
77
[swiftlang/swift-testing#535](https://github.com/swiftlang/swift-testing/pull/535)
88
* Review:

Documentation/Proposals/0004-constrain-the-granularity-of-test-time-limit-durations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Proposal:
44
[SWT-0004](0004-constrain-the-granularity-of-test-time-limit-durations.md)
55
* Authors: [Dennis Weissmann](https://github.com/dennisweissmann)
6-
* Status: **Accepted**
6+
* Status: **Implemented (Swift 6.0)**
77
* Implementation:
88
[swiftlang/swift-testing#534](https://github.com/swiftlang/swift-testing/pull/534)
99
* Review:

Documentation/Proposals/0005-ranged-confirmations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
* Proposal: [SWT-0005](0005-ranged-confirmations.md)
44
* Authors: [Jonathan Grynspan](https://github.com/grynspan)
5-
* Status: **Accepted**
5+
* Status: **Implemented (Swift 6.1)**
66
* Bug: rdar://138499457
77
* Implementation: [swiftlang/swift-testing#598](https://github.com/swiftlang/swift-testing/pull/598), [swiftlang/swift-testing#689](https://github.com/swiftlang/swift-testing/pull689)
88
* Review: ([pitch](https://forums.swift.org/t/pitch-range-based-confirmations/74589)),

Documentation/Proposals/0006-return-errors-from-expect-throws.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
* Proposal: [SWT-0006](0006-return-errors-from-expect-throws.md)
44
* Authors: [Jonathan Grynspan](https://github.com/grynspan)
5-
* Status: **Awaiting review**
5+
* Status: **Implemented (Swift 6.1)**
66
* Bug: rdar://138235250
77
* Implementation: [swiftlang/swift-testing#780](https://github.com/swiftlang/swift-testing/pull/780)
8-
* Review: ([pitch](https://forums.swift.org/t/pitch-returning-errors-from-expect-throws/75567))
8+
* Review: ([pitch](https://forums.swift.org/t/pitch-returning-errors-from-expect-throws/75567)), ([acceptance](https://forums.swift.org/t/pitch-returning-errors-from-expect-throws/75567/5))
99

1010
## Introduction
1111

Documentation/Proposals/0007-test-scoping-traits.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
* Proposal: [SWT-0007](0007-test-scoping-traits.md)
44
* Authors: [Stuart Montgomery](https://github.com/stmontgomery)
5-
* Status: **Awaiting review**
5+
* Status: **Implemented (Swift 6.1)**
66
* Implementation: [swiftlang/swift-testing#733](https://github.com/swiftlang/swift-testing/pull/733), [swiftlang/swift-testing#86](https://github.com/swiftlang/swift-testing/pull/86)
7-
* Review: ([pitch](https://forums.swift.org/t/pitch-custom-test-execution-traits/75055))
7+
* Review: ([pitch](https://forums.swift.org/t/pitch-custom-test-execution-traits/75055)), ([review](https://forums.swift.org/t/proposal-test-scoping-traits/76676)), ([acceptance](https://forums.swift.org/t/proposal-test-scoping-traits/76676/3))
88

99
### Revision history
1010

0 commit comments

Comments
 (0)