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
Add default output directory scalac in dotty project
The previous default output directory when executing `scalac`, `run`,
`scala3-bootstrapped/scalac` and `scala3-bootstrapped/run` was
the root directory of the project. This could easily pollute the project
with `.class`/`.tasty` files. In some situations, these could be
mistakenly loaded by some of the projects or scripts.
Now when we execute `scalac` with no `-d` option set, we output
`./out/default-last-scalac-out.jar`. We also make `scala` and `run` use
that JAR by default in the classpath if no `-classpath` option is set.
0 commit comments