Skip to content
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

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
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
8 changes: 8 additions & 0 deletions _overviews/scala3-migration/options-new.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,14 @@ The current page only contains the options that were added in Scala 3.0.x.
| `-Vprofile-sorted-by:<column-name>` | Show metrics about sources and internal representations sorted by given column name. |
| `-Vprofile-details N` | Like -Vprofile, but also show metrics about sources and internal representations of the N most complex methods |

## Warning settings

| 3.3.x | description |
|-|-|
| `-Wunused:all` | Enable all warnings |
| `-Wnonunit-statement` | Warn when block statements are non-Unit expressions (added in 3.3.1) |


## Advanced settings

| 3.0.x | description |
Expand Down