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

Conversation

eed3si9n
Copy link
Member

@eed3si9n eed3si9n commented Apr 21, 2024

Ref #1351

Problem

Scala 3.x and 2.13.x have seceded their compiler brides from this sbt/zinc 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.

**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 eed3si9n merged commit e902ec9 into sbt:develop Apr 22, 2024
8 checks passed
@eed3si9n eed3si9n deleted the wip/bridges branch April 22, 2024 04:21
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.

None yet

1 participant