sbt / zinc

Scala incremental compiler library, used by sbt and other build tools
Apache License 2.0
333 stars 118 forks source link

Fix mixed compilation to jar #1377

Closed adpi2 closed 1 month ago

adpi2 commented 1 month ago

This PR is a backport of #1368 and #1376

adpi2 commented 1 month ago

It seems the scripted tests of compilation to JAR was automated by bin/run-ci-scripted-to-jar.sh in https://github.com/sbt/zinc/pull/597 but then it disappeared in https://github.com/sbt/zinc/pull/795, probably because of the migration from Drone to Travis CI.

Enabling that again, it fails with too many errors. I should try to fix those but I'll do it in another PR.