Util
mill.internal.Util
object Util
Attributes
- Source
- Util.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Util.type
Members list
Value members
Concrete methods
Attributes
- Source
- Util.scala
Attributes
- Source
- Util.scala
def formatError0(path: Path, index: Int, message: String, exception: Seq[ExceptionInfo], tickerPrefix: String, highlight: String => String): String
Format an error message in dotty style with file location, code snippet, and pointer.
Format an error message in dotty style with file location, code snippet, and pointer.
Value parameters
- fileName
-
The file name or path to display
- index
-
The character index where the error occurred
- message
-
The error message to display
- text
-
The full text content of the file
Attributes
- Returns
-
A formatted error string with location, code snippet, pointer, and message
- Source
- Util.scala
Attributes
- Source
- Util.scala
Attributes
- Source
- Util.scala
Attributes
- Source
- Util.scala
Attributes
- Source
- Util.scala
Attributes
- Source
- Util.scala
Attributes
- Source
- Util.scala
Concrete fields
Attributes
- Source
- Util.scala
In this article