8000 added Warning options to the list of scala3 compiler options by rssh · Pull Request #2959 · scala/docs.scala-lang · GitHub
[go: up one dir, main page]

Skip to content

added Warning options to the list of scala3 compiler options #2959

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update options-new.md
Deleted options which was present in 2.x
  • Loading branch information
rssh authored Mar 11, 2024
commit 77a850ada2ad0b06987fe775a28ebeb74e696bf7
7 changes: 0 additions & 7 deletions _overviews/scala3-migration/options-new.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,7 @@ The current page only contains the options that were added in Scala 3.0.x.

| 3.3.x | description |
|-|-|
| `-Wunused:imports` | Warn about unused imports |
| `-Wunused:privates` | Warn about unused private definitions |
| `-Wunused:locals` | Warn about unused local definitions |
| `-Wunused:explicits` | Warn about unused explicit parameters |
| `-Wunused:implicits` | Warn about unused implicit parameters |
| `-Wunused:params` | Warn about all unused parameters |
| `-Wunused:all` | Enable all warnings |
| `-Wvalue-discard` | Warn about discarding values |
| `-Wnonunit-statement` | Warn when block statements are non-Unit expressions (added in 3.3.1) |


Expand Down
0