bug icon indicating copy to clipboard operation
bug copied to clipboard

REPL reports deprecated options endlessly

Open som-snytt opened this issue 6 years ago • 0 comments

$ 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

som-snytt avatar Aug 27 '19 16:08 som-snytt