We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Scala version: 2.13.15
Under -Wnonunit-statement, for some if/else or blocks, warnings are presented "unsorted".
-Wnonunit-statement
if/else
javac/JavaParsers.scala:1029:13: unused value javac/JavaParsers.scala:1126:13: unused value javac/JavaParsers.scala:1106:17: unused value
In order would be more convenient.
It's probably due to traversal order, but I don't know why all such warnings aren't sorted by position.
For cascading errors, you want the underlying cause first.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Scala version: 2.13.15
Under
-Wnonunit-statement
, for someif/else
or blocks, warnings are presented "unsorted".Problem
In order would be more convenient.
It's probably due to traversal order, but I don't know why all such warnings aren't sorted by position.
For cascading errors, you want the underlying cause first.
The text was updated successfully, but these errors were encountered: