-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Bump scala-cli to 1.4.0 #20859
Bump scala-cli to 1.4.0 #20859
Conversation
/** Version of Scala CLI to download (on Windows - last known validated version) */ | ||
val scalaCliLauncherVersionWindows = "1.3.2" | ||
val scalaCliLauncherVersionWindows = "1.4.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since this is brand new, we should come up with the procedure when updating scala-cli
. 1.4.0 was just released yesterday and is not validated by windows... but it is a change in minor and it is weird to have different scala-cli
versions for the same scala release...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The point of this windows cli version is that we don't update it, the real Scala-cli version is passed as a command line flag
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know but it weird to have different minor versions across different platforms for the same release of scala
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Normally, we should keep it until 1.4.0 is at least 30 days old.
However, might still be tempting to get this in to have the fix from VirtusLab/scala-cli#2957...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
but the decision was made
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I know.
Let's hold our horses until we decide on a timeline for this.
While bumping Scala CLI v1.4.0, we might want to pass the |
Backports #20859 to Scala 3.5.0-RC3
No description provided.