Scala3 -language
compiler option issues
#20083
Labels
area:settings
Issues tied to command line options & settings.
area:ux
Issues tied to user experience.
itype:enhancement
Milestone
First discussed on Scala Contributors
Compiler version
All Scala3 versions v3.0.0 through v3.4.1
Minimized code
The
-language
compiler option does not behave as expected:-language:help
does not provide available choices:(no available choices returned)
-language
with an incorrect choice does not fail compilation:(no errors reported, the file compiles successfully)
Expectation
The behavior should look similar to Scala2 compilers, e.g.:
The text was updated successfully, but these errors were encountered: