aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics
diff options
context:
space:
mode:
authorGravatar Guillaume Melquiond <guillaume.melquiond@inria.fr>2017-09-21 15:22:26 +0200
committerGravatar Guillaume Melquiond <guillaume.melquiond@inria.fr>2017-09-21 15:22:26 +0200
commit8de84e8e7bc394bf231ca9164d7e3951d6edfae0 (patch)
treec9e59ac9a548434c42ca8acb3602c95a4a362379 /tactics
parent9933871efd122163f7e2dfe8377b9b2dd384b47b (diff)
Mark "Set Tactic Compat Context" as deprecated.
It was introduced in 8.5 for compatibility with a 8.4 bug.
Diffstat (limited to 'tactics')
-rw-r--r--tactics/tactics.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tactics/tactics.ml b/tactics/tactics.ml
index 5698312ae..d0165c555 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) ;