Skip to content

Commit 888ac94

Browse files
committed
Ignore docs for now, fix typos
1 parent c664d34 commit 888ac94

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed
Submodule geny updated 1 file
Submodule upickle updated 1 file

project/scripts/bootstrapCmdTests

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@ set -e
55
source $(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
2222
echo "testing ./bin/scalac and ./bin/scala"

scaladoc/src/dotty/tools/scaladoc/ScaladocArgs.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 =>

0 commit comments

Comments
 (0)