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
Run now interprets correctly
-YstopBefore
-YstopAfter
-Yskip
-Tprint
phase settings. For now, we stop by default before
erasure, until erasure is fully debugged.
Copy file name to clipboardExpand all lines: src/dotty/tools/dotc/config/ScalaSettings.scala
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -125,12 +125,12 @@ class ScalaSettings extends Settings.SettingGroup {
125
125
valXshowtreesStringified=BooleanSetting("-Yshow-trees-stringified", "(Requires -Xprint:) Print stringifications along with detailed ASTs.")
126
126
valYshowsyms=BooleanSetting("-Yshow-syms", "Print the AST symbol hierarchy after each phase.")
127
127
valYshowsymkinds=BooleanSetting("-Yshow-symkinds", "Print abbreviated symbol kinds next to symbol names.")
128
-
valskip=PhasesSetting("-Yskip", "Skip")
128
+
valYskip=PhasesSetting("-Yskip", "Skip")
129
129
valYgenjavap=StringSetting("-Ygen-javap", "dir", "Generate a parallel output directory of .javap files.", "")
130
130
valYdumpclasses=StringSetting("-Ydump-classes", "dir", "Dump the generated bytecode to .class files (useful for reflective compilation that utilizes in-memory classloaders).", "")
131
131
valYnosqueeze=BooleanSetting("-Yno-squeeze", "Disable creation of compact code in matching.")
0 commit comments