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: sbt-test/pipelining/Yjava-tasty-enum/build.sbt
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -17,3 +17,15 @@ lazy val b = project.in(file("b"))
17
17
fork :=true, // we have to fork the JVM if we actually want to run the code with correct failure semantics
18
18
Runtime/ unmanagedClasspath +=Attributed.blank((ThisBuild/ baseDirectory).value /"a-enum-classes"), // make sure the java classes are visible at runtime
19
19
)
20
+
21
+
// same as b, but adds the real classes to the classpath instead of the tasty jar
fork :=true, // we have to fork the JVM if we actually want to run the code with correct failure semantics
30
+
Runtime/ unmanagedClasspath +=Attributed.blank((ThisBuild/ baseDirectory).value /"a-enum-classes"), // make sure the java classes are visible at runtime
Copy file name to clipboardExpand all lines: sbt-test/pipelining/Yjava-tasty-generic/build.sbt
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -15,3 +15,15 @@ lazy val b = project.in(file("b"))
15
15
fork :=true, // we have to fork the JVM if we actually want to run the code with correct failure semantics
16
16
Runtime/ unmanagedClasspath +=Attributed.blank((ThisBuild/ baseDirectory).value /"a-generic-classes"), // make sure the java classes are visible at runtime
17
17
)
18
+
19
+
// same as b, but adds the real classes to the classpath instead of the tasty jar
fork :=true, // we have to fork the JVM if we actually want to run the code with correct failure semantics
28
+
Runtime/ unmanagedClasspath +=Attributed.blank((ThisBuild/ baseDirectory).value /"a-generic-classes"), // make sure the java classes are visible at runtime
Copy file name to clipboardExpand all lines: sbt-test/pipelining/Yjava-tasty-result-types/build.sbt
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -15,3 +15,15 @@ lazy val b = project.in(file("b"))
15
15
fork :=true, // we have to fork the JVM if we actually want to run the code with correct failure semantics
16
16
Runtime/ unmanagedClasspath +=Attributed.blank((ThisBuild/ baseDirectory).value /"a-result-types-classes"), // make sure the java classes are visible at runtime
17
17
)
18
+
19
+
// same as b, but adds the real classes to the classpath instead of the tasty jar
fork :=true, // we have to fork the JVM if we actually want to run the code with correct failure semantics
28
+
Runtime/ unmanagedClasspath +=Attributed.blank((ThisBuild/ baseDirectory).value /"a-result-types-classes"), // make sure the java classes are visible at runtime
0 commit comments