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 5
5
source $( dirname $0 ) /cmdTestsCommon.inc.sh
6
6
7
7
# 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"
12
12
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 "
16
16
17
17
18
18
# setup for `scalac`/`scala` script tests
19
- # "$SBT" dist/pack
19
+ " $SBT " dist/pack
20
20
21
21
# check that `scalac` compiles and `scala` runs it
22
22
echo " testing ./bin/scalac and ./bin/scala"
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ object ScaladocArgs:
106
106
)
107
107
108
108
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" )
110
110
File (" output" )
111
111
112
112
val parseSyntax = syntax.nonDefault.fold(CommentSyntax .default){ str =>
You can’t perform that action at this time.
0 commit comments