package bistro

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Bistro_engine.Execution_traceSource

Sourcetype time = float
Sourcemodule Outcome : sig ... end
Sourcemodule Run_details : sig ... end
Sourcetype t =
  1. | Run of {
    1. ready : time;
    2. start : time;
    3. _end_ : time;
    4. details : Run_details.t;
    }
  2. | Done_already of {
    1. id : string;
    }
  3. | Canceled of {
    1. id : string;
    2. missing_deps : t list;
    }
  4. | Allocation_error of {
    1. id : string;
    2. msg : string;
    }
Sourceval is_errored : t -> bool
Sourceval error_report : t -> Db.t -> Buffer.t -> unit
Sourceval all_ok : t list -> bool
Sourceval gather_failures : t list -> t list
Sourcemodule Set : Set.S with type elt = t
OCaml

Innovation. Community. Security.