How can I find a description of scala compiler flags/options?
Edit: Documentation for Scala Compiler Options has been posted. Most of us get by with scalac -help, scalac -X and scalac -Y. Don’t forget to scala -help, too. Edit: sbt user can do the usual: > set scalacOptions in Compile += “-X” > compile [snip] [info] -Xcheck-null Warn upon selection of nullable reference. [info] -Xcheckinit … Read more