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
There is now a fix in scalac for the aforementioned bug: scala/scala#5956 The culprit turned out to be findClass which is used by the sbt scalac bridge. Since the sbt dotty bridge does not use findClass, it is likely that we are not affected by this regression after all, but we should still port the classpath implementation changes.
scala/bug#10289 should affect us too now that we've update our classpath implementation (#2191).
The text was updated successfully, but these errors were encountered: