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
"sbt compile" is supposed to only compile non-bootstrapped projects (so
we can rely on it working even if bootstrapping is broken while working
on the compiler for example), but scaladoc is a bootstrapped project and
it was part of the aggregate of the default project. Fixed by replacing
it with `scaladoc-nonBootstrapped`. To compile all bootstrapped projects
use `scala3-bootstrapped/compile` instead.
Also make sure the dist project uses the correct scaladoc depending on
whether it's bootstrapped or not.
0 commit comments