File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ classpathArgs () {
61
61
toolchain+=" $SBT_INTF$PSEP "
62
62
toolchain+=" $DOTTY_INTF$PSEP "
63
63
toolchain+=" $DOTTY_COMP$PSEP "
64
+ toolchain+=" $DOTTY_STAGING$PSEP "
64
65
65
66
# jine
66
67
toolchain+=" $JLINE_READER$PSEP "
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ ST4_LIB=$(find_lib "*ST4*")
76
76
# Set jsoup dep:
77
77
JSOUP_LIB=$( find_lib " *jsoup*" )
78
78
79
- CLASS_PATH=" $DOTTY_LIB$PSEP$DOTTY_COMP$PSEP$DOTTY_DOC_LIB$PSEP$DOTTY_INTF$PSEP$SBT_INTF "
79
+ CLASS_PATH=" $DOTTY_LIB$PSEP$DOTTY_COMP$PSEP$DOTTY_DOC_LIB$PSEP$DOTTY_INTF$PSEP$SBT_INTF$PSEP$DOTTY_STAGING "
80
80
CLASS_PATH=" $CLASS_PATH$PSEP$SCALA_LIB "
81
81
CLASS_PATH=" $CLASS_PATH$PSEP$FLEXMARK_LIBS "
82
82
CLASS_PATH=" $CLASS_PATH$PSEP$JACKSON_LIBS "
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ test "$EXPECTED_OUTPUT" = "$(cat "$tmp")"
27
27
clear_out " $OUT "
28
28
./bin/dotc tests/run-staging/i4044f.scala -d " $OUT "
29
29
./bin/dotr -classpath " $OUT " Test > " $tmp "
30
+ ./bin/dotd -project Staging -siteroot " $OUT " " tests/run-staging/i4044f.scala"
30
31
31
32
# check that `dotc -from-tasty` compiles and `dotr` runs it
32
33
echo " testing ./bin/dotc -from-tasty and dotr -classpath"
You can’t perform that action at this time.
0 commit comments