package dune-rpc

  1. Overview
  2. Docs
Communicate with dune using rpc

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.8.3.tbz
sha256=e2b78ba805cef320f0b5978c4d371fde8ab82546d5ae51a0cb451042193b5bf8
sha512=25cc6addcd10cd483f49d924028c886b529a815ad2f354a277c9fe27efaa2139eea465565bae1f52a3a6832b082f46761efacd692cc88b33aa585250feccaf2c

doc/dune-rpc.private/Dune_rpc_private/Diagnostic/index.html

Module Dune_rpc_private.DiagnosticSource

Sourcetype severity =
  1. | Error
  2. | Warning
Sourcemodule Promotion : sig ... end
Sourcemodule Id : sig ... end
Sourcetype t = {
  1. targets : Target.t list;
  2. id : Id.t;
  3. message : unit Pp.t;
  4. loc : Loc.t option;
  5. severity : severity option;
  6. promotion : Promotion.t list;
  7. directory : string option;
  8. related : Related.t list;
}
Sourceval id : t -> Id.t
Sourceval loc : t -> Loc.t option
Sourceval message : t -> unit Pp.t
Sourceval severity : t -> severity option
Sourceval promotion : t -> Promotion.t list
Sourceval targets : t -> Target.t list
Sourceval directory : t -> string option
Sourceval to_dyn : t -> Dyn.t
Sourcemodule Event : sig ... end
Sourceval sexp : (t, Conv.values) Conv.t
OCaml

Innovation. Community. Security.