Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Don't print `-Xprint-args ...` itself - Render a programattically added single output directory as -d. Zinc sets the output directory in this way. ``` scala> import scala.tools.nsc._; val g = new Global(new Settings); g.settings.outputDirs.setSingleOutput("/tmp"); g.settings.printArgs.value = "-"; val run = new g.Run(); run.compileSources(g.newSourceFile("") :: Nil) -d /tmp <console> import scala.tools.nsc._ ```
- Loading branch information