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
Fix current working directory for building Dotty from cmdline wrappers
This fix running e.g. `dotc` in subdirectories of the dotty checkout when Dotty
needs rebuilding. Most of `bin/common` accounts for being run in a subdirectory,
but the call to sbt didn't.
0 commit comments