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
This restores some code that got removed in
4d394f7 because I thought the bug was
fixed in sbt, but turns out it isn't. Without this commit, doing:
% sbt
> dotty-library-bootstrapped/compile
> exit
% sbt
> dotty-library-bootstrapped/compile
Caused dotty-library-bootstrapped to be compiled twice, because sbt
thinks the JDK has changed. This only happens in Java 8.
0 commit comments