issues
search
gohanlon
/
swift-memberwise-init-macro
Swift Macro for enhanced automatic inits.
MIT License
122
stars
8
forks
source link
Support swift-syntax from 600.0.0-latest
#39
Closed
gohanlon
closed
4 months ago
gohanlon
commented
4 months ago
Support swift-syntax from 600.0.0-latest
Update SwiftSyntax version range to include 600.0.0-latest
Add Makefile task to test multiple SwiftSyntax versions
Update CI workflow to also test against SwiftSyntax 600.0.0-latest
Update MacroTesting example tests
Incorporate ObservableMacro and related tests
Add DefaultFatalErrorImplementationMacro and tests
Introduce SwiftTestingTests to test Swift Testing, Swift's new native testing framework
Update existing macro examples for compatibility
Add AttributeRemover600 and conditional usage
AttributeRemover600 is vendored from SwiftSyntax
Conditionally use AttributeRemover600 or AttributeRemover509
Support swift-syntax from 600.0.0-latest
Update MacroTesting example tests
Add AttributeRemover600 and conditional usage