aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/bugs/closed/3649.v
Commit message (Collapse)AuthorAge
* plugins/ltac : avoid spurious .cmxs filesGravatar Pierre Letouzey2017-06-15
| | | | | | | | | | | | | | In the previous setting, all plugins/ltac/*.cmxs except ltac_plugin.cmxs (for instance coretactics.cmxs, g_auto.cmxs, ...) were utterly bogus : - wrong -for-pack used for their inner .cmx - dependency over modules not provided (for instance Tacenv, that ends up being a submodule of the pack ltac_plugin). But we were lucky, those files were actually never loaded, thanks to the several DECLARE PLUGIN inside coretactics and co, that end up in ltac_plugin, and hence tell Coq that these modules are already known, preventing any attempt to load them. Anyway, this commit cleans up this mess (thanks PMP for the help)
* Merge branch 'v8.6'Gravatar Pierre-Marie Pédrot2017-05-17
|\
| * remove unneeded -emacs flag to coq-prog-argsGravatar Paul Steckler2017-05-01
| |
* | Moving the Ltac plugin to a pack-based one.Gravatar Pierre-Marie Pédrot2017-02-17
|/ | | | | | | 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.
* Removing "exact" from the tactic AST.Gravatar Pierre-Marie Pédrot2016-06-03
|
* Move type_scope into user space, fix some output logsGravatar Jason Gross2015-08-14
|
* Add test-suite file for #3649.Gravatar Maxime Dénès2015-02-27