Skip to content

Fix #7644: silence debug warnings in REPL #8557

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
Mar 16, 2020

Conversation

liufengyun
Copy link
Contributor

Fix #7644: silence debug warnings in REPL

Otherwise, we will print the following debug info in the REPL, which should not be the default.

stale symbol; module class rs$line$1$#2503 in module class <empty>, defined in Period(1..4, run = 2), is referred to in run Period(1..1, run = 3)
stale symbol; class T#3334 in module class rs$line$1$, defined in Period(1..4, run = 2), is referred to in run Period(1..1, run = 3)

Otherwise, we will print the following in the REPL, which should not be the default.

stale symbol; module class rs$line$1$scala#2503 in module class <empty>, defined in Period(1..4, run = 2), is referred to in run Period(1..1, run = 3)
stale symbol; class T#3334 in module class rs$line$1$, defined in Period(1..4, run = 2), is referred to in run Period(1..1, run = 3)
@liufengyun liufengyun requested a review from smarter March 16, 2020 20:20
@liufengyun liufengyun merged commit 6948038 into scala:master Mar 16, 2020
@liufengyun liufengyun deleted the fix-7644 branch March 16, 2020 20:43
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 crash with Eql
2 participants