File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
plugin/src/main/scala/plugin Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ commands += DFHDLCommands.docExamplesRefUpdate
55
66// format: off
77val projectName = " dfhdl"
8- val compilerVersion = " 3.7.3 "
8+ val compilerVersion = " 3.7.4-RC1 "
99
1010inThisBuild(
1111 List (
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ class TopAnnotPhase(setting: Setting) extends CommonPhase:
137137 mkList(paramVDs.map(vd =>
138138 Literal (Constant (vd.symbol.docString.getOrElse(" " )))
139139 ))
140- val Werror = Literal (Constant (ctx.settings.XfatalWarnings .value))
140+ val Werror = Literal (Constant (ctx.settings.Werror .value))
141141 val hasResourceOwnerTree =
142142 Literal (Constant (clsSym.hasNestedMemberCond(_ <:< resourceOwnerTpe)))
143143 def portCond (tpe : Type ): Boolean =
You can’t perform that action at this time.
0 commit comments