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
valYinstrument:Setting[Boolean] =BooleanSetting(ForkSetting, "Yinstrument", "Add instrumentation code that counts allocations and closure creations.")
467
467
valYinstrumentDefs:Setting[Boolean] =BooleanSetting(ForkSetting, "Yinstrument-defs", "Add instrumentation code that counts method calls; needs -Yinstrument to be set, too.")
468
+
valYimplicitToGiven:Setting[Boolean] =BooleanSetting(ForkSetting, "Yimplicit-to-given", "Allows to rewrite the implicit keywords to their scala-3 given counterparts. Does not adjust imports. Use in conjunction with --rewrite.")
468
469
469
470
// Deprecated: lifted from -Y to -X
470
471
@deprecated(message ="Lifted to -X, Scheduled for removal.", since ="3.5.0")
0 commit comments