Up
Module
Reason
Signature
type
t =
| Misc
of
string
| Shutdown
| Error_in_deps
| File_read_error
of
Core.Std.Sexp.t
| Digest_error
of
Core.Std.Sexp.t
| Undigestable
of
Db.Kind.t
| Glob_error
of
Db.Glob.t
* string
| No_definition_for_alias
of
Alias.t
| No_source_at_abs_path
of
Path.Abs.t
| No_rule_or_source
of
Path.t
| Unexpected_directory
of
Path.t
| Command_failed
of
Job_summary.t
| No_directory_for_target
of
string
| Inconsistent_proxies
| Running_job_raised
of
Core.Std.Sexp.t
| Multiple_rules_for_path
of
Path.Rel.t
| Rule_failed_to_generate_targets
of
Path.Rel.t
list
| Usercode_raised
of
Core.Std.Sexp.t
| Jengaroot_load_failed
of
Core.Std.Sexp.t
| Mtimes_changed
of
Path.t
list
val
filesystem_related :
t
-> bool
val
messages : need:string ->
t
-> unit
val
message_summary :
Config.t
-> need:string ->
t
-> unit