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

Add Swift Macro Compatibility Check to CI #3406

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Sep 24, 2024

  1. Add Swift Macro Compatibility Check GitHub Action

    This PR adds a **Swift Macro Compatibility Check** GitHub Action to ensure that macro changes remain compatible across different versions of `swift-syntax`. The action automatically verifies compatibility with major `swift-syntax` versions (`509.0.0`, `510.0.0`, `600.0.0`), running builds and tests. It's also posible to turn on checking agains all versions of `swift-syntax`.
    
    #### Key Benefits:
    - **Automated Compatibility Checks**: No need to manually test changes across different `swift-syntax` versions—this is handled automatically in CI.
    - **Prevents Breakages**: Helps avoid accidentally committing changes that break older versions.
    Matejkob committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    09ae16e View commit details
    Browse the repository at this point in the history
  2. Use major versions only

    Matejkob committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    05f8a56 View commit details
    Browse the repository at this point in the history