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

Incorporate Scala 3.3.1 binary bridge to scripted #1353

Merged
merged 2 commits into from
Apr 22, 2024

Commits on Apr 21, 2024

  1. Rename to compiler bridge

    eed3si9n committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    ae1ec3c View commit details
    Browse the repository at this point in the history
  2. Incorporate Scala 3 binary bridge to scripted

    **Problem**
    Scala 3.x and 2.13.x have seceded their compiler brides
    from this repository, which means that when we make
    changes to Zinc they will no longer be changed in sync.
    
    **Solution**
    1. As an awareness campaign this adds scripted test against
       Scala 3.3.1 compiler bridge. Same test fails for Scala 3.4.1.
    2. Also as a small quality of life improvement for Zinc
       maintainers, this implements "2.13.x" notation for
       Scala versions, so we don't have to constantly update the
       scripted tests when we update the Scala patch version.
    eed3si9n committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    46d2131 View commit details
    Browse the repository at this point in the history