Skip to content

[DNM] Enable exit test value capturing #1165

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

grynspan
Copy link
Contributor

This PR enables the value capture subfeature of exit tests and adds documentation for it.

Resolves #1157.

Warning

Do not merge this PR unless/until ST-NNNN has been approved.

Checklist:

  • Code and documentation should follow the style of the Style Guide.
  • If public symbols are renamed or modified, DocC references should be updated.

This PR enables the value capture subfeature of exit tests and adds documentation for it.

> [!WARNING]
> Do not merge this PR unless/until [ST-NNNN](swiftlang/swift-evolution#2886) has been approved.
@grynspan grynspan added this to the Swift 6.x milestone Jun 19, 2025
@grynspan grynspan self-assigned this Jun 19, 2025
@grynspan grynspan added documentation 📚 Improvements or additions to documentation enhancement New feature or request public-api Affects public API exit-tests ☠️ Work related to exit tests exit-test-capture-lists 🥍 Work related to exit test capture lists labels Jun 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation 📚 Improvements or additions to documentation enhancement New feature or request exit-test-capture-lists 🥍 Work related to exit test capture lists exit-tests ☠️ Work related to exit tests public-api Affects public API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Exit tests should be able to capture values
1 participant