-
Notifications
You must be signed in to change notification settings - Fork 28.7k
[WIP][DO-NOT-MERGE] Test the -Yrepl-class-based changes #27681
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
Conversation
Could anyone tell me in which check tests like |
Jenkins test this please |
@dwijnand It should run all tests as the parent POM changed, including ReplSuite. |
Test build #118873 has finished for PR 27681 at commit
|
Could someone run Jenkins again, please? |
Jenkins, OK to test |
Is there another incantation to get it to run again? |
Jenkins test this please |
Test build #119091 has finished for PR 27681 at commit
|
Jenkins test this please |
1 similar comment
Jenkins test this please |
Jenkins add to whitelist |
Test build #119871 has finished for PR 27681 at commit
|
Too late to change any details on this now: https://github.com/scala/scala/releases/tag/v2.12.11 Let us know if you notice any impact from upgrading. |
Hi! This PR is to test the change to the scala compiler's
-Yrepl-class-based
option (which the Spark REPL uses) that landed in scala/scala#8712.I don't expect it to be merged. :)
I tested this locally with:
and that subset passed for me. I'm interested to see if those or any other tests fail in CI.