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

Add a basic implementation of XCTIssue. #466

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Oct 6, 2023

  1. Add a basic implementation of XCTIssue.

    This PR adds a basic implementation of `XCTIssue` and `record(_:)`. The implementation is not as complex as the one in the XCTest framework that ships in Xcode. The interface is equivalent.
    
    Resolves #348.
    grynspan committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    82d6aa2 View commit details
    Browse the repository at this point in the history
  2. Fix some build issues

    grynspan committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    28b0969 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    095974f View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Fix build failures

    grynspan committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    4738672 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Configuration menu
    Copy the full SHA
    3107b93 View commit details
    Browse the repository at this point in the history