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
Revert exploratory changes to default REPL wrappers
Revert "Enable magic imports unconditionally to survey test results"
This reverts commit b02f890.
Revert "Enable -Yrepl-class-based to survey test failures"
This reverts commit d64af1a.
valYmacroFresh=BooleanSetting ("-Ymacro-global-fresh-names", "Should fresh names in macros be unique across all compilation units")
238
238
valYreplsync=BooleanSetting ("-Yrepl-sync", "Do not use asynchronous code for repl startup")
239
239
valYreplclassbased=BooleanSetting ("-Yrepl-class-based", "Use classes to wrap REPL snippets instead of objects")
240
+
valYreplMagicImport=BooleanSetting ("-Yrepl-use-magic-imports", "In the code the wraps REPL snippes, use magic imports to rather than nesting wrapper object/classes")
240
241
valYreploutdir=StringSetting ("-Yrepl-outdir", "path", "Write repl-generated classfiles to given output directory (use \"\" to generate a temporary dir)" , "")
241
242
valYmethodInfer=BooleanSetting ("-Yinfer-argument-types", "Infer types for arguments of overridden methods.")
242
243
valYdisableFlatCpCaching=BooleanSetting ("-YdisableFlatCpCaching", "Do not cache flat classpath representation of classpath elements from jars across compiler instances.")
0 commit comments