File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ charts:
26
26
27
27
scripts :
28
28
dotty :
29
- - measure -- -with-compiler $ $ (find $PROG_HOME/dotty/compiler/src/dotty -name *.scala -o -name *.java)
29
+ - measure -- -with-compiler $(find $PROG_HOME/dotty/compiler/src/dotty -name *.scala -o -name *.java)
30
30
31
31
re2s :
32
32
- measure -- $(find $PROG_HOME/tests/re2s/src -name *.scala)
Original file line number Diff line number Diff line change 9
9
10
10
scripts :
11
11
dotty-sbt :
12
- - measure -- -with-compiler $ -Yforce-sbt-phases -with-dotty $(find $PROG_HOME/dotty/compiler/src/dotty -name *.scala -o -name *.java)
12
+ - measure -- -with-compiler -Yforce-sbt-phases -with-dotty $(find $PROG_HOME/dotty/compiler/src/dotty -name *.scala -o -name *.java)
13
13
14
14
config :
15
15
pr_base_url : " https://github.com/lampepfl/dotty/pull/"
You can’t perform that action at this time.
0 commit comments