Skip to content
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

Promote attachments to API #973

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

grynspan
Copy link
Contributor

@grynspan grynspan commented Feb 24, 2025

This PR promotes attachments to API, pending approval of the proposal at swiftlang/swift-evolution#2719.

View the full proposal here.

Checklist:

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

Test authors frequently need to include out-of-band data with tests that can be
used to diagnose issues when a test fails. This proposal introduces a new API
called "attachments" (analogous to the same-named feature in XCTest) as well as
the infrastructure necessary to create new attachments and handle them in tools
like VS Code.

Read the full proposal [here]().
@grynspan grynspan added enhancement New feature or request public-api Affects public API api-proposal API proposal PRs (documentation only) attachments/activities 🖇️ Work related to attachments and/or activities labels Feb 24, 2025
@grynspan grynspan added this to the Swift 6.x milestone Feb 24, 2025
@grynspan grynspan self-assigned this Feb 24, 2025
@grynspan grynspan removed the api-proposal API proposal PRs (documentation only) label Mar 3, 2025
@grynspan grynspan changed the title [SWT-NNNN] Attachments Promote attachments to API Mar 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
attachments/activities 🖇️ Work related to attachments and/or activities enhancement New feature or request public-api Affects public API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant