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

Support swift-syntax from 600.0.0-latest #39

Merged
merged 3 commits into from
Jul 12, 2024
Merged

Support swift-syntax from 600.0.0-latest #39

merged 3 commits into from
Jul 12, 2024

Conversation

gohanlon
Copy link
Owner

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

- 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
- 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
- AttributeRemover600 is vendored from SwiftSyntax
- Conditionally use AttributeRemover600 or AttributeRemover509
@gohanlon gohanlon self-assigned this Jul 12, 2024
@gohanlon gohanlon merged commit 1edc42e into main Jul 12, 2024
8 checks passed
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 participant