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

Fix #12973: Add regression test #13343

Merged
merged 1 commit into from
Aug 25, 2021
Merged

Conversation

griggt
Copy link
Contributor

@griggt griggt commented Aug 20, 2021

Closes #12973

// Compiled and placed on the REPL classpath in the bootstrapCmdTests script
// to test that launching the REPL with `scala -cp <path>` works (issue #12973)
case class Bug12973():
def check = s"$productPrefix is fixed"
Copy link
Contributor

Choose a reason for hiding this comment

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

😄

@anatoliykmetyuk anatoliykmetyuk merged commit 9e06f24 into scala:master Aug 25, 2021
@griggt griggt deleted the fix-12973 branch August 25, 2021 16:39
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.

scala 3 repl does not work with -cp argument, needs -repl as workaround
3 participants