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
valYrangepos=BooleanSetting ("-Yrangepos", "Use range positions for syntax trees.")
167
167
valYmemberpos=StringSetting ("-Yshow-member-pos", "output style", "Show start and end positions of members", "") withPostSetHook (_ =>Yrangepos.value =true)
168
168
valYreifycopypaste=BooleanSetting ("-Yreify-copypaste", "Dump the reified trees in copypasteable representation.")
169
+
valYmacronoexpand=BooleanSetting ("-Ymacro-no-expand", "Don't expand macros. Might be useful for scaladoc and presentation compiler, but will crash anything which uses macros and gets past typer.")
169
170
valYreplsync=BooleanSetting ("-Yrepl-sync", "Do not use asynchronous code for repl startup")
170
171
valYreploutdir=StringSetting ("-Yrepl-outdir", "path", "Write repl-generated classfiles to given output directory (use \"\" to generate a temporary dir)" , "")
171
172
valYmethodInfer=BooleanSetting ("-Yinfer-argument-types", "Infer types for arguments of overriden methods.")
0 commit comments