Skip to content

Commit 8175679

Browse files
committed
Remove postfixOps from dotty benchmark options
1 parent 30ce9a5 commit 8175679

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

bench/profiles/projects.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ charts:
2626

2727
scripts:
2828
dotty:
29-
- measure -feature -deprecation -unchecked -Xfatal-warnings -encoding UTF8 -language:existentials,higherKinds,implicitConversions,postfixOps -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:existentials,higherKinds,implicitConversions -Yexplicit-nulls -with-compiler $(find $PROG_HOME/dotty/compiler/src/dotty -name *.scala -o -name *.java)
3030

3131
re2s:
3232
- measure $(find $PROG_HOME/tests/re2s/src -name *.scala)

project/Build.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -770,6 +770,7 @@ object Build {
770770
)
771771
},
772772

773+
// Note: bench/profiles/projects.yml should be updated accordingly.
773774
Compile / scalacOptions ++= Seq("-Yexplicit-nulls"),
774775

775776
repl := (Compile / console).value,

0 commit comments

Comments
 (0)