diff options
| author | Enrico Tassi | 2015-02-09 19:04:37 +0100 |
|---|---|---|
| committer | Enrico Tassi | 2015-02-11 18:03:17 +0100 |
| commit | 1eb1083a4e135fba5a69c48af55333453a6a17df (patch) | |
| tree | 2a1b159cf2c58b36a805d2c882177a71e56c7c52 | |
| parent | ac65eef8bbc2e405f1964f35c6a129dfa1755888 (diff) | |
STM: is Flags.async_proofs_full then always delegate
Probably a regression introduced in some code refactoring.
Affects only PIDE based code.
| -rw-r--r-- | stm/stm.ml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stm/stm.ml b/stm/stm.ml index 96a11d306d..693c673b40 100644 --- a/stm/stm.ml +++ b/stm/stm.ml @@ -1554,6 +1554,7 @@ let async_policy () = let delegate name = let time = get_hint_bp_time name in time >= 1.0 || !Flags.compilation_mode = Flags.BuildVio + || !Flags.async_proofs_full let collect_proof keep cur hd brkind id = prerr_endline ("Collecting proof ending at "^Stateid.to_string id); |
