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
Copy file name to clipboardExpand all lines: community-build/src/scala/dotty/communitybuild/projects.scala
+8-9
Original file line number
Diff line number
Diff line change
@@ -362,7 +362,7 @@ object projects:
362
362
project ="shapeless-3",
363
363
sbtTestCommand ="testJVM; testJS",
364
364
sbtDocCommand = forceDoc("typeable", "deriving"),
365
-
scalacOptions ="-source"::"3.3"::SbtCommunityProject.scalacOptions.filter(!List("-Ysafe-init", "-Wsafe-init").contains), // due to -Xfatal-warnings
365
+
scalacOptions ="-source"::"3.3"::SbtCommunityProject.scalacOptions.filter(flag => flag !="-Ysafe-init"&& flag !="-Wsafe-init"), // due to -Xfatal-warnings
scalacOptions =SbtCommunityProject.scalacOptions.filter(!List("-Ysafe-init", "-Wsafe-init").contains) // disable -Ysafe-init or -Wsafe-init, due to -Xfatal-warning
544
-
543
+
scalacOptions =SbtCommunityProject.scalacOptions.filter(flag => flag !="-Ysafe-init"&& flag !="-Wsafe-init") // disable -Ysafe-init or -Wsafe-init, due to -Xfatal-warning
0 commit comments