Skip to content

Tags: pointfreeco/swift-macro-testing

Tags

0.6.4

Toggle 0.6.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Swift Syntax 602 Support (#50) 

0.6.3

Toggle 0.6.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Make our use of SwiftSyntax APIs more resilient to precompiled SwiftS… …yntax (#49) * Support newest SwiftSyntax. * Update android CI to 6.0.3

0.6.2

Toggle 0.6.2's commit message
Run swift-format 

0.6.1

Toggle 0.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Compile for Android (#34) * Compile for Android * Compile for Android * Add CI --------- Co-authored-by: Stephen Celis <stephen@stephencelis.com>

0.6.0

Toggle 0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support array of macros in test trait. (#37) 

0.5.3

Toggle 0.5.3's commit message
Run swift-format 

0.5.2

Toggle 0.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Xcode 16 beta 5: Fix test trait (#28) * Fix test trait We can't yet leverage custom execution traits, and in fact Xcode 16 beta 5 removed access to them. Instead we can use the task's current test to access trait information directly from our helpers. * wip

0.5.1

Toggle 0.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Thread fileID through to all assertInlineSnapshot calls (#26) This issue and fix should only affect the new Swift Testing framework.

0.5.0

Toggle 0.5.0's commit message
Run swift-format 

0.4.2

Toggle 0.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix resolution of SwiftSyntax 600 (#23) * Fix SwiftSyntax 600 resolution * preserve original semantics