From fef5b75e72e1dc2889875616f56332a00dc50534 Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Mon, 21 Sep 2020 12:38:25 -0400 Subject: Make print-pretty-timed robust against non-output-sync logs Also pass `--output-sync` on the CI, as suggested in https://github.com/coq/coq/pull/12653#issuecomment-696226093, to protect against this failure mode. Fixes #13062 --- doc/changelog/08-tools/13063-fix-no-output-sync-make-file.rst | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 doc/changelog/08-tools/13063-fix-no-output-sync-make-file.rst (limited to 'doc') diff --git a/doc/changelog/08-tools/13063-fix-no-output-sync-make-file.rst b/doc/changelog/08-tools/13063-fix-no-output-sync-make-file.rst new file mode 100644 index 0000000000..75b1e26248 --- /dev/null +++ b/doc/changelog/08-tools/13063-fix-no-output-sync-make-file.rst @@ -0,0 +1,6 @@ +- **Fixed:** + Targets such as ``print-pretty-timed`` in ``coq_makefile``-made + ``Makefile``\s no longer error in rare cases where ``--output-sync`` is not + passed to make and the timing output gets interleaved in just the wrong way + (`#13063 `_, fixes `#13062 + `_, by Jason Gross). -- cgit v1.2.3