This module keeps tracks of different things for progress reporting:
jenga --progress
, and the second kind of information is available in a typed
way to rpc clients through the Reportable.t
.val lstat_counter : Jenga_lib.Metrics.Counter.t
val digest_counter : Jenga_lib.Metrics.Counter.t
val ls_counter : Jenga_lib.Metrics.Counter.t
val mkdir_counter : Jenga_lib.Metrics.Counter.t
val saves_done : Jenga_lib.Metrics.Counter.t
val actions_run : Jenga_lib.Metrics.Counter.t
val saves_run : Jenga_lib.Metrics.Counter.t
val considerations_run : Jenga_lib.Metrics.Counter.t
val the_reportable_errors : Jenga_lib.Reportable.t
THE bag of reportable errors; reported to clients over the error-pipe.
val create : Jenga_lib.Config.t ‑> t
val enqueue_job : t ‑> (unit ‑> 'a Async.Deferred.t) ‑> 'a Async.Deferred.t
val set_status_todo : t ‑> Jenga_lib.Goal.t ‑> unit
val set_status_built : t ‑> Jenga_lib.Goal.t ‑> unit
val set_status_error : t ‑> Jenga_lib.Goal.t ‑> Jenga_lib.Reason.t list ‑> unit
val clear_status : t ‑> Jenga_lib.Goal.t ‑> unit
val mask_unreachable : t ‑> is_reachable_error:(Jenga_lib.Goal.t ‑> bool) ‑> unit
module Snap : sig ... end