You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: compiler/src/dotty/tools/dotc/config/ScalaSettings.scala
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -108,7 +108,7 @@ class ScalaSettings extends Settings.SettingGroup {
108
108
valYtraceContextCreation:Setting[Boolean] =BooleanSetting("-Ytrace-context-creation", "Store stack trace of context creations.")
109
109
valYshowSuppressedErrors:Setting[Boolean] =BooleanSetting("-Yshow-suppressed-errors", "Also show follow-on errors and warnings that are normally suppressed.")
110
110
valYdetailedStats:Setting[Boolean] =BooleanSetting("-Ydetailed-stats", "show detailed internal compiler stats (needs Stats.enabled to be set to true).")
111
-
valYheartbeat:Setting[Boolean] =BooleanSetting("-Ydetailed-stats", "show heartbeat stack trace of compiler operations (needs Stats.enabled to be set to true).")
111
+
valYheartbeat:Setting[Boolean] =BooleanSetting("-Yheartbeat", "show heartbeat stack trace of compiler operations (needs Stats.enabled to be set to true).")
112
112
valYprintPos:Setting[Boolean] =BooleanSetting("-Yprint-pos", "show tree positions.")
113
113
valYprintPosSyms:Setting[Boolean] =BooleanSetting("-Yprint-pos-syms", "show symbol definitions positions.")
114
114
valYnoDeepSubtypes:Setting[Boolean] =BooleanSetting("-Yno-deep-subtypes", "throw an exception on deep subtyping call stacks.")
0 commit comments