bug
bug copied to clipboard
REPL reports deprecated options endlessly
$ scala -nc
Welcome to Scala 2.13.0 (OpenJDK 64-Bit Server VM, Java 11.0.3).
Type in expressions for evaluation. Or try :help.
scala> 42
warning: -nc is deprecated: scripts use cold compilation by default; use -Yscriptrunner for custom behavior
res0: Int = 42
scala> 27
warning: -nc is deprecated: scripts use cold compilation by default; use -Yscriptrunner for custom behavior
res1: Int = 27