From ebc0870ca932acf0ceea5fe513e2ca40e74c2a02 Mon Sep 17 00:00:00 2001 From: Pierre-Marie Pédrot Date: Thu, 6 Oct 2016 17:34:12 +0200 Subject: Moving the Ltac plugin to a pack-based one. This is cumbersome, because now code may fail at link time if it's not referring to the correct module name. Therefore, one has to add corresponding open statements a the top of every file depending on a Ltac module. This includes seemingly unrelated files that use EXTEND statements. --- plugins/ltac/ltac_plugin.mlpack | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 plugins/ltac/ltac_plugin.mlpack (limited to 'plugins/ltac/ltac_plugin.mlpack') diff --git a/plugins/ltac/ltac_plugin.mlpack b/plugins/ltac/ltac_plugin.mlpack new file mode 100644 index 0000000000..af1c7149da --- /dev/null +++ b/plugins/ltac/ltac_plugin.mlpack @@ -0,0 +1,27 @@ +Tacarg +Pptactic +Pltac +Taccoerce +Tacsubst +Tacenv +Tactic_debug +Tacintern +Tacentries +Profile_ltac +Tactic_matching +Tacinterp +Evar_tactics +Tactic_option +Extraargs +G_obligations +Coretactics +Extratactics +Profile_ltac_tactics +G_auto +G_class +Rewrite +G_rewrite +Tauto +G_eqdecide +G_tactic +G_ltac -- cgit v1.2.3 From 04d086e21cdf28c4029133a0f8fd1720d13544e8 Mon Sep 17 00:00:00 2001 From: Maxime Dénès Date: Fri, 24 Feb 2017 12:27:47 +0100 Subject: Revert "Add empty ltac_plugin file for forward compatibility." This reverts commit e8137ae63b3b19436755f372b595e7343e942894, was meant for 8.6 branch only. --- plugins/ltac/ltac_plugin.mlpack | 1 - 1 file changed, 1 deletion(-) (limited to 'plugins/ltac/ltac_plugin.mlpack') diff --git a/plugins/ltac/ltac_plugin.mlpack b/plugins/ltac/ltac_plugin.mlpack index b6e2cecd1c..af1c7149da 100644 --- a/plugins/ltac/ltac_plugin.mlpack +++ b/plugins/ltac/ltac_plugin.mlpack @@ -25,4 +25,3 @@ Tauto G_eqdecide G_tactic G_ltac -Ltac_plugin -- cgit v1.2.3