File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -36,13 +36,7 @@ let print_focus_suggestion filename line kind ty w0 coeffs =
3636 let elems = if w0 = 0 then body else string_of_int w0 :: body in
3737 let sum = String. concat " + " elems in
3838 let annotation = signature ^ sum in
39- Pp. (
40- debug
41- 10
42- (lazy
43- (item
44- " AutoAnnot: suggested annotation"
45- (string pos ^^ string " : " ^^ string annotation))))
39+ Pp. progress_simple pos annotation
4640
4741
4842let generate_focus_annot_aux filename line (kind , ty , assignments_list ) : unit =
@@ -213,7 +207,7 @@ let parse (log_file : string) : annot list =
213207
214208
215209let run_autoannot (log_file : string ) : unit =
216- Pp. (debug 10 ( lazy (item " Running auto-annotation" ( string log_file))) );
210+ Pp. print stdout ( Pp. string " [Result of auto-annotation] " );
217211 let data = parse log_file in
218212 let focus_annots = data |> List. filter_map (function Focus f -> Some f) in
219213 generate_focus_annot focus_annots
You can’t perform that action at this time.
0 commit comments