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
Activating the scalac option -Xfatal-warnings which stops compilation when there is a warning works for the test and compilephases.
However, for scalaDocgeneration phase it fails because it seems that Antlr generates some code that doesn't pass ScalaDoc.
In order to publish the library, we deactivated the -Xfatal-warnings option, but it is a hack and it would be better to either repair the problem with Scaladoc generation warnings or deactivate that option only for the scalaDoc generation phase.
The text was updated successfully, but these errors were encountered:
Activating the scalac option
-Xfatal-warnings
which stops compilation when there is a warning works for thetest
andcompile
phases.However, for
scalaDoc
generation phase it fails because it seems that Antlr generates some code that doesn't pass ScalaDoc.In order to publish the library, we deactivated the
-Xfatal-warnings
option, but it is a hack and it would be better to either repair the problem with Scaladoc generation warnings or deactivate that option only for the scalaDoc generation phase.The text was updated successfully, but these errors were encountered: