-
Notifications
You must be signed in to change notification settings - Fork 0
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
Merge updates into orm #4
Conversation
…ntfreeco#840) * Add SnapshotTesting.diffToolBuilder for building complex diff command messages It takes the existing and the failure snapshot as arguments, and thus complex commands which are not just prefixed with the existing diffTool can be created. * Rename diffToolBuilder to diffToolCommand, replace diffTool with custom getter/setter
… ones in CI (pointfreeco#768) * New `canGenerateNewSnapshots` to avoid automatically creating missing ones in CI Fixes pointfreeco#748. * Update AssertSnapshot.swift
) * wip * wip * wip * wip * wip * tests * wip * migration guide * wip * wip * wip * Update Sources/SnapshotTesting/AssertSnapshot.swift * wip * formatting * wip * format * more * wip * fix * Make record mode opaque. * more docs * wip * wip * Added new 'failed' record strategy, and wrote some tests. * remove test artificats * wip * more docs * fix linux tests * more test fixes * test clean up * debugging * debug * wip * fix * fix tests * wip * wip * wip * make snapshot configuration optional * make snapshot configuration optional * clean up * fix * indent * typo * more clean up * record before difftool * more tests * clean up test code --------- Co-authored-by: Stephen Celis <[email protected]>
* Fix recordIssue for Xcode beta 3. * wip * wip * fix * wip --------- Co-authored-by: Stephen Celis <[email protected]>
* Fixed .failed record mode in inline snapshots. * wip * wip * add some test coverage * wip
So, how did you merge the newest changes on |
Okay, so we're keeping |
Yup... that had been our plan all along, and it fell apart when the "latest" snapshot library couldn't pass our CI. So, we've been stuck on an older merge point, even though |
Okay, cool — I'll close this, and open up a PR for that. Thanks! |
This branch has updates from the synced fork of the upstream project, but we typically point SPM to the
orm
branch; the coinciding PR for this is currently pointed to the ticket branch, and this will instead allow us to point it toorm
(after this is merged).