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: community-build/src/scala/dotty/communitybuild/projects.scala
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -503,7 +503,7 @@ object projects:
503
503
project ="verify",
504
504
sbtTestCommand ="verifyJVM/test",
505
505
sbtDocCommand ="verifyJVM/doc",
506
-
scalacOptions =SbtCommunityProject.scalacOptions.filter(flag !="-Xcheck-macros"&& flag !="-Xlint") // TODO enable -Xcheck-macros, wrong flag -Xlint
506
+
scalacOptions =SbtCommunityProject.scalacOptions.filter(flag => flag !="-Xcheck-macros"&& flag !="-Xlint") // TODO enable -Xcheck-macros, wrong flag -Xlint
valYnoExperimental:Setting[Boolean] =BooleanSetting(ForkSetting, "Yno-experimental", "Disable experimental language features by default in NIGHTLY/SNAPSHOT versions of the compiler.")
valYprofileDestination:Setting[String] =StringSetting(ForkSetting, "Yprofile-destination", "file", "Where to send profiling output - specify a file, default is to the console.", "")
@deprecated(message ="Lifted to -X, Scheduled for removal in 3.6.0", since ="3.5.0")
474
-
valYnoGenericSig:Setting[Boolean] =BooleanSetting(ForkSetting, "Yno-generic-signatures", "Suppress generation of generic signatures for Java.", deprecation =Some(Deprecation("Use -Xno-generic-signatures instead.", "-Xno-generic-signatures")))
473
+
valYnoGenericSig:Setting[Boolean] =BooleanSetting(ForkSetting, "Yno-generic-signatures", "Suppress generation of generic signatures for Java.", deprecation =Deprecation.renamed("-Xno-generic-signatures"))
475
474
@deprecated(message ="Lifted to -X, Scheduled for removal in 3.6.0", since ="3.5.0")
476
-
valYdumpclasses:Setting[String] =StringSetting(ForkSetting, "Ydump-classes", "dir", "Dump the generated bytecode to .class files (useful for reflective compilation that utilizes in-memory classloaders).", default ="", deprecation =Some(Deprecation("Use -Xdump-classes instead.", "-Xdump-classes")))
475
+
valYdumpclasses:Setting[String] =StringSetting(ForkSetting, "Ydump-classes", "dir", "Dump the generated bytecode to .class files (useful for reflective compilation that utilizes in-memory classloaders).", default ="", deprecation =Deprecation.renamed("-Xdump-classes"))
477
476
@deprecated(message ="Lifted to -X, Scheduled for removal in 3.6.0", since ="3.5.0")
478
-
valYjarCompressionLevel:Setting[Int] =IntChoiceSetting(ForkSetting, "Yjar-compression-level", "compression level to use when writing jar files", Deflater.DEFAULT_COMPRESSION to Deflater.BEST_COMPRESSION, Deflater.DEFAULT_COMPRESSION, deprecation =Some(Deprecation("Use -Xjar-compression-level instead.", "-Xjar-compression-level")))
477
+
valYjarCompressionLevel:Setting[Int] =IntChoiceSetting(ForkSetting, "Yjar-compression-level", "compression level to use when writing jar files", Deflater.DEFAULT_COMPRESSION to Deflater.BEST_COMPRESSION, Deflater.DEFAULT_COMPRESSION, deprecation =Deprecation.renamed("-Xjar-compression-level"))
479
478
@deprecated(message ="Lifted to -X, Scheduled for removal in 3.6.0", since ="3.5.0")
480
-
valYkindProjector:Setting[String] =ChoiceSetting(ForkSetting, "Ykind-projector", "[underscores, enable, disable]", "Allow `*` as type lambda placeholder to be compatible with kind projector. When invoked as -Ykind-projector:underscores will repurpose `_` to be a type parameter placeholder, this will disable usage of underscore as a wildcard.", List("disable", "", "underscores"), "disable", legacyArgs =true, deprecation =Some(Deprecation("Use -Xkind-projector instead.", "-Xkind-projector")))
479
+
valYkindProjector:Setting[String] =ChoiceSetting(ForkSetting, "Ykind-projector", "[underscores, enable, disable]", "Allow `*` as type lambda placeholder to be compatible with kind projector. When invoked as -Ykind-projector:underscores will repurpose `_` to be a type parameter placeholder, this will disable usage of underscore as a wildcard.", List("disable", "", "underscores"), "disable", legacyArgs =true, deprecation =Deprecation.renamed("-Xkind-projector"))
481
480
@deprecated(message ="Lifted to -X, Scheduled for removal in 3.6.0", since ="3.5.0")
valYreadComments:Setting[Boolean] =BooleanSetting(ForkSetting, "Yread-docs", "Read documentation from tasty.", deprecation =Deprecation.renamed("-Xread-docs"))
487
486
@deprecated(message ="Lifted to -X, Scheduled for removal in 3.6.0", since ="3.5.0")
488
-
valYnoDecodeStacktraces:Setting[Boolean] =BooleanSetting(ForkSetting, "Yno-decode-stacktraces", "Show raw StackOverflow stacktraces, instead of decoding them into triggering operations.", deprecation =Some(Deprecation("Use -Xno-decode-stacktraces instead.", "-Xno-decode-stacktraces")))
487
+
valYnoDecodeStacktraces:Setting[Boolean] =BooleanSetting(ForkSetting, "Yno-decode-stacktraces", "Show raw StackOverflow stacktraces, instead of decoding them into triggering operations.", deprecation =Deprecation.renamed("-Xno-decode-stacktraces"))
489
488
@deprecated(message ="Lifted to -X, Scheduled for removal in 3.6.0", since ="3.5.0")
490
-
valYnoEnrichErrorMessages:Setting[Boolean] =BooleanSetting(ForkSetting, "Yno-enrich-error-messages", "Show raw error messages, instead of enriching them with contextual information.", deprecation =Some(Deprecation("Use -Xno-enrich-error-messages instead.", "-Xno-enrich-error-messages")))
489
+
valYnoEnrichErrorMessages:Setting[Boolean] =BooleanSetting(ForkSetting, "Yno-enrich-error-messages", "Show raw error messages, instead of enriching them with contextual information.", deprecation =Deprecation.renamed("-Xno-enrich-error-messages"))
491
490
@deprecated(message ="Lifted to -X, Scheduled for removal in 3.6.0", since ="3.5.0")
492
-
valYdebugMacros:Setting[Boolean] =BooleanSetting(ForkSetting, "Ydebug-macros", "Show debug info when quote pattern match fails", deprecation =Some(Deprecation("Use -Xdebug-macros instead.", "-Xdebug-macros")))
491
+
valYdebugMacros:Setting[Boolean] =BooleanSetting(ForkSetting, "Ydebug-macros", "Show debug info when quote pattern match fails", deprecation =Deprecation.renamed("-Xdebug-macros"))
493
492
494
493
// @deprecated(message = "Lifted to -X, Scheduled for removal in 3.8.0", since = "3.7.0")
495
-
// val YjavaTasty: Setting[Boolean] = BooleanSetting(ForkSetting, "Yjava-tasty", "Pickler phase should compute TASTy for .java defined symbols for use by build tools", aliases = List("-Ypickle-java"), preferPrevious = true, deprecation = Some(Deprecation("Use -Xjava-tasty instead.", "-Xjava-tasty")))
494
+
// val YjavaTasty: Setting[Boolean] = BooleanSetting(ForkSetting, "Yjava-tasty", "Pickler phase should compute TASTy for .java defined symbols for use by build tools", aliases = List("-Ypickle-java"), preferPrevious = true, deprecation = Deprecation.lifted("-Xjava-tasty"))
496
495
// @deprecated(message = "Lifted to -X, Scheduled for removal in 3.8.0", since = "3.7.0")
497
-
// val YearlyTastyOutput: Setting[AbstractFile] = OutputSetting(ForkSetting, "Yearly-tasty-output", "directory|jar", "Destination to write generated .tasty files to for use in pipelined compilation.", NoAbstractFile, aliases = List("-Ypickle-write"), preferPrevious = true, deprecation = Some(Deprecation("Use -Xearly-tasty-output instead.", "-Xearly-tasty-output")))
496
+
// val YearlyTastyOutput: Setting[AbstractFile] = OutputSetting(ForkSetting, "Yearly-tasty-output", "directory|jar", "Destination to write generated .tasty files to for use in pipelined compilation.", NoAbstractFile, aliases = List("-Ypickle-write"), preferPrevious = true, deprecation = Deprecation.lifted("-Xearly-tasty-output"))
498
497
// @deprecated(message = "Lifted to -X, Scheduled for removal in 3.8.0", since = "3.7.0")
499
-
// val YallowOutlineFromTasty: Setting[Boolean] = BooleanSetting(ForkSetting, "Yallow-outline-from-tasty", "Allow outline TASTy to be loaded with the -from-tasty option.", deprecation = Some(Deprecation("Use -Xallow-outline-from-tasty instead.", "-Xallow-outline-from-tasty")))
498
+
// val YallowOutlineFromTasty: Setting[Boolean] = BooleanSetting(ForkSetting, "Yallow-outline-from-tasty", "Allow outline TASTy to be loaded with the -from-tasty option.", deprecation = Deprecation.lifted("-Xallow-outline-from-tasty"))
500
499
501
500
// Deprecated: lifted from -Y to -W
502
501
@deprecated(message ="Lifted to -W, Scheduled for removal in 3.6.0", since ="3.5.0")
valYcheckInit:Setting[Boolean] =BooleanSetting(ForkSetting, "Ysafe-init", "Ensure safe initialization of objects.", deprecation =Deprecation.renamed("-Wsafe-init"))
503
+
504
+
// Deprecated: Scheduled for removal
505
+
@deprecated(message ="Scheduled for removal in 3.6.0", since ="3.5.0")
506
+
valYoutputOnlyTasty:Setting[Boolean] =BooleanSetting(ForkSetting, "Youtput-only-tasty", "Used to only generate the TASTy file without the classfiles", deprecation =Deprecation.removed("3.6.0"))
0 commit comments