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

Introducing: Issue Reporting #87

Merged
merged 160 commits into from
Jul 22, 2024
Merged

Introducing: Issue Reporting #87

merged 160 commits into from
Jul 22, 2024

Conversation

stephencelis
Copy link
Member

@stephencelis stephencelis commented Jul 10, 2024

This PR will bring XCTestDynamicOverlay into a more modern world with a new name, new module, and new APIs.

This library will be a more general set of tools for reporting issues in your code base, and it just so happens to integrate with XCTest and Apple's new Swift Testing framework (in beta).

The basic migration:

// Before:
import XCTestDynamicOverlay
XCTFail("Unexpected code path hit")

// After:
import IssueReporting
reportIssue("Unexpected code path hit")

There's a lot more, but it will be covered when the tools are closer to being ready.

@stephencelis stephencelis merged commit 926f438 into main Jul 22, 2024
8 checks passed
@stephencelis stephencelis deleted the swift-testing branch July 22, 2024 20:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants