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:
26
26
27
27
scripts :
28
28
dotty :
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)
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)
30
30
31
31
re2s :
32
- - measure $(find $PROG_HOME/tests/re2s/src -name *.scala)
32
+ - measure -Ysafe-init $(find $PROG_HOME/tests/re2s/src -name *.scala)
33
33
34
34
# scalapb:
35
35
# - source $PROG_HOME/dotty/bench/scripts/scalapb
Original file line number Diff line number Diff line change 2
2
3
3
path=$(cs fetch -p org.scala-lang:scala-compiler:2.13.0)
4
4
5
- measure -source 3.0-migration -classpath "$path" $(find $PROG_HOME/dotty/community-build/community-projects/scalap/src/scalap -name "*.scala")
5
+ measure -source 3.0-migration -classpath "$path" -Ysafe-init $(find $PROG_HOME/dotty/community-build/community-projects/scalap/src/scalap -name "*.scala")
Original file line number Diff line number Diff line change 3
3
pattern="! -name AnyVal.scala ! -name language.scala -name *.scala -o -name *.java"
4
4
stdlib213=$(find $PROG_HOME/dotty/community-build/community-projects/stdLib213/src/library/scala $pattern)
5
5
cd $PROG_HOME/dotty
6
- measure -language:implicitConversions $stdlib213
6
+ measure -language:implicitConversions -Ysafe-init $stdlib213
7
7
You can’t perform that action at this time.
0 commit comments