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

Scala3: build with LTS, test Scala2 & Scala 3 against LTS & latest #1926

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

bjaglin
Copy link
Collaborator

@bjaglin bjaglin commented Feb 6, 2024

TODO: port something similar to https://github.com/scalacenter/scalafix.g8

val xsource3 = TargetAxis(sv, xsource3 = true)

(prevVersions :+ scala3FromScala2 :+ xsource3).map((sv, _))
}
} // :+ (scala3LTS, TargetAxis(scala3Latest))
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

until scalafix-core is published for 3, this is not really useful - leaving here as a note for #1680

@@ -7,7 +7,8 @@ import sbt._
object Dependencies {
val scala212 = sys.props.getOrElse("scala212.nightly", "2.12.18")
val scala213 = sys.props.getOrElse("scala213.nightly", "2.13.12")
val scala3 = sys.props.getOrElse("scala3.nightly", "3.4.0-RC2")
val scala3LTS = sys.props.getOrElse("scala3.nightly", "3.3.2-RC3")
Copy link
Collaborator Author

@bjaglin bjaglin Feb 6, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As expected, RemoveUnused tests red until 3.3.4, which should export unused warnings to semanticdb. Requires #1942.

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