aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2020-11-02 13:05:29 +0100
committerPierre-Marie Pédrot2020-11-02 13:05:29 +0100
commitacf9cd012b2790576098a8914da2db2b86cf7624 (patch)
tree724295ad9b658eda9ca90df31d1bf66d86a94679 /doc
parente4575cb8e80d1cb8b65dc349e4f98432e8bda523 (diff)
parent4057fe2941e6f6cd5b73d24a17cd86e5d4ebc295 (diff)
Merge PR #13247: Fixes #13241: nested Ltac functions wrongly reporting error on the inner calls
Reviewed-by: ppedrot
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog/05-tactic-language/13247-master+fix13241-locating-nested-ltac-errors.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/changelog/05-tactic-language/13247-master+fix13241-locating-nested-ltac-errors.rst b/doc/changelog/05-tactic-language/13247-master+fix13241-locating-nested-ltac-errors.rst
new file mode 100644
index 0000000000..1eb8ef5a2a
--- /dev/null
+++ b/doc/changelog/05-tactic-language/13247-master+fix13241-locating-nested-ltac-errors.rst
@@ -0,0 +1,6 @@
+- **Fixed:**
+ Miscellaneous issues with locating tactic errors
+ (`#13247 <https://github.com/coq/coq/pull/13247>`_,
+ fixes `#12773 <https://github.com/coq/coq/issues/12773>`_
+ and `#12992 <https://github.com/coq/coq/issues/12992>`_,
+ by Hugo Herbelin).