Skip to content

Commit 52bf33e

Browse files
committed
Add note on future steps to take
1 parent 64ea359 commit 52bf33e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

project/Build.scala

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -984,9 +984,13 @@ object Build {
984984
settings(commonStdlibBootstrappedSettings).
985985
settings(
986986
scalacOptions += "-Yscala2-stdlib",
987-
Compile/scalacOptions ++= {
987+
Compile / scalacOptions ++= {
988988
Seq("-sourcepath", ((Compile/sourceManaged).value / "scala-library-src").toString)
989989
},
990+
// TODO package only TASTy files.
991+
// We first need to check that a project can depend on a JAR that only contains TASTy files.
992+
// Compile / exportJars := true,
993+
// Compile / packageBin / mappings ~= { _.filter(_._2.endsWith(".tasty")) },
990994
mimaCheckDirection := "both",
991995
mimaBackwardIssueFilters := MiMaFilters.StdlibBootstrappedBackwards,
992996
mimaForwardIssueFilters := MiMaFilters.StdlibBootstrappedForward,

0 commit comments

Comments
 (0)