package dune-rpc

  1. Overview
  2. Docs
Communicate with dune using rpc

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.16.0.tbz
sha256=5481dde7918ca3121e02c34d74339f734b32d5883efb8c1b8056471e74f9bda6
sha512=529f937c61bc9ea7b135c2425f2d730478b48e6ab6b6455c354138d27b76bd43afce40d4784a6f183d6308d3cf0f5d5cea5bea070f83442949762ed818fb44bc

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 : User_message.Style.t 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 message_with_style : t -> User_message.Style.t 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
Sourceval to_user_message : t -> Stdune.User_message.t
Sourcemodule Event : sig ... end
Sourceval sexp : t Conv.value
OCaml

Innovation. Community. Security.