mill.javalib.zinc
package mill.javalib.zinc
Members list
Type members
Classlikes
object PositionMapper
Attributes
- Source
- PositionMapper.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
PositionMapper.type
class RpcCompileProblemReporter(val maxErrors: Int, send: RpcCompileProblemReporterMessage => Unit) extends CompileProblemReporter
A CompileProblemReporter that sends problems to the Mill server over RPC.
A CompileProblemReporter that sends problems to the Mill server over RPC.
Attributes
- Source
- RpcCompileProblemReporter.scala
- Supertypes
trait ZincApi
Gives you API for the Zinc incremental compiler.
Gives you API for the Zinc incremental compiler.
Attributes
- Source
- ZincApi.scala
- Supertypes
-
class Objecttrait Matchableclass Any
final case class ZincDiagnosticCode(base: DiagnosticCode) extends DiagnosticCode
Attributes
- Source
- ZincDiagnosticCode.scala
- Supertypes
-
trait Serializabletrait Serializabletrait Producttrait Equalstrait DiagnosticCodeclass Objecttrait Matchableclass AnyShow all
class ZincProblem(base: Problem) extends Problem
Attributes
- Source
- ZincProblem.scala
- Supertypes
class ZincProblemPosition(base: Position) extends ProblemPosition
Attributes
- Companion
- object
- Source
- ZincProblemPosition.scala
- Supertypes
object ZincProblemPosition
Attributes
- Companion
- class
- Source
- ZincProblemPosition.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ZincProblemPosition.type
class ZincWorker(jobs: Int) extends AutoCloseable
Value parameters
- jobs
-
number of parallel jobs
Attributes
- Companion
- object
- Source
- ZincWorker.scala
- Supertypes
-
trait AutoCloseableclass Objecttrait Matchableclass Any
- Self type
object ZincWorker
Attributes
- Companion
- class
- Source
- ZincWorker.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ZincWorker.type
object ZincWorkerMain
Entry point for the Zinc worker subprocess.
Entry point for the Zinc worker subprocess.
Attributes
- Source
- ZincWorkerMain.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ZincWorkerMain.type
class ZincWorkerRpcServer(worker: ZincWorker, serverName: String, transport: MillRpcWireTransport, setIdle: SetIdle, writeToLocalLog: String => Unit) extends MillRpcServerImpl[Initialize, ClientToServer, ServerToClient]
Attributes
- Companion
- object
- Source
- ZincWorkerRpcServer.scala
- Supertypes
-
class Objecttrait Matchableclass Any
object ZincWorkerRpcServer
Attributes
- Companion
- class
- Source
- ZincWorkerRpcServer.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ZincWorkerRpcServer.type
Value members
Concrete methods
Attributes
- Source
- utils.scala
In this article