WarningMessages

scala.build.internal.util.WarningMessages

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def deprecatedToolkitLatest(updatedValue: String): String
def deprecatedWarning(old: String, `new`: String): String
def directivesInMultipleFilesWarning(projectFilePath: String, pathsToReport: Iterable[String]): String
def experimentalFeaturesUsed(namesAndFeatureTypes: Seq[(String, FeatureType)]): String
def experimentalSubcommandWarning(name: String): String
def mainAnnotationNotSupported(annotationIgnored: Boolean): String

Using @main is impossible in new scala.build.internal.ClassCodeWrapper since none of the definitions can be accessed statically, so those errors are swapped with this text

Using @main is impossible in new scala.build.internal.ClassCodeWrapper since none of the definitions can be accessed statically, so those errors are swapped with this text

Value parameters

annotationIgnored

will annotation be ignored (or will compilation fail)

Attributes

def powerCommandUsedInSip(commandName: String, specificationLevel: SpecificationLevel)(using ScalaCliInvokeData): String
def powerConfigKeyUsedInSip(key: Key[_])(using ScalaCliInvokeData): String
def powerDirectiveUsedInSip(directive: ScopedDirective, handler: DirectiveHandler[_])(using ScalaCliInvokeData): String
def powerOptionUsedInSip(optionName: String, specificationLevel: SpecificationLevel)(using ScalaCliInvokeData): String
def rawValueNotWrittenToPublishFile(rawValue: String, valueName: String, directiveName: String): String