-
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
FIX Update to latest, including Swift Testing support #6
Conversation
It is no longer possible to `@_spi(Experimental) import Testing`, so we can no longer ship a custom execution test trait. Instead of using such a trait to override a task local for the duration of a test, we can use a more general trait to store the information, and the assertion helpers can coalesce to the trait, instead.
* fix formatting of numbers to have stable snapshots as seen in pointfreeco#533 * fix to make tests compile pointfreeco#887 --------- Co-authored-by: stijn <[email protected]>
* fix missing inline snapshot testing * remove the need to import inline in not inline snapshot target --------- Co-authored-by: stijn <[email protected]>
* Fix assertSnapshot for Swift Testing tests. * wip * Update CI
It seems like the newest version of |
I think this is 1.17.6? The presentation on GitHub is a bit confusing to me and makes me thing the latest commit to this branch was 5 months ago. However, when I pull this down locally, my log looks like this:
In case it's not obvious, I'm shooting to update to 1.17.6 |
Update to latest to get the Swift Testing changes.
Related: GUAC-5510