WarningMessages

scala.build.internal.util.WarningMessages$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def experimentalConfigKeyUsed(name: String): String
def experimentalDirectiveUsed(name: String): String
def experimentalOptionUsed(name: String): String
def experimentalSubcommandUsed(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