Module Integration.TextReport
val create_from_json : quiet:bool -> console_limit:int option -> report_txt:string -> report_json:string -> unit
Read
report_json
and produce a textual output inreport_txt
. Ifnot quiet
then display at mostconsole_limit
issues on stdout. Ifconsole_limit
isNone
then display all the issues.
val pp_jsonbug : F.formatter -> ATDGenerated.Jsonbug_t.jsonbug -> unit
val pp_jsonbug_with_number : F.formatter -> (int * ATDGenerated.Jsonbug_t.jsonbug) -> unit
pretty-print an issue together with a number, e.g. to identify it in a list
val pp_source_context : indent:int -> F.formatter -> ATDGenerated.Jsonbug_t.loc -> unit