Towards Scala 3 support.#18003
Towards Scala 3 support.#18003dubinsky wants to merge 1 commit intogradle:masterfrom dubinsky:Scala3
Conversation
|
are this and #18001 independent efforts? |
Yes, they are. |
There was a problem hiding this comment.
Eclipse will not currently work anyway :/ so no need to update this.
Signed-off-by: Leonid Dubinsky <dub@podval.org>
|
The main goal of this pull request - support for Scala 3 - was not achieved: some classpath manipulations are needed, as demonstrated by #18001, which does makes Scala 3 work. This pull request also attempts to update Zinc to the latest version. This turned out to be:
Clean-up of the Scala-library-version-recognizing code in the Scala plugin might get its own follow-up pull request (again, as suggested by @tgodzik in #18001 (comment)), but this change is less pressing and thus is less likely to happen :) For the above reasons, this pull request is not relevant. Closing. |
Fixes #16527, #15491
Context
Contributor Checklist
<subproject>/src/integTest) to verify changes from a user perspective<subproject>/src/test) to verify logic./gradlew sanityCheck./gradlew <changed-subproject>:quickTestGradle Core Team Checklist