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 launchIDE in the Dotty build after the full bootstrap
- Make sure that when the `excludeFromIDE` sbt-dotty plugin setting is
on in a project, we don't try to run any non-trivial task in that
project.
- Add all non-bootstrapped projects to `excludeFromIDE`, we always want
to run the IDE with a bootstrapped compiler in the Dotty build. We did
not need to do this before the full bootstrap because the
non-bootstrapped projects were automatically excluded since they were
Scala 2 projects.
0 commit comments