Skip to content

Accept -cp alias in bin/scala #11366

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

Merged
merged 1 commit into from
Feb 12, 2021
Merged

Accept -cp alias in bin/scala #11366

merged 1 commit into from
Feb 12, 2021

Conversation

retronym
Copy link
Member

@retronym retronym commented Feb 10, 2021

Not doing so passes it through to java, which does accept it as
an alias for -classpath, overwriting the classpath containing
the standard library.

Fixes #8095

Not doing so passes it through to `java`, which does accept it as
an alias for -classpath, overwriting the classpath containing
the standard library.
@michelou
Copy link
Contributor

Not doing so passes it through to java, which does accept it as
an alias for -classpath, overwriting the classpath containing
the standard library.

Fixes #8095

@retronym Your addition is very welcome !

PS. My batch file scala.bat supports it since Dotty 0.19 🥳

Copy link
Contributor

@liufengyun liufengyun left a comment

Choose a reason for hiding this comment

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

LGTM

@liufengyun liufengyun merged commit e606046 into scala:master Feb 12, 2021
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.

REPL runner command line options weakly parsed
3 participants