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 is summary bug report that covers #12215 and #11943. The reason of failures while documenting these projects is that Scaladoc tries to compile TASTY files but doesn't set -scalajs flag which seems to be mandatory while compiling JS projects.
This is summary bug report that covers #12215 and #11943. The reason of failures while documenting these projects is that Scaladoc tries to compile TASTY files but doesn't set
-scalajs
flag which seems to be mandatory while compiling JS projects.There was a test made by me:
.tasty
filesbt doc
this source <- Compilation error.tasty
file withscalac
with set-scalajs
and with scalajs library on classpath <- Compilation successThe text was updated successfully, but these errors were encountered: