History log of /seL4-l4v-master/HOL4/tools/Holmake/tailbuffer.sml
Revision Date Author Comments
# 418b8a8b 29-Jun-2016 Anthony Fox <anthony.fox@cl.cam.ac.uk>

Improve feedback for Holmake.

Theorems proved with `fast_proof` are now regarded as cheated. The use of other oracle theorems is identified, though not marked as cheating.


# 5151cb04 09-May-2016 Michael Norrish <Michael.Norrish@nicta.com.au>

Copy script output in multibuild when just 1 job running

When multiple scripts are going at once, the whirling single character
is all that can fit, but when there is just one job, we now see the last
line of its output as it runs.


# c5352420 27-Apr-2016 Michael Norrish <Michael.Norrish@nicta.com.au>

Make multibuild spot "CHEAT" msgs from thy build

Then it can print a green CHEAT verdict for the theory as a
whole (contrasting with OK). Should also look into detection of failed
proofs that get accepted in absence of --qof flag.


# 20eb6cc0 21-Apr-2016 Michael Norrish <michael.norrish@nicta.com.au>

Make parallel Holmake's output prettier

When a process fails, a chunk of its output up to the failure point is
output to the main screen. Also, a process that is killed because of a
general desire to give up (a failure elsewhere and no -k option, say),
now gets a red M-KILLED ("monitor killed") report.