aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Melquiond2017-09-21 15:22:26 +0200
committerGuillaume Melquiond2017-09-21 15:22:26 +0200
commit8de84e8e7bc394bf231ca9164d7e3951d6edfae0 (patch)
treec9e59ac9a548434c42ca8acb3602c95a4a362379
parent9933871efd122163f7e2dfe8377b9b2dd384b47b (diff)
Mark "Set Tactic Compat Context" as deprecated.
It was introduced in 8.5 for compatibility with a 8.4 bug.
-rw-r--r--tactics/tactics.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tactics/tactics.ml b/tactics/tactics.ml
index 5698312aef..d0165c555d 100644
--- a/tactics/tactics.ml
+++ b/tactics/tactics.ml
@@ -74,7 +74,7 @@ let _ =
let _ =
declare_bool_option
- { optdepr = false;
+ { optdepr = true; (* remove in 8.8 *)
optname = "trigger bugged context matching compatibility";
optkey = ["Tactic";"Compat";"Context"];
optread = (fun () -> !Flags.tactic_context_compat) ;