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 because scalatest uses scala-xml and we compiled that without
explicit nulls. Ideally we would use flexible types on Scala code
compiled without explicit nulls, in addition to on Java-defined code.
Then it might be feasible to port scalatest to explicit nulls.
Copy file name to clipboardExpand all lines: community-build/src/scala/dotty/communitybuild/projects.scala
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -291,7 +291,8 @@ object projects:
291
291
// Problem parsing scalatest.dotty/target/scala-3.0.0-M2/src_managed/main/org/scalatest/concurrent/ConductorFixture.scala:[602..624..3843], documentation may not be generated.
0 commit comments