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

Fix recordIssue for Xcode beta 3. #869

Merged
merged 5 commits into from
Jul 9, 2024
Merged

Fix recordIssue for Xcode beta 3. #869

merged 5 commits into from
Jul 9, 2024

Conversation

mbrandonw
Copy link
Member

Fixes #868

Xcode beta 3 changed the signature of Issue.record to take a source location instead of individual file/line/column.

@mbrandonw mbrandonw requested a review from stephencelis July 9, 2024 13:03
@stephencelis stephencelis merged commit 63d3b45 into main Jul 9, 2024
3 checks passed
@stephencelis stephencelis deleted the fix-beta-3 branch July 9, 2024 16:23
awaltzforvenus pushed a commit to oreillymedia/native-ios-swift-snapshot-testing that referenced this pull request Jul 30, 2024
* Fix recordIssue for Xcode beta 3.

* wip

* wip

* fix

* wip

---------

Co-authored-by: Stephen Celis <[email protected]>
JustasL added a commit to vinted/swift-snapshot-testing that referenced this pull request Dec 11, 2024
* main: (27 commits)
  Run swift-format
  Fix assertSnapshot for Swift Testing tests. (pointfreeco#916)
  Add an NB to @_implementationOnly import.
  Run swift-format
  Import only the implementation of Testing. (pointfreeco#903)
  fix missing inline snapshot testing (pointfreeco#887)
  Feature/fixed decimal separator (pointfreeco#889)
  Run swift-format
  Xcode 16 beta 5: Fix snapshots test trait (pointfreeco#885)
  Run swift-format
  Don't invoke XCTContext when running in the Testing framework. (pointfreeco#884)
  Run swift-format
  Fixed .failed record mode in inline snapshots. (pointfreeco#874)
  Point updated packages to swiftlang organization (pointfreeco#873)
  Fix recordIssue for Xcode beta 3. (pointfreeco#869)
  Run swift-format
  Beta support for Swift Testing, and other improvements. (pointfreeco#867)
  Run swift-format
  New `canGenerateNewSnapshots` to avoid automatically creating missing ones in CI (pointfreeco#768)
  Run swift-format
  ...
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.

1.17.0 doesn't compile on Xcode 16 Beta 3
3 participants