Closed
Description
Compiler version
3.0.0 and 3.0.1-RC2
Minimized code and output
The repl cannot be started with a -cp
argument.
In 3.0.0 using the .zip from the release on Ubuntu:
$ scala -cp "some.jar"
warning: command option is not correct.
In 3.0.1-RC2 instead of a warning, the -help
output is printed.
Expectation
- Should start the repl with "some.jar" on claspath.
- Should work as in Scala 2.
Undocumented workaround:
$ scala -cp "some.jar" -repl