File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed
scaladoc/src/dotty/tools/scaladoc Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 55source $( dirname $0 ) /cmdTestsCommon.inc.sh
66
77# check that benchmarks can run
8- # "$SBT" "scala3-bench/jmh:run 1 1 tests/pos/alias.scala"
9- # # The above is here as it relies on the bootstrapped library.
10- # "$SBT" "scala3-bench-bootstrapped/jmh:run 1 1 tests/pos/alias.scala"
11- # "$SBT" "scala3-bench-bootstrapped/jmh:run 1 1 -with-compiler compiler/src/dotty/tools/dotc/core/Types.scala"
8+ " $SBT " " scala3-bench/jmh:run 1 1 tests/pos/alias.scala"
9+ # The above is here as it relies on the bootstrapped library.
10+ " $SBT " " scala3-bench-bootstrapped/jmh:run 1 1 tests/pos/alias.scala"
11+ " $SBT " " scala3-bench-bootstrapped/jmh:run 1 1 -with-compiler compiler/src/dotty/tools/dotc/core/Types.scala"
1212
13- # echo "testing scala.quoted.Expr.run from sbt scala"
14- # "$SBT" ";scala3-compiler-bootstrapped/scalac -with-compiler tests/run-staging/quote-run.scala; scala3-compiler-bootstrapped/scala -with-compiler Test" > "$tmp"
15- # grep -qe "val a: scala.Int = 3" "$tmp"
13+ echo " testing scala.quoted.Expr.run from sbt scala"
14+ " $SBT " " ;scala3-compiler-bootstrapped/scalac -with-compiler tests/run-staging/quote-run.scala; scala3-compiler-bootstrapped/scala -with-compiler Test" > " $tmp "
15+ grep -qe " val a: scala.Int = 3" " $tmp "
1616
1717
1818# setup for `scalac`/`scala` script tests
19- # "$SBT" dist/pack
19+ " $SBT " dist/pack
2020
2121# check that `scalac` compiles and `scala` runs it
2222echo " testing ./bin/scalac and ./bin/scala"
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ object ScaladocArgs:
106106 )
107107
108108 def defaultDest (): File =
109- report.error(" Destenation is missing , please provide '-d' parameter pointing to directory here docs should be created" )
109+ report.error(" Destination is not provided , please provide '-d' parameter pointing to directory where docs should be created" )
110110 File (" output" )
111111
112112 val parseSyntax = syntax.nonDefault.fold(CommentSyntax .default){ str =>
You can’t perform that action at this time.
0 commit comments