When I execute sbt compile -feature in my Scala project, I get cryptic warnings:
The `-` command is deprecated in favor of `onFailure` and will be removed in 0.14.0
I do not know what the dash / minus command is or where it may be used. Finding it on google is impossible, as well as grepping code bases for it (there is only / so // many // dashes /).
If I knew where it is defined. I could not find anything in the Scala document.
scala sbt scalac
scravy
source share