mill.bsp.worker

package mill.bsp.worker

Members list

Type members

Classlikes

Used to handle edge cases for specific BSP clients.

Used to handle edge cases for specific BSP clients.

Attributes

Source
BspClientType.scala
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
class BspEvaluators(workspaceDir: Path, val evaluators: Seq[EvaluatorApi], debug: (() => String) => Unit, val watched: Seq[Watchable])

Attributes

Source
BspEvaluators.scala
Supertypes
class Object
trait Matchable
class Any
object BspWorkerImpl

Attributes

Source
BspWorkerImpl.scala
Supertypes
class Object
trait Matchable
class Any
Self type
class SyntheticRootBspBuildTargetData(topLevelProjectRoot: Path)

Synthesised BspBuildTarget to handle exclusions. Intellij-Bsp doesn't provide a way to exclude files outside of module,so if there is no module having content root of topLevelProjectRoot, SyntheticRootBspBuildTargetData will be created

Synthesised BspBuildTarget to handle exclusions. Intellij-Bsp doesn't provide a way to exclude files outside of module,so if there is no module having content root of topLevelProjectRoot, SyntheticRootBspBuildTargetData will be created

Attributes

Companion
object
Source
SyntheticRootBspBuildTargetData.scala
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
class
Source
SyntheticRootBspBuildTargetData.scala
Supertypes
class Object
trait Matchable
class Any
Self type
case class TestException(stackTrace: String, message: String, exClass: String)

Attributes

Source
BspTestReporter.scala
Supertypes
trait Serializable
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Utils

Attributes

Source
Utils.scala
Supertypes
class Object
trait Matchable
class Any
Self type
Utils.type