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:
- standardscalasettings (for basic flags)
- scalasettings (for advanced flags)
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
Post a Comment