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
Problem:
The Scala 3.0.1 compiler includes bugs that are patched
in the 3.0.2-RC1 release. An example of this is the broken
Java APIs in JDK 11 for our `TimeLikeOps` classes because of
scala/scala3#13039.
Result / Solution:
Using the 3.0.2-RC1 release doesn't break any tests and our
projects compile fine. Let's update to this to make use of the bug
fixes until the 3.0.2 is officially released.
The new Dotty scaladoc requires network access due to a bug
scala/scala3#13272. For now let's
disable scaladoc for scala 3.
JIRA Issues: CSL-11235
Differential Revision: https://phabricator.twitter.biz/D720887
0 commit comments