File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ charts:
2626
2727scripts :
2828 dotty :
29- - measure -feature -deprecation -unchecked -Xfatal-warnings -encoding UTF8 -language:implicitConversions -Yexplicit-nulls -Ysafe-init - with-compiler $(find $PROG_HOME/dotty/compiler/src/dotty -name *.scala -o -name *.java)
29+ - measure -feature -deprecation -unchecked -Xfatal-warnings -encoding UTF8 -language:implicitConversions -Yexplicit-nulls -with-compiler $(find $PROG_HOME/dotty/compiler/src/dotty -name *.scala -o -name *.java)
3030
3131 re2s :
32- - measure -Ysafe-init $(find $PROG_HOME/tests/re2s/src -name *.scala)
32+ - measure $(find $PROG_HOME/tests/re2s/src -name *.scala)
3333
3434 # scalapb:
3535 # - source $PROG_HOME/dotty/bench/scripts/scalapb
Original file line number Diff line number Diff line change 22
33path=$(cs fetch -p org.scala-lang:scala-compiler:2.13.0)
44
5- measure -source 3.0-migration -classpath "$path" -Ysafe-init $(find $PROG_HOME/dotty/community-build/community-projects/scalap/src/scalap -name "*.scala")
5+ measure -source 3.0-migration -classpath "$path" $(find $PROG_HOME/dotty/community-build/community-projects/scalap/src/scalap -name "*.scala")
Original file line number Diff line number Diff line change 33pattern="! -name AnyVal.scala ! -name language.scala -name *.scala -o -name *.java"
44stdlib213=$(find $PROG_HOME/dotty/community-build/community-projects/stdLib213/src/library/scala $pattern)
55cd $PROG_HOME/dotty
6- measure -language:implicitConversions -Ysafe-init $stdlib213
6+ measure -language:implicitConversions $stdlib213
77
You can’t perform that action at this time.
0 commit comments