SI-10130 Ignore extra parse warnings#5647
Merged
adriaanm merged 1 commit intoscala:2.12.xfrom Feb 8, 2017
Merged
Conversation
Don't emit warnings when parsing to test for complete input. The warnings will show up in the templated code.
Contributor
Author
|
Thanks! I guess I won't be able to push the PR queue into triple digits after all. I tried. |
Contributor
|
It's not too late! However, we are back from our Canadian exile and slowly (glacierly?) getting over the 20/1 hangover... |
Contributor
Author
|
I only proposed PRs that can be reviewed while seeing double, because your job is hard enough already. |
Contributor
|
Appreciated on all four counts.
…On Tue, Feb 7, 2017 at 21:02 som-snytt ***@***.***> wrote:
I only proposed PRs that can be reviewed while seeing double, because your
job is hard enough already.
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#5647 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAFjy3_xkmdC0gj9MmVMMCZvjBw4yQtPks5raUxdgaJpZM4LlVYe>
.
|
eed3si9n
added a commit
to eed3si9n/scala
that referenced
this pull request
Nov 27, 2018
In scala#6325 Seth reported that procedure syntax deprecation warnings are not displayed on REPL. This is because warnings were filtered out by `withoutWarnings` in scala#5647 to fix scala/bug#10130. On 2.13.x, it seems to work ok without the `withoutWarnings` filter during parse.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Don't emit warnings when parsing to test for
complete input. The warnings will show up
in the templated code.