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
Creates a map of standard environment variables for interpolation in Mill config files. This includes PWD, PWD_URI, WORKSPACE, MILL_VERSION, and MILL_BIN_PLATFORM.
Creates a map of standard environment variables for interpolation in Mill config files. This includes PWD, PWD_URI, WORKSPACE, MILL_VERSION, and MILL_BIN_PLATFORM.
Attributes
- Source
- Util.scala
Attributes
- Source
- Util.scala
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
Parses a config value from the YAML header data. Returns the parsed value or a default on missing key. Throws on parse failure.
Parses a config value from the YAML header data. Returns the parsed value or a default on missing key. Throws on parse failure.
Attributes
- Source
- Util.scala
Attributes
- Source
- Util.scala
Attributes
- Source
- Util.scala
Reads a boolean flag from the root build.mill YAML header.
Attributes
- Source
- Util.scala
Concrete fields
Attributes
- Source
- Util.scala