scalac - How can I find a description of scala compiler flags/options? -


how can find of flags latest scalac version? after googling hours have found outdated docs. (for example, don't mention "-feature" flag).

is there way obtain list of compiler flags descriptions scalac, or else?

the closest have been able find relevant source files compiler. unfortunately options spread among several files. of writing, breaks down so:

these of course current development version of compiler, if want options specific version of scalac, you'll need use "branch" drop-down menu view correct version tag.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -