You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Handle incorrect Scalac options and prevent printing ScalacWorker stacktraces (#1606)
* Improve handling of invalid settings passed to Scala compiler. Throw known exception instead of allowing to None.get (Scala3) or NullPointerException (Scala2)
* Prevent printing stack trace of ScalacInvoker on known compilation errors
* Run reporter.flush in Scala3
* Restore previous error messages
* Addi tests to ensure corect error message and no stack traces are shown
* Remove unused code from test_invalid_scalacopts.sh
* Print exception message only once. Previously printed in both e.getMessage and e.printStackTrace
* Ident with spaces instead of tabs
0 commit comments