-
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
Windows scripts do not delegate to MainGenericRunner #15220
Comments
@bishabosha I saw your changes to . |
@bishabosha With PR 15275 (backport to the 3.1.3 branch) this issue now affects both upcoming 3.1 and 3.2 releases. |
@michelou do you have time to work on this? or would you like some help? |
@bishabosha Work is in progress. Two remarks regarding the changes :
Do you know what are the release deadlines for 3.1.3 and 3.2.0-RC1 ? |
3.1.3-RC4 was released to Maven Central earlier today: https://repo1.maven.org/maven2/org/scala-lang/scala3-compiler_3/3.1.3-RC4/ see #15282 |
As of now, the date is June 1st. |
Fixed via #15325 |
if we want a unified experience across platforms then the windows batch scripts should replicate the bash scripts for other platforms, i.e. delegate to the
MainGenericRunner
i.e. see how https://github.com/lampepfl/dotty/blob/main/dist/bin/scala does minimal preprocessing of the arguments before delegating to the class
dotty.tools.MainGenericRunner
@michelou I have assigned you since you made the original scripts, but feel free let us know if you do not want to.
The text was updated successfully, but these errors were encountered: