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
Okey, there's no bug. I realized that it might be related to sbt version since we've made some changes in scalacOptions resolution for doc task. The problem is gone on sbt 1.5.3+ since from this version the -scalajs flag is passed to Scaladoc.
Compiler version
Newest master - c94b333
The bug occurs also on 3.1.0
Minimized code
Output
For command:
~/dotty/dist/target/pack/bin/scalac -scalajs -from-tasty target/scala-3.1.2-RC1-bin-SNAPSHOT/classes/Foo.tasty
Expectation
The same as for standard compilation which passes.
The text was updated successfully, but these errors were encountered: